Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/ia32/
H A Dia32_reg.c97 regs->r_ebp = tp->tf_rbp; in fill_regs32()
128 tp->tf_rbp = regs->r_ebp; in set_regs32()
/f-stack/freebsd/x86/include/
H A Dreg.h108 __uint32_t r_ebp; member
/f-stack/freebsd/i386/linux/
H A Dlinux_ptrace.c127 linux_r->ebp = bsd_r->r_ebp; in map_regs_to_linux()
149 bsd_r->r_ebp = linux_r->ebp; in map_regs_from_linux()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2811 regs->r_ebp = tp->tf_ebp; in fill_frame_regs()
2842 tp->tf_ebp = regs->r_ebp; in set_regs()