Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/x86-linux/
Dint3-x86.c16 void *pc = (void*)mc->gregs[REG_EIP]; in int_handler()
/external/libchrome/sandbox/linux/system_headers/
Di386_linux_ucontext.h71 REG_EIP, enumerator
/external/linux-kselftest/tools/testing/selftests/x86/
Dsingle_step_syscall.c61 # define REG_IP REG_EIP
Dunwind_vdso.c139 unsigned long ip = ctx->uc_mcontext.gregs[REG_EIP]; in sigtrap()
Dsigreturn.c327 # define REG_IP REG_EIP
Dprotection_keys.c194 #define REG_IP_IDX REG_EIP
Dmpx-mini-test.c100 #define REG_IP_IDX REG_EIP
/external/google-breakpad/src/client/linux/dump_writer_common/
Ducontext_reader.cc48 return uc->uc_mcontext.gregs[REG_EIP]; in GetInstructionPointer()
71 out->eip = regs[REG_EIP]; in FillCPUContext()
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dsigsegv.c37 #define REG_IP REG_EIP
Dresumption.c33 #define REG_IP REG_EIP
/external/v8/src/libsampler/
Dsampler.cc133 enum { REG_EBP = 6, REG_ESP = 7, REG_EIP = 14 }; enumerator
420 state->pc = reinterpret_cast<void*>(mcontext.gregs[REG_EIP]); in FillRegisterState()
/external/libunwind/tests/
Dtest-coredump-unwind.c215 ip = uc->uc_mcontext.gregs[REG_EIP]; in handle_sigsegv()
DGtest-bt.c192 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_EIP]); in sighandler()
DGtest-trace.c204 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_EIP]); in sighandler()
/external/libunwind/src/x86/
DGos-linux.c273 case UNW_X86_EIP: addr = &uc->uc_mcontext.gregs[REG_EIP]; break; in x86_r_uc_addr()
/external/libchrome/sandbox/linux/bpf_dsl/
Dseccomp_macros.h35 #define SECCOMP_IP(_ctx) SECCOMP_REG(_ctx, REG_EIP)
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.cc668 reinterpret_cast<void*>(context.context.uc_mcontext.gregs[REG_EIP]); in WriteMinidump()
/external/libchrome/base/debug/
Dstack_trace_posix.cc329 { " ip: ", context->uc_mcontext.gregs[REG_EIP] }, in StackDumpSignalHandler()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc1348 *pc = ucontext->uc_mcontext.gregs[REG_EIP]; in GetPcSpBp()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2298 EXPECT_NOT_POISONED(((ucontext_t*)uc)->uc_mcontext.gregs[REG_EIP]); in SigactionHandler()