Home
last modified time | relevance | path

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

12

/external/linux-kselftest/tools/testing/selftests/x86/
Dsysret_rip.c81 if (rip != ctx->uc_mcontext.gregs[REG_RIP]) { in sigsegv_for_sigreturn_test()
83 rip, (unsigned long)ctx->uc_mcontext.gregs[REG_RIP]); in sigsegv_for_sigreturn_test()
100 ctx->uc_mcontext.gregs[REG_RIP] = rip; in sigusr1()
125 if (rip != ctx->uc_mcontext.gregs[REG_RIP]) { in sigsegv_for_fallthrough()
127 rip, (unsigned long)ctx->uc_mcontext.gregs[REG_RIP]); in sigsegv_for_fallthrough()
Dsingle_step_syscall.c57 # define REG_IP REG_RIP
Dfsgsbase.c70 ctx->uc_mcontext.gregs[REG_RIP] += 4; /* Skip the faulting mov */ in sigsegv()
Dsigreturn.c307 # define REG_IP REG_RIP
Dprotection_keys.c200 #define REG_IP_IDX REG_RIP
Dmpx-mini-test.c126 #define REG_IP_IDX REG_RIP
/external/valgrind/memcheck/tests/amd64-linux/
Dint3-amd64.c16 void *pc = (void*)mc->gregs[REG_RIP]; in int_handler()
/external/libchrome/sandbox/linux/system_headers/
Dx86_64_linux_ucontext.h67 REG_RIP, enumerator
/external/valgrind/memcheck/tests/amd64-solaris/
Dcontext_rflags2.c37 *(uintptr_t*)&ucp->uc_mcontext.gregs[REG_RIP] = (uintptr_t)break_out; in sighandler()
Dcontext_gpr.c31 *(uintptr_t*)&ucp->uc_mcontext.gregs[REG_RIP] = (uintptr_t)break_out; in sighandler()
/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.c164 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/v8/src/libsampler/
Dsampler.cc150 enum { REG_RBP = 10, REG_RSP = 15, REG_RIP = 16 }; enumerator
424 state->pc = reinterpret_cast<void*>(mcontext.gregs[REG_RIP]); in FillRegisterState()
/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/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.cc351 { " ip: ", context->uc_mcontext.gregs[REG_RIP] }, in StackDumpSignalHandler()
/external/valgrind/include/vki/
Dvki-solaris.h1427 #define VKI_REG_RIP REG_RIP
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc1336 *pc = ucontext->uc_mcontext.gregs[REG_RIP]; in GetPcSpBp()

12