Home
last modified time | relevance | path

Searched refs:mc_eip (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_freebsd.h51 __xregister_t mc_eip; member
Dsanitizer_linux.cc1343 *pc = ucontext->uc_mcontext.mc_eip; in GetPcSpBp()
/external/libunwind/tests/
Dtest-coredump-unwind.c223 ip = uc->uc_mcontext.mc_eip; in handle_sigsegv()
DGtest-bt.c194 printf (" @ %lx", (unsigned long) uc->uc_mcontext.mc_eip); in sighandler()
DGtest-trace.c206 printf (" @ %lx", (unsigned long) uc->uc_mcontext.mc_eip); in sighandler()
/external/libunwind/src/x86/
DGos-freebsd.c321 case UNW_X86_EIP: addr = &uc->uc_mcontext.mc_eip; break; in x86_r_uc_addr()
/external/v8/src/libsampler/
Dsampler.cc494 state->pc = reinterpret_cast<void*>(mcontext.mc_eip); in FillRegisterState()