Searched refs:REG_EIP (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/sandbox/linux/services/
H A Dandroid_i386_ucontext.h59 REG_EIP, enumerator in enum:__anon10569
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dint3-x86.c16 void *pc = (void*)mc->gregs[REG_EIP];
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dgetpc.h50 // REG_EIP). Note this #define must come first!
140 const int eip = signal_ucontext.uc_mcontext.gregs[REG_EIP];
H A Dstacktrace_x86-inl.h195 reinterpret_cast<unsigned char *>(ucv->uc_mcontext.gregs[REG_EIP]);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dgetpc.h50 // REG_EIP). Note this #define must come first!
137 const int eip = signal_ucontext.uc_mcontext.gregs[REG_EIP];
H A Dstacktrace_x86-inl.h192 reinterpret_cast<unsigned char *>(ucv->uc_mcontext.gregs[REG_EIP]);
/external/compiler-rt/android/include/sys/
H A Ducontext.h90 REG_EIP, enumerator in enum:__anon19567
/external/compiler-rt/lib/asan/
H A Dasan_linux.cc188 *pc = ucontext->uc_mcontext.gregs[REG_EIP];
/external/chromium_org/v8/src/
H A Dsampler.cc138 enum { REG_EBP = 6, REG_ESP = 7, REG_EIP = 14 }; enumerator in enum:__anon17333
375 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_EIP]);
/external/libunwind/src/x86/
H A DGos-linux.c269 case UNW_X86_EIP: addr = &uc->uc_mcontext.gregs[REG_EIP]; break;
/external/libunwind/tests/
H A DGtest-bt.c192 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_EIP]);
H A DGtest-trace.c204 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_EIP]);
H A Dtest-coredump-unwind.c215 ip = uc->uc_mcontext.gregs[REG_EIP];
/external/qemu/
H A Dcpu-exec.c798 # define EIP_sig(context) ((context)->uc_mcontext.gregs[REG_EIP])
818 #ifndef REG_EIP
820 #define REG_EIP EIP macro
/external/valgrind/main/VEX/test/
H A Dtest-amd64.c1359 #define REG_EIP EIP
1382 printf(" EIP=0x%08x", uc->uc_mcontext.gregs[REG_EIP]);
1555 printf("EIP=0x%08x\n", uc->uc_mcontext.gregs[REG_EIP]);
H A Dtest-i386.c1319 #define REG_EIP EIP
1342 printf(" EIP=0x%08x", uc->uc_mcontext.gregs[REG_EIP]);
1515 printf("EIP=0x%08x\n", uc->uc_mcontext.gregs[REG_EIP]);
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dlinux_seccomp.h144 #define SECCOMP_IP(_ctx) SECCOMP_REG(_ctx, REG_EIP)
/external/chromium_org/base/debug/
H A Dstack_trace_posix.cc308 { " ip: ", context->uc_mcontext.gregs[REG_EIP] },
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2130 EXPECT_NOT_POISONED(((ucontext_t*)uc)->uc_mcontext.gregs[REG_EIP]);

Completed in 869 milliseconds