Home
last modified time | relevance | path

Searched refs:old_sp (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dinfcall.c446 CORE_ADDR old_sp = read_sp (); in call_function_by_hand() local
449 sp = gdbarch_frame_align (current_gdbarch, old_sp); in call_function_by_hand()
481 if (sp == old_sp) in call_function_by_hand()
485 sp = gdbarch_frame_align (current_gdbarch, old_sp - 1); in call_function_by_hand()
488 sp = gdbarch_frame_align (current_gdbarch, old_sp + 1); in call_function_by_hand()
490 gdb_assert ((INNER_THAN (1, 2) && sp <= old_sp) in call_function_by_hand()
491 || (INNER_THAN (2, 1) && sp >= old_sp)); in call_function_by_hand()
506 sp = old_sp; in call_function_by_hand()
Dada-lang.c3023 CORE_ADDR old_sp = *sp; in place_on_stack() local
3038 VALUE_ADDRESS (val) = old_sp; in place_on_stack()
/freebsd-12-stable/sys/contrib/x86emu/
Dx86emu.c1567 uint32_t old_sp = emu->x86.R_ESP; in x86emuOp_push_all() local
1573 push_long(emu, old_sp); in x86emuOp_push_all()
1578 uint16_t old_sp = emu->x86.R_SP; in x86emuOp_push_all() local
1584 push_word(emu, old_sp); in x86emuOp_push_all()