Home
last modified time | relevance | path

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

/freebsd/sys/compat/ia32/
H A Dia32_signal.h51 uint32_t mc_ebp; member
97 uint32_t mc_ebp; member
H A Dia32_genassym.c18 ASSYM(IA32_UC_EBP, offsetof(struct ia32_ucontext, uc_mcontext.mc_ebp));
/freebsd/sys/i386/include/
H A Ducontext.h43 __register_t mc_ebp; member
/freebsd/lib/libc/i386/gen/
H A Dmakecontext.c158 ucp->uc_mcontext.mc_ebp = 0; in __makecontext()
/freebsd/sys/amd64/ia32/
H A Dia32_signal.c163 mcp->mc_ebp = tp->tf_rbp; in ia32_get_mcontext()
234 tp->tf_rbp = mcp->mc_ebp; in ia32_set_mcontext()
471 sf.sf_uc.uc_mcontext.mc_ebp = regs->tf_rbp; in freebsd4_ia32_sendsig()
596 sf.sf_uc.uc_mcontext.mc_ebp = regs->tf_rbp; in ia32_sendsig()
795 regs->tf_rbp = ucp->uc_mcontext.mc_ebp; in freebsd4_freebsd32_sigreturn()
895 regs->tf_rbp = ucp->uc_mcontext.mc_ebp; in freebsd32_sigreturn()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_freebsd.h
H A Dsanitizer_linux.cpp2342 Printf("ebp = 0x%08x ", ucontext->uc_mcontext.mc_ebp); in DumpAllRegisters()
2398 *bp = ucontext->uc_mcontext.mc_ebp; in GetPcSpBp()
/freebsd/sys/x86/include/
H A Ducontext.h56 __register_t mc_ebp; member
/freebsd/sys/i386/i386/
H A Dexec_machdep.c1124 mcp->mc_ebp = tp->tf_ebp; in get_mcontext()
1192 tp->tf_ebp = mcp->mc_ebp; in set_mcontext()