Home
last modified time | relevance | path

Searched refs:I386_ESP_REGNUM (Results 51 – 75 of 78) sorted by relevance

1234

/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dlinux-i386-ipa.cc35 I386_ESP_REGNUM, /* %esp */ enumerator
/dports/devel/gdb/gdb-11.1/gdb/
H A Di386-netbsd-tdep.c338 CORE_ADDR sp = get_frame_register_unsigned (this_frame, I386_ESP_REGNUM); in i386nbsd_sigtramp_cache_init()
H A Di386-tdep.h281 I386_ESP_REGNUM, /* %esp */ enumerator
H A Di386-bsd-nat.c372 #define SC_SP_OFFSET SC_REG_OFFSET[I386_ESP_REGNUM] in _initialize_i386bsd_nat()
H A Di386-tdep.c948 regcache_cooked_read_unsigned (regs, I386_ESP_REGNUM, &esp); in i386_displaced_step_fixup()
1291 I386_ESP_REGNUM, /* %esp */ in i386_analyze_stack_align()
2043 get_frame_register (this_frame, I386_ESP_REGNUM, buf); in i386_frame_cache_1()
2176 if (regnum == I386_ESP_REGNUM in i386_frame_prev_register()
2266 sp = get_frame_register_unsigned (this_frame, I386_ESP_REGNUM); in i386_epilogue_frame_cache()
2448 get_frame_register (this_frame, I386_ESP_REGNUM, buf); in i386_sigtramp_frame_cache()
2465 cache->saved_regs[I386_ESP_REGNUM] = addr + tdep->sc_sp_offset; in i386_sigtramp_frame_cache()
2618 get_frame_register (frame, I386_ESP_REGNUM, buf); in i386_get_longjmp_target()
2769 regcache->cooked_write (I386_ESP_REGNUM, buf); in i386_thiscall_push_dummy_call()
4050 get_frame_register (this_frame, I386_ESP_REGNUM, buf); in i386_svr4_sigcontext_addr()
[all …]
H A Di386-linux-nat.c693 regcache_cooked_read_unsigned (regcache, I386_ESP_REGNUM, &sp); in low_resume()
H A DChangeLog-20031829 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
5031 instead of frame_read_register. Use I386_ESP_REGNUM instead of
8507 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
8681 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8921 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Di386-tdep.h243 I386_ESP_REGNUM, /* %esp */ enumerator
H A Di386-tdep.c705 regcache_cooked_read_unsigned (regs, I386_ESP_REGNUM, &esp); in i386_displaced_step_fixup()
1055 I386_ESP_REGNUM, /* %esp */ in i386_analyze_stack_align()
1786 get_frame_register (this_frame, I386_ESP_REGNUM, buf); in i386_frame_cache_1()
1912 if (regnum == I386_ESP_REGNUM in i386_frame_prev_register()
2000 sp = get_frame_register_unsigned (this_frame, I386_ESP_REGNUM); in i386_epilogue_frame_cache()
2179 get_frame_register (this_frame, I386_ESP_REGNUM, buf); in i386_sigtramp_frame_cache()
2196 cache->saved_regs[I386_ESP_REGNUM] = addr + tdep->sc_sp_offset; in i386_sigtramp_frame_cache()
2343 get_frame_register (frame, I386_ESP_REGNUM, buf); in i386_get_longjmp_target()
2481 regcache_cooked_write (regcache, I386_ESP_REGNUM, buf); in i386_push_dummy_call()
3434 get_frame_register (this_frame, I386_ESP_REGNUM, buf); in i386_svr4_sigcontext_addr()
[all …]
H A Di386bsd-nat.c369 #define SC_SP_OFFSET SC_REG_OFFSET[I386_ESP_REGNUM] in _initialize_i386bsd_nat()
H A Di386-linux-nat.c964 regcache_cooked_read_unsigned (regcache, I386_ESP_REGNUM, &sp); in i386_linux_resume()
H A DChangeLog-20031829 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
5031 instead of frame_read_register. Use I386_ESP_REGNUM instead of
8507 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
8681 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8921 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Di386-tdep.c691 regcache_cooked_read_unsigned (regs, I386_ESP_REGNUM, &esp); in i386_displaced_step_fixup()
1041 I386_ESP_REGNUM, /* %esp */ in i386_analyze_stack_align()
1676 get_frame_register (this_frame, I386_ESP_REGNUM, buf); in i386_frame_cache_1()
1801 if (regnum == I386_ESP_REGNUM in i386_frame_prev_register()
1882 get_frame_register (this_frame, I386_ESP_REGNUM, buf); in i386_epilogue_frame_cache()
1961 get_frame_register (this_frame, I386_ESP_REGNUM, buf); in i386_sigtramp_frame_cache()
1978 cache->saved_regs[I386_ESP_REGNUM] = addr + tdep->sc_sp_offset; in i386_sigtramp_frame_cache()
2116 get_frame_register (frame, I386_ESP_REGNUM, buf); in i386_get_longjmp_target()
2238 regcache_cooked_write (regcache, I386_ESP_REGNUM, buf); in i386_push_dummy_call()
3162 get_frame_register (this_frame, I386_ESP_REGNUM, buf); in i386_svr4_sigcontext_addr()
[all …]
H A Di386bsd-nat.c364 #define SC_SP_OFFSET SC_REG_OFFSET[I386_ESP_REGNUM] in _initialize_i386bsd_nat()
H A Di386-linux-nat.c894 regcache_cooked_read_unsigned (regcache, I386_ESP_REGNUM, &sp); in i386_linux_resume()
H A DChangeLog-20031829 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
5031 instead of frame_read_register. Use I386_ESP_REGNUM instead of
8507 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
8681 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8921 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
/dports/devel/radare2/radare2-5.1.1/shlr/qnx/src/
H A Dutils.c42 I386_ESP_REGNUM, /* %esp */ enumerator
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Di386bsd-nat.c371 #define SC_SP_OFFSET SC_REG_OFFSET[I386_ESP_REGNUM] in _initialize_i386bsd_nat()
H A Di386-linux-nat.c827 CORE_ADDR sp = read_register (I386_ESP_REGNUM); in child_resume()
H A DChangeLog-20031829 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
5031 instead of frame_read_register. Use I386_ESP_REGNUM instead of
8507 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
8681 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8921 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
H A DChangeLog3656 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Di386bsd-nat.c371 #define SC_SP_OFFSET SC_REG_OFFSET[I386_ESP_REGNUM] in _initialize_i386bsd_nat()
H A Di386-linux-nat.c827 CORE_ADDR sp = read_register (I386_ESP_REGNUM); in child_resume()
H A DChangeLog-20031829 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
5031 instead of frame_read_register. Use I386_ESP_REGNUM instead of
8507 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
8681 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
8921 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
H A DChangeLog3656 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of

1234