Home
last modified time | relevance | path

Searched refs:mc_ebp (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/i386/include/
H A Ducontext.h45 __register_t mc_ebp; member
/f-stack/freebsd/x86/include/
H A Ducontext.h58 __register_t mc_ebp; member
/f-stack/freebsd/amd64/ia32/
H A Dia32_signal.c165 mcp->mc_ebp = tp->tf_rbp; in ia32_get_mcontext()
233 tp->tf_rbp = mcp->mc_ebp; in ia32_set_mcontext()
468 sf.sf_uc.uc_mcontext.mc_ebp = regs->tf_rbp; in freebsd4_ia32_sendsig()
601 sf.sf_uc.uc_mcontext.mc_ebp = regs->tf_rbp; in ia32_sendsig()
806 regs->tf_rbp = ucp->uc_mcontext.mc_ebp;
911 regs->tf_rbp = ucp->uc_mcontext.mc_ebp;
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2909 mcp->mc_ebp = tp->tf_ebp; in get_mcontext()
2977 tp->tf_ebp = mcp->mc_ebp; in set_mcontext()
/f-stack/app/redis-5.0.5/src/
H A Ddebug.c965 (unsigned long) uc->uc_mcontext.mc_ebp, in logRegisters()