/external/chromium_org/sandbox/linux/services/ |
android_i386_ucontext.h | 59 REG_EIP,
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
int3-x86.c | 16 void *pc = (void*)mc->gregs[REG_EIP];
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
ucontext.h | 188 REG_EIP, 189 # define REG_EIP REG_EIP
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
ucontext.h | 188 REG_EIP, 189 # define REG_EIP REG_EIP
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
ucontext.h | 188 REG_EIP, 189 # define REG_EIP REG_EIP
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
getpc.h | 50 // REG_EIP). Note this #define must come first! 140 const int eip = signal_ucontext.uc_mcontext.gregs[REG_EIP];
|
stacktrace_x86-inl.h | 194 const unsigned char *const reg_eip = local 195 reinterpret_cast<unsigned char *>(ucv->uc_mcontext.gregs[REG_EIP]); 197 kernel_vsyscall_address <= reg_eip && 198 reg_eip - kernel_vsyscall_address < kMaxBytes) {
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
getpc.h | 50 // REG_EIP). Note this #define must come first! 137 const int eip = signal_ucontext.uc_mcontext.gregs[REG_EIP];
|
stacktrace_x86-inl.h | 191 const unsigned char *const reg_eip = local 192 reinterpret_cast<unsigned char *>(ucv->uc_mcontext.gregs[REG_EIP]); 194 kernel_vsyscall_address <= reg_eip && 195 reg_eip - kernel_vsyscall_address < kMaxBytes) {
|
/external/compiler-rt/lib/asan/ |
asan_linux.cc | 68 *pc = ucontext->uc_mcontext.gregs[REG_EIP];
|
/art/runtime/ |
runtime_linux.cc | 175 DumpRegister32(os, "eip", context.gregs[REG_EIP]);
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
linux_seccomp.h | 109 #define SECCOMP_IP(_ctx) SECCOMP_REG(_ctx, REG_EIP)
|
/external/chromium_org/v8/src/ |
sampler.cc | 144 enum { REG_EBP = 6, REG_ESP = 7, REG_EIP = 14 }; 332 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_EIP]);
|
/external/qemu/ |
cpu-exec.c | 879 # define EIP_sig(context) ((context)->uc_mcontext.gregs[REG_EIP]) [all...] |
/external/valgrind/main/VEX/test/ |
test-amd64.c | [all...] |
test-i386.c | [all...] |
/external/chromium_org/base/debug/ |
stack_trace_posix.cc | 283 { " ip: ", context->uc_mcontext.gregs[REG_EIP] },
|
/external/v8/src/ |
platform-linux.cc | 1009 enum { REG_EBP = 6, REG_ESP = 7, REG_EIP = 14 }; 1048 sample->pc = reinterpret_cast<Address>(mcontext.gregs[REG_EIP]); [all...] |
/system/core/libcorkscrew/arch-x86/ |
backtrace-x86.c | 63 REG_TRAPNO, REG_ERR, REG_EIP, REG_CS, 86 #define __USE_GNU // For REG_EBP, REG_ESP, and REG_EIP. 834 state.reg[DWARF_EIP] = uc->uc_mcontext.gregs[REG_EIP]; [all...] |
/external/compiler-rt/lib/msan/tests/ |
msan_test.cc | [all...] |