HomeSort by relevance Sort by last modified time
    Searched refs:REG_EIP (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ucontext.h 71 REG_EIP,
72 # define REG_EIP REG_EIP
  /external/valgrind/memcheck/tests/x86-linux/
int3-x86.c 16 void *pc = (void*)mc->gregs[REG_EIP];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ucontext.h 188 REG_EIP,
189 # define REG_EIP REG_EIP
  /prebuilts/go/darwin-x86/src/runtime/
defs_netbsd_386.go 36 REG_EIP = C._REG_EIP
  /prebuilts/go/linux-x86/src/runtime/
defs_netbsd_386.go 36 REG_EIP = C._REG_EIP
  /bionic/libc/include/sys/
ucontext.h 157 REG_EIP,
158 #define REG_EIP REG_EIP
  /external/linux-kselftest/tools/testing/selftests/x86/
single_step_syscall.c 61 # define REG_IP REG_EIP
unwind_vdso.c 139 unsigned long ip = ctx->uc_mcontext.gregs[REG_EIP];
sigreturn.c 327 # define REG_IP REG_EIP
  /art/test/004-SignalTest/
signaltest.cc 47 #define CTX_EIP uc_mcontext.gregs[REG_EIP]
  /external/google-breakpad/src/client/linux/dump_writer_common/
ucontext_reader.cc 48 return uc->uc_mcontext.gregs[REG_EIP];
71 out->eip = regs[REG_EIP];
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
resumption.c 33 #define REG_IP REG_EIP
sigsegv.c 37 #define REG_IP REG_EIP
  /external/ltp/testcases/cve/
meltdown.c 114 # define REG_RIP REG_EIP
  /external/v8/src/libsampler/
sampler.cc 133 enum { REG_EBP = 6, REG_ESP = 7, REG_EIP = 14 };
420 state->pc = reinterpret_cast<void*>(mcontext.gregs[REG_EIP]);
  /art/runtime/arch/x86/
fault_handler_x86.cc 61 #define CTX_EIP uc_mcontext.gregs[REG_EIP]
  /external/libunwind/src/x86/
Gos-linux.c 273 case UNW_X86_EIP: addr = &uc->uc_mcontext.gregs[REG_EIP]; break;
  /external/libunwind/tests/
Gtest-bt.c 192 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_EIP]);
Gtest-trace.c 204 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_EIP]);
test-coredump-unwind.c 215 ip = uc->uc_mcontext.gregs[REG_EIP];
  /art/runtime/
runtime_common.cc 190 DumpRegister32(os, "eip", context.gregs[REG_EIP]);
  /external/libchrome/base/
logging_unittest.cc 274 crash_addr = static_cast<uintptr_t>(context->uc_mcontext.gregs[REG_EIP]);
  /art/test/115-native-bridge/
nativebridge.cc 551 #define CTX_EIP uc_mcontext.gregs[REG_EIP]
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 668 reinterpret_cast<void*>(context.context.uc_mcontext.gregs[REG_EIP]);
  /external/libchrome/base/debug/
stack_trace_posix.cc 325 { " ip: ", context->uc_mcontext.gregs[REG_EIP] },

Completed in 806 milliseconds

1 2