Home
last modified time | relevance | path

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

/freebsd/sys/compat/ia32/
H A Dia32_signal.h53 uint32_t mc_ebx; member
99 uint32_t mc_ebx; member
H A Dia32_genassym.c19 ASSYM(IA32_UC_EBX, offsetof(struct ia32_ucontext, uc_mcontext.mc_ebx));
/freebsd/sys/i386/include/
H A Ducontext.h45 __register_t mc_ebx; member
/freebsd/sys/amd64/ia32/
H A Dia32_signal.c174 mcp->mc_ebx = tp->tf_rbx; in ia32_get_mcontext()
235 tp->tf_rbx = mcp->mc_ebx; in ia32_set_mcontext()
473 sf.sf_uc.uc_mcontext.mc_ebx = regs->tf_rbx; in freebsd4_ia32_sendsig()
598 sf.sf_uc.uc_mcontext.mc_ebx = regs->tf_rbx; in ia32_sendsig()
796 regs->tf_rbx = ucp->uc_mcontext.mc_ebx; in freebsd4_freebsd32_sigreturn()
896 regs->tf_rbx = ucp->uc_mcontext.mc_ebx; in freebsd32_sigreturn()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_freebsd.h
H A Dsanitizer_linux.cpp2336 Printf("ebx = 0x%08x ", ucontext->uc_mcontext.mc_ebx); in DumpAllRegisters()
/freebsd/sys/x86/include/
H A Ducontext.h58 __register_t mc_ebx; member
/freebsd/sys/i386/i386/
H A Dexec_machdep.c1135 mcp->mc_ebx = tp->tf_ebx; in get_mcontext()
1193 tp->tf_ebx = mcp->mc_ebx; in set_mcontext()