Home
last modified time | relevance | path

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

/freebsd/lib/libthread_db/arch/amd64/
H A Dlibpthread_md.c46 mc->mc_rcx = r->r_rcx; in pt_reg_to_ucontext()
73 r->r_rcx = mc->mc_rcx; in pt_ucontext_to_reg()
/freebsd/sys/x86/include/
H A Ducontext.h115 __register_t mc_rcx; member
/freebsd/sys/amd64/amd64/
H A Dexec_machdep.c610 mcp->mc_rcx = tp->tf_rcx; in get_mcontext()
692 tp->tf_rcx = mcp->mc_rcx; in set_mcontext()
H A Dgenassym.c206 ASSYM(UC_RCX, offsetof(ucontext_t, uc_mcontext.mc_rcx));
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp2315 Printf("rcx = 0x%016lx ", ucontext->uc_mcontext.mc_rcx); in DumpAllRegisters()