Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/amd64-linux/
Dint3-amd64.c16 void *pc = (void*)mc->gregs[REG_RIP]; in int_handler()
/external/valgrind/memcheck/tests/amd64-solaris/
Dcontext_rflags2.c34 *(uintptr_t*)&ucp->uc_mcontext.gregs[REG_RIP] = (uintptr_t)break_out; in sighandler()
Dcontext_gpr.c28 *(uintptr_t*)&ucp->uc_mcontext.gregs[REG_RIP] = (uintptr_t)break_out; in sighandler()
/external/libchrome/sandbox/linux/system_headers/
Dx86_64_linux_ucontext.h67 REG_RIP, enumerator
/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/valgrind/coregrind/
Dvgdb-invoker-solaris.c315 (*regs)[REG_RIP] = shared32->invoke_gdbserver; in setup_stack_frame()
350 (*regs)[REG_RIP] = shared64->invoke_gdbserver; in setup_stack_frame()
/external/valgrind/memcheck/tests/solaris/
Dthr_daemon_exit_standalone.c160 ucontext.uc_mcontext.gregs[REG_RIP] = (greg_t) thread_func; in lwp_create()
/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/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dsigsegv.c48 #define REG_IP REG_RIP
Dresumption.c44 #define REG_IP REG_RIP
/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/profiler/
Dsampler.cc153 enum { REG_RBP = 10, REG_RSP = 15, REG_RIP = 16 }; enumerator
453 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_RIP]); in HandleProfilerSignal()
/external/libchrome/sandbox/linux/bpf_dsl/
Dseccomp_macros.h97 #define SECCOMP_IP(_ctx) SECCOMP_REG(_ctx, REG_RIP)
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.cc671 reinterpret_cast<void*>(context.context.uc_mcontext.gregs[REG_RIP]); in WriteMinidump()
/external/libchrome/base/debug/
Dstack_trace_posix.cc352 { " ip: ", context->uc_mcontext.gregs[REG_RIP] }, in StackDumpSignalHandler()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc1175 *pc = ucontext->uc_mcontext.gregs[REG_RIP]; in GetPcSpBp()
/external/valgrind/include/vki/
Dvki-solaris.h1352 #define VKI_REG_RIP REG_RIP
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2289 EXPECT_NOT_POISONED(((ucontext_t*)uc)->uc_mcontext.gregs[REG_RIP]); in SigactionHandler()