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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ucontext.h 77 REG_UESP,
78 # define REG_UESP REG_UESP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
ucontext.h 194 REG_UESP,
195 # define REG_UESP REG_UESP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ucontext.h 194 REG_UESP,
195 # define REG_UESP REG_UESP
  /bionic/libc/include/sys/
ucontext.h 126 REG_UESP,
  /development/ndk/platforms/android-21/include/sys/
ucontext.h 118 REG_UESP,
  /development/ndk/platforms/android-3/include/sys/
ucontext.h 114 REG_UESP,
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
ucontext.h 118 REG_UESP,
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
ucontext.h 118 REG_UESP,
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
ucontext.h 118 REG_UESP,
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
ucontext.h 118 REG_UESP,
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
ucontext.h 118 REG_UESP,
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
ucontext.h 118 REG_UESP,
  /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
638 // pointer. When WriteMiniDump is called during normal processing REG_UESP is
640 if (!context.context.uc_mcontext.gregs[REG_UESP]) {
641 // If REG_UESP is set to REG_ESP then that includes the stack space for the
644 // useful would be recorded. A better option is to set REG_UESP to REG_EBP,
647 context.context.uc_mcontext.gregs[REG_UESP] =
650 // new REG_UESP.
652 context.context.uc_mcontext.gregs[REG_UESP];
  /external/google-breakpad/src/client/linux/dump_writer_common/
ucontext_reader.cc 74 out->esp = regs[REG_UESP];

Completed in 1573 milliseconds