Home
last modified time | relevance | path

Searched refs:REG_RIP (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/memcheck/tests/amd64-linux/
Dint3-amd64.c16 void *pc = (void*)mc->gregs[REG_RIP]; in int_handler()
/external/google-breakpad/src/client/linux/dump_writer_common/
Ducontext_reader.cc96 return uc->uc_mcontext.gregs[REG_RIP];
130 out->rip = regs[REG_RIP];
/external/libunwind/src/x86_64/
DGos-linux.c129 case UNW_X86_64_RIP: addr = &uc->uc_mcontext.gregs[REG_RIP]; break; in x86_64_r_uc_addr()
/external/libunwind/tests/
Dtest-coredump-unwind.c217 ip = uc->uc_mcontext.gregs[REG_RIP]; in handle_sigsegv()
DGtest-bt.c198 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_RIP]); in sighandler()
DGtest-trace.c210 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_RIP]); in sighandler()
/external/v8/src/
Dsampler.cc155 enum { REG_RBP = 10, REG_RSP = 15, REG_RIP = 16 }; enumerator
379 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_RIP]); in HandleProfilerSignal()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.cc671 reinterpret_cast<void*>(context.context.uc_mcontext.gregs[REG_RIP]); in WriteMinidump()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc959 *pc = ucontext->uc_mcontext.gregs[REG_RIP]; in GetPcSpBp()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2279 EXPECT_NOT_POISONED(((ucontext_t*)uc)->uc_mcontext.gregs[REG_RIP]); in SigactionHandler()