Home
last modified time | relevance | path

Searched refs:r_eax (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/amd64/ia32/
H A Dia32_reg.c101 regs->r_eax = tp->tf_rax; in fill_regs32()
132 tp->tf_rax = regs->r_eax; in set_regs32()
/f-stack/freebsd/i386/linux/
H A Dlinux_ptrace.c128 linux_r->eax = bsd_r->r_eax; in map_regs_to_linux()
133 linux_r->orig_eax = bsd_r->r_eax; in map_regs_to_linux()
150 bsd_r->r_eax = linux_r->eax; in map_regs_from_linux()
/f-stack/freebsd/x86/include/
H A Dreg.h113 __uint32_t r_eax; member
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2815 regs->r_eax = tp->tf_eax; in fill_frame_regs()
2846 tp->tf_eax = regs->r_eax; in set_regs()