Home
last modified time | relevance | path

Searched refs:I386_ESP_REGNUM (Results 1 – 25 of 78) sorted by relevance

1234

/dports/devel/gdb/gdb-11.1/gdb/
H A Di386-obsd-tdep.c202 if (regnum == -1 || regnum == I386_ESP_REGNUM) in i386obsd_supply_uthread()
213 regcache->raw_supply (I386_ESP_REGNUM, buf); in i386obsd_supply_uthread()
246 if (regnum == -1 || regnum == I386_ESP_REGNUM) in i386obsd_collect_uthread()
253 regcache->raw_collect (I386_ESP_REGNUM, buf); in i386obsd_collect_uthread()
323 sp = get_frame_register_unsigned (this_frame, I386_ESP_REGNUM); in i386obsd_trapframe_cache()
H A Di386-bsd-tdep.c42 get_frame_register (this_frame, I386_ESP_REGNUM, buf); in i386bsd_sigcontext_addr()
H A Di386-netbsd-nat.c67 regcache->raw_supply (I386_ESP_REGNUM, &pcb->pcb_esp); in i386nbsd_supply_pcb()
H A Di386-sol2-tdep.c57 sp = get_frame_register_unsigned (this_frame, I386_ESP_REGNUM); in i386_sol2_mcontext_addr()
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dnetbsd-i386-low.cc37 I386_ESP_REGNUM, /* %esp */ enumerator
67 netbsd_i386_collect_gp (I386_ESP_REGNUM, esp); in netbsd_i386_fill_gregset()
96 netbsd_i386_supply_gp (I386_ESP_REGNUM, esp); in netbsd_i386_store_gregset()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Di386obsd-tdep.c241 if (regnum == -1 || regnum == I386_ESP_REGNUM) in i386obsd_supply_uthread()
252 regcache_raw_supply (regcache, I386_ESP_REGNUM, buf); in i386obsd_supply_uthread()
285 if (regnum == -1 || regnum == I386_ESP_REGNUM) in i386obsd_collect_uthread()
292 regcache_raw_collect (regcache, I386_ESP_REGNUM, buf); in i386obsd_collect_uthread()
362 sp = get_frame_register_unsigned (this_frame, I386_ESP_REGNUM); in i386obsd_trapframe_cache()
H A Di386nbsd-nat.c68 regcache_raw_supply (regcache, I386_ESP_REGNUM, &pcb->pcb_esp); in i386nbsd_supply_pcb()
H A Di386bsd-tdep.c45 get_frame_register (this_frame, I386_ESP_REGNUM, buf); in i386bsd_sigcontext_addr()
H A Di386obsd-nat.c87 regcache_raw_supply (regcache, I386_ESP_REGNUM, &pcb->pcb_esp); in i386obsd_supply_pcb()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Di386obsd-tdep.c239 if (regnum == -1 || regnum == I386_ESP_REGNUM) in i386obsd_supply_uthread()
250 regcache_raw_supply (regcache, I386_ESP_REGNUM, buf); in i386obsd_supply_uthread()
283 if (regnum == -1 || regnum == I386_ESP_REGNUM) in i386obsd_collect_uthread()
290 regcache_raw_collect (regcache, I386_ESP_REGNUM, buf); in i386obsd_collect_uthread()
360 sp = get_frame_register_unsigned (this_frame, I386_ESP_REGNUM); in i386obsd_trapframe_cache()
H A Di386nbsd-nat.c67 regcache_raw_supply (regcache, I386_ESP_REGNUM, &pcb->pcb_esp); in i386nbsd_supply_pcb()
H A Di386bsd-tdep.c44 get_frame_register (this_frame, I386_ESP_REGNUM, buf); in i386bsd_sigcontext_addr()
H A Di386obsd-nat.c86 regcache_raw_supply (regcache, I386_ESP_REGNUM, &pcb->pcb_esp); in i386obsd_supply_pcb()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/gdbserver/
H A Dlynx-i386-low.c97 I386_ESP_REGNUM, enumerator
139 lynx_i386_collect_gp (I386_ESP_REGNUM, esp); in lynx_i386_fill_gregset()
166 lynx_i386_supply_gp (I386_ESP_REGNUM, esp); in lynx_i386_store_gregset()
/dports/devel/gdb761/gdb-7.6.1/gdb/gdbserver/
H A Dlynx-i386-low.c97 I386_ESP_REGNUM, enumerator
139 lynx_i386_collect_gp (I386_ESP_REGNUM, esp); in lynx_i386_fill_gregset()
166 lynx_i386_supply_gp (I386_ESP_REGNUM, esp); in lynx_i386_store_gregset()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Di386-tdep.c905 frame_unwind_register (next_frame, I386_ESP_REGNUM, buf); in i386_frame_cache()
992 if (regnum == I386_ESP_REGNUM && cache->saved_sp) in i386_frame_prev_register()
1054 frame_unwind_register (next_frame, I386_ESP_REGNUM, buf); in i386_sigtramp_frame_cache()
1071 cache->saved_regs[I386_ESP_REGNUM] = addr + tdep->sc_sp_offset; in i386_sigtramp_frame_cache()
1246 regcache_cooked_write (regcache, I386_ESP_REGNUM, buf); in i386_push_dummy_call()
1492 || regnum == I386_EBP_REGNUM || regnum == I386_ESP_REGNUM) in i386_register_type()
1930 frame_unwind_register (next_frame, I386_ESP_REGNUM, buf); in i386_svr4_sigcontext_addr()
2050 CORE_ADDR sp = get_frame_register_unsigned (frame, I386_ESP_REGNUM); in i386_fetch_pointer_argument()
2132 set_gdbarch_sp_regnum (gdbarch, I386_ESP_REGNUM); /* %esp */ in i386_gdbarch_init()
H A Di386nbsd-nat.c66 regcache_raw_supply (regcache, I386_ESP_REGNUM, &pcb->pcb_esp); in spherical_coord_setup()
H A Di386bsd-tdep.c44 frame_unwind_register (next_frame, I386_ESP_REGNUM, buf); in i386bsd_sigcontext_addr()
H A Di386-sol2-tdep.c74 sp = frame_unwind_register_unsigned (next_frame, I386_ESP_REGNUM); in i386_sol2_mcontext_addr()
H A Di386fbsd-nat.c107 regcache_raw_supply (regcache, I386_ESP_REGNUM, &pcb->pcb_esp); in i386fbsd_supply_pcb()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Di386-tdep.c905 frame_unwind_register (next_frame, I386_ESP_REGNUM, buf); in i386_frame_cache()
992 if (regnum == I386_ESP_REGNUM && cache->saved_sp) in i386_frame_prev_register()
1054 frame_unwind_register (next_frame, I386_ESP_REGNUM, buf); in i386_sigtramp_frame_cache()
1071 cache->saved_regs[I386_ESP_REGNUM] = addr + tdep->sc_sp_offset; in i386_sigtramp_frame_cache()
1246 regcache_cooked_write (regcache, I386_ESP_REGNUM, buf); in i386_push_dummy_call()
1492 || regnum == I386_EBP_REGNUM || regnum == I386_ESP_REGNUM) in i386_register_type()
1930 frame_unwind_register (next_frame, I386_ESP_REGNUM, buf); in i386_svr4_sigcontext_addr()
2050 CORE_ADDR sp = get_frame_register_unsigned (frame, I386_ESP_REGNUM); in i386_fetch_pointer_argument()
2132 set_gdbarch_sp_regnum (gdbarch, I386_ESP_REGNUM); /* %esp */ in i386_gdbarch_init()
H A Di386nbsd-nat.c66 regcache_raw_supply (regcache, I386_ESP_REGNUM, &pcb->pcb_esp); in i386nbsd_supply_pcb()
H A Di386bsd-tdep.c44 frame_unwind_register (next_frame, I386_ESP_REGNUM, buf); in i386bsd_sigcontext_addr()
H A Di386-sol2-tdep.c74 sp = frame_unwind_register_unsigned (next_frame, I386_ESP_REGNUM); in i386_sol2_mcontext_addr()
H A Di386fbsd-nat.c107 regcache_raw_supply (regcache, I386_ESP_REGNUM, &pcb->pcb_esp); in i386fbsd_supply_pcb()

1234