Searched refs:sc_ebp (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/i386/include/
H A Dsignal.h48 int sc_ebp; member in struct:osigcontext
/freebsd-12-stable/sys/x86/include/
H A Dsignal.h59 int sc_ebp; member in struct:sigcontext
92 #define sc_fp sc_ebp
/freebsd-12-stable/sys/compat/ia32/
H A Dia32_signal.h132 u_int32_t sc_ebp; member in struct:ia32_sigcontext3
/freebsd-12-stable/sys/i386/linux/
H A Dlinux_sysvec.c425 frame.sf_sc.uc_mcontext.sc_ebp = regs->tf_ebp;
526 frame.sf_sc.sc_ebp = regs->tf_ebp;
628 regs->tf_ebp = frame.sf_sc.sc_ebp;
708 regs->tf_ebp = context->sc_ebp;
H A Dlinux.h270 l_int sc_ebp; member in struct:l_sigcontext
/freebsd-12-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c319 frame.sf_sc.uc_mcontext.sc_ebp = regs->tf_rbp;
428 frame.sf_sc.sc_ebp = regs->tf_rbp;
530 regs->tf_rbp = frame.sf_sc.sc_ebp;
617 regs->tf_rbp = context->sc_ebp;
H A Dlinux.h297 l_uint sc_ebp; member in struct:l_sigcontext
/freebsd-12-stable/sys/amd64/ia32/
H A Dia32_signal.c405 sf.sf_siginfo.si_sc.sc_ebp = regs->tf_rbp;
740 regs->tf_rbp = scp->sc_ebp;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1914 *bp = ucontext->sc_ebp;

Completed in 197 milliseconds