| /src/external/gpl3/binutils/dist/gprofng/src/ |
| envsets.cc | 237 char *old_sp = sp_preload_list[ii]; local 238 if (old_sp == NULL) 242 sp_preload_list[ii] = dbe_sprintf ("%s %s", old_sp, lib); 243 free (old_sp);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| envsets.cc | 237 char *old_sp = sp_preload_list[ii]; local 238 if (old_sp == NULL) 242 sp_preload_list[ii] = dbe_sprintf ("%s %s", old_sp, lib); 243 free (old_sp);
|
| /src/external/gpl3/gdb/dist/sim/rl78/ |
| cpu.c | 164 int old_sp = get_reg (RL78_Reg_SP); local 165 if (val < old_sp) 168 for (i = val; i < old_sp; i ++) 264 static int old_sp; variable 329 TW ("SP", mem_get_hi (RL78_SFR_SP), old_sp); 339 old_sp = mem_get_hi (RL78_SFR_SP);
|
| /src/external/gpl3/gdb.old/dist/sim/rl78/ |
| cpu.c | 164 int old_sp = get_reg (RL78_Reg_SP); local 165 if (val < old_sp) 168 for (i = val; i < old_sp; i ++) 264 static int old_sp; variable 329 TW ("SP", mem_get_hi (RL78_SFR_SP), old_sp); 339 old_sp = mem_get_hi (RL78_SFR_SP);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| infcall.c | 1121 CORE_ADDR old_sp = get_frame_sp (frame); local 1125 sp = gdbarch_frame_align (gdbarch, old_sp); 1157 if (sp == old_sp) 1160 sp = gdbarch_frame_align (gdbarch, old_sp - 1); 1162 sp = gdbarch_frame_align (gdbarch, old_sp + 1); 1164 /* SP may have underflown address zero here from OLD_SP. Memory access 1181 sp = old_sp;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| infcall.c | 1121 CORE_ADDR old_sp = get_frame_sp (frame); local 1125 sp = gdbarch_frame_align (gdbarch, old_sp); 1157 if (sp == old_sp) 1160 sp = gdbarch_frame_align (gdbarch, old_sp - 1); 1162 sp = gdbarch_frame_align (gdbarch, old_sp + 1); 1164 /* SP may have underflown address zero here from OLD_SP. Memory access 1181 sp = old_sp;
|
| /src/external/gpl3/gdb/dist/sim/h8300/ |
| compile.c | 2572 int old_sp = 0; /* The Initial Stack Pointer. */ local 2656 old_sp = h8_get_reg (cpu, SP_REGNUM); 2666 new_sp = old_sp - sp_move; 2695 SET_MEMORY_L (old_sp, 0x0); 2699 SET_MEMORY_W (old_sp, 0x0);
|
| /src/external/gpl3/gdb.old/dist/sim/h8300/ |
| compile.c | 2572 int old_sp = 0; /* The Initial Stack Pointer. */ local 2656 old_sp = h8_get_reg (cpu, SP_REGNUM); 2666 new_sp = old_sp - sp_move; 2695 SET_MEMORY_L (old_sp, 0x0); 2699 SET_MEMORY_W (old_sp, 0x0);
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| unwind.c | 4638 __u64 old_sp = sp; local 4640 if (sp < old_sp)
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| unwind.c | 4638 __u64 old_sp = sp; local 4640 if (sp < old_sp)
|
| /src/common/lib/libx86emu/ |
| x86emu.c | 1530 uint32_t old_sp = emu->x86.R_ESP; local 1536 push_long(emu, old_sp); 1541 uint16_t old_sp = emu->x86.R_SP; local 1547 push_word(emu, old_sp);
|