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

  /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
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 60 REG_TRAPNO, REG_ERR, REG_EIP, REG_CS,
78 #define __USE_GNU // For REG_EBP, REG_ESP, and REG_EIP.
133 state.eip = uc->uc_mcontext.gregs[REG_EIP];
  /external/compiler-rt/lib/asan/
asan_linux.cc 68 *pc = ucontext->uc_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/v8/src/
platform-linux.cc 1014 enum { REG_EBP = 6, REG_ESP = 7, REG_EIP = 14 };
1053 sample->pc = reinterpret_cast<Address>(mcontext.gregs[REG_EIP]);
    [all...]

Completed in 488 milliseconds