Searched refs:AMD64_RSP_REGNUM (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Damd64-tdep.h43 AMD64_RSP_REGNUM, /* %rsp */ enumerator in enum:amd64_regnum
H A Damd64fbsd-tdep.c47 sp = frame_unwind_register_unsigned (next_frame, AMD64_RSP_REGNUM);
H A Damd64fbsd-nat.c125 regcache_raw_supply (regcache, AMD64_RSP_REGNUM, &pcb->pcb_rsp);
176 #define SC_RSP_OFFSET SC_REG_OFFSET[AMD64_RSP_REGNUM]
H A Damd64obsd-nat.c126 regcache_raw_supply (regcache, AMD64_RSP_REGNUM, &pcb->pcb_rsp);
H A Damd64obsd-tdep.c147 return frame_unwind_register_unsigned (next_frame, AMD64_RSP_REGNUM);
H A Damd64-tdep.c165 AMD64_RSP_REGNUM,
675 regcache_cooked_write (regcache, AMD64_RSP_REGNUM, buf);
824 frame_unwind_register (next_frame, AMD64_RSP_REGNUM, buf);
944 frame_unwind_register (next_frame, AMD64_RSP_REGNUM, buf);
1139 set_gdbarch_sp_regnum (gdbarch, AMD64_RSP_REGNUM); /* %rsp */

Completed in 46 milliseconds