Searched refs:AMD64_RSP_REGNUM (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | amd64obsd-tdep.c | 160 return frame_unwind_register_unsigned (next_frame, AMD64_RSP_REGNUM); in amd64obsd_sigcontext_addr() 275 if (regnum == -1 || regnum == AMD64_RSP_REGNUM) in amd64obsd_supply_uthread() 286 regcache_raw_supply (regcache, AMD64_RSP_REGNUM, buf); in amd64obsd_supply_uthread() 322 if (regnum == -1 || regnum == AMD64_RSP_REGNUM) in amd64obsd_collect_uthread() 329 regcache_raw_collect (regcache, AMD64_RSP_REGNUM, buf); in amd64obsd_collect_uthread() 434 sp = frame_unwind_register_unsigned (next_frame, AMD64_RSP_REGNUM); in amd64obsd_trapframe_cache() 452 trad_frame_set_value (cache->prev_regs, AMD64_RSP_REGNUM, addr+(8*4)); in amd64obsd_trapframe_cache()
|
H A D | amd64fbsd-nat.c | 122 regcache_raw_supply (regcache, AMD64_RSP_REGNUM, &pcb->pcb_rsp); in amd64fbsd_supply_pcb() 172 #define SC_RSP_OFFSET SC_REG_OFFSET[AMD64_RSP_REGNUM] in _initialize_amd64fbsd_nat()
|
H A D | amd64-tdep.h | 43 AMD64_RSP_REGNUM, /* %rsp */ enumerator
|
H A D | amd64fbsd-tdep.c | 47 sp = frame_unwind_register_unsigned (next_frame, AMD64_RSP_REGNUM); in amd64fbsd_sigcontext_addr()
|
H A D | amd64-tdep.c | 165 AMD64_RSP_REGNUM, 673 regcache_cooked_write (regcache, AMD64_RSP_REGNUM, buf); in amd64_push_dummy_call() 850 frame_unwind_register (next_frame, AMD64_RSP_REGNUM, buf); in amd64_frame_cache() 969 frame_unwind_register (next_frame, AMD64_RSP_REGNUM, buf); in amd64_sigtramp_frame_cache() 1161 set_gdbarch_sp_regnum (gdbarch, AMD64_RSP_REGNUM); /* %rsp */ in amd64_init_abi()
|
H A D | amd64obsd-nat.c | 126 regcache_raw_supply (regcache, AMD64_RSP_REGNUM, &pcb->pcb_rsp); in amd64obsd_supply_pcb()
|