Home
last modified time | relevance | path

Searched refs:sc_ebp (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dsignal.h59 int sc_ebp; member
92 #define sc_fp sc_ebp
/f-stack/freebsd/i386/include/
H A Dsignal.h48 int sc_ebp; member
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c454 frame.sf_sc.uc_mcontext.sc_ebp = regs->tf_ebp; in linux_rt_sendsig()
554 frame.sf_sc.sc_ebp = regs->tf_ebp; in linux_sendsig()
656 regs->tf_ebp = frame.sf_sc.sc_ebp; in linux_sigreturn()
736 regs->tf_ebp = context->sc_ebp; in linux_rt_sigreturn()
H A Dlinux.h270 l_int sc_ebp; member
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c319 frame.sf_sc.uc_mcontext.sc_ebp = regs->tf_rbp; in linux_rt_sendsig()
427 frame.sf_sc.sc_ebp = regs->tf_rbp; in linux_sendsig()
529 regs->tf_rbp = frame.sf_sc.sc_ebp; in linux_sigreturn()
616 regs->tf_rbp = context->sc_ebp; in linux_rt_sigreturn()
H A Dlinux.h297 l_uint sc_ebp; member
/f-stack/freebsd/amd64/ia32/
H A Dia32_signal.c403 sf.sf_siginfo.si_sc.sc_ebp = regs->tf_rbp; in ia32_osendsig()
737 regs->tf_rbp = scp->sc_ebp; in ofreebsd32_sigreturn()
/f-stack/app/redis-5.0.5/src/
H A Ddebug.c1020 (unsigned long) uc->sc_ebp, in logRegisters()