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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ucontext.h 57 REG_ESP,
58 # define REG_ESP REG_ESP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
ucontext.h 174 REG_ESP,
175 # define REG_ESP REG_ESP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ucontext.h 174 REG_ESP,
175 # define REG_ESP REG_ESP
  /bionic/libc/include/sys/
ucontext.h 116 REG_ESP,
  /development/ndk/platforms/android-21/include/sys/
ucontext.h 108 REG_ESP,
  /development/ndk/platforms/android-3/include/sys/
ucontext.h 104 REG_ESP,
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
ucontext.h 108 REG_ESP,
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
ucontext.h 108 REG_ESP,
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
ucontext.h 108 REG_ESP,
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
ucontext.h 108 REG_ESP,
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
ucontext.h 108 REG_ESP,
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
ucontext.h 108 REG_ESP,
  /cts/tests/tests/os/jni/seccomp-tests/tests/
resumption.c 35 #define REG_SP REG_ESP
sigsegv.c 39 #define REG_SP REG_ESP
  /art/runtime/arch/x86/
fault_handler_x86.cc 59 #define CTX_ESP uc_mcontext.gregs[REG_ESP]
  /external/google-breakpad/src/client/linux/dump_writer_common/
ucontext_reader.cc 44 return uc->uc_mcontext.gregs[REG_ESP];
  /external/libunwind/src/x86/
Gos-linux.c 270 case UNW_X86_ESP: addr = &uc->uc_mcontext.gregs[REG_ESP]; break;
  /art/runtime/
runtime_linux.cc 190 DumpRegister32(os, "esp", context.gregs[REG_ESP]);
  /external/v8/src/
sampler.cc 138 enum { REG_EBP = 6, REG_ESP = 7, REG_EIP = 14 };
376 state.sp = reinterpret_cast<Address>(mcontext.gregs[REG_ESP]);
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 636 // from REG_UESP instead of from REG_ESP. REG_UESP is the user stack pointer
641 // If REG_UESP is set to REG_ESP then that includes the stack space for the
649 // The stack saving is based off of REG_ESP so it must be set to match the
651 context.context.uc_mcontext.gregs[REG_ESP] =
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc 534 context.context.uc_mcontext.gregs[REG_ESP] = invalid_stack_pointer;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 973 *sp = ucontext->uc_mcontext.gregs[REG_ESP];
  /external/valgrind/VEX/test/
test-amd64.c     [all...]
test-i386.c     [all...]

Completed in 711 milliseconds