Searched refs:REG_RIP (Results 1 - 14 of 14) sorted by relevance

/external/valgrind/main/memcheck/tests/amd64-linux/
H A Dint3-amd64.c16 void *pc = (void*)mc->gregs[REG_RIP];
/external/chromium_org/sandbox/linux/services/
H A Dandroid_x86_64_ucontext.h65 REG_RIP, enumerator in enum:__anon10572
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dconfig_android.h222 #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
H A Dconfig_linux.h222 #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
/external/libunwind/src/x86_64/
H A DGos-linux.c129 case UNW_X86_64_RIP: addr = &uc->uc_mcontext.gregs[REG_RIP]; break;
/external/compiler-rt/lib/asan/
H A Dasan_linux.cc176 *pc = ucontext->uc_mcontext.gregs[REG_RIP];
/external/chromium_org/v8/src/
H A Dsampler.cc155 enum { REG_RBP = 10, REG_RSP = 15, REG_RIP = 16 }; enumerator in enum:__anon17335
379 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_RIP]);
/external/libunwind/tests/
H A DGtest-bt.c198 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_RIP]);
H A DGtest-trace.c210 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_RIP]);
H A Dtest-coredump-unwind.c217 ip = uc->uc_mcontext.gregs[REG_RIP];
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dlinux_seccomp.h209 #define SECCOMP_IP(_ctx) SECCOMP_REG(_ctx, REG_RIP)
/external/chromium_org/base/debug/
H A Dstack_trace_posix.cc330 { " ip: ", context->uc_mcontext.gregs[REG_RIP] },
/external/qemu/
H A Dcpu-exec.c852 #define PC_sig(context) ((context)->uc_mcontext.gregs[REG_RIP])
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2128 EXPECT_NOT_POISONED(((ucontext_t*)uc)->uc_mcontext.gregs[REG_RIP]);

Completed in 2800 milliseconds