Home
last modified time | relevance | path

Searched refs:r_rbx (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/linux/
H A Dlinux_ptrace.c220 l_reg->rbx = b_reg->r_rbx; in map_regs_to_linux()
248 l_regset->rbx = b_reg->r_rbx; in map_regs_to_linux_regset()
286 b_reg->r_rbx = l_reg->rbx; in map_regs_from_linux()
/f-stack/freebsd/x86/include/
H A Dreg.h136 __int64_t r_rbx; member
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c2117 regs->r_rbx = tp->tf_rbx; in fill_frame_regs()
2163 tp->tf_rbx = regs->r_rbx; in set_regs()