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

  /external/chromium_org/sandbox/linux/services/
android_i386_ucontext.h 52 REG_ESP,
  /external/chromium_org/third_party/tcmalloc/chromium/src/
getpc.h 141 const int esp = signal_ucontext.uc_mcontext.gregs[REG_ESP];
stacktrace_x86-inl.h 201 void **const reg_esp = local
202 reinterpret_cast<void **>(ucv->uc_mcontext.gregs[REG_ESP]);
204 if (reg_esp &&
205 ((uintptr_t)reg_esp & (sizeof(reg_esp) - 1)) == 0) {
219 (uintptr_t)(reg_esp + num_push_instructions - 1) &
224 reg_esp[num_push_instructions - 1]);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
getpc.h 138 const int esp = signal_ucontext.uc_mcontext.gregs[REG_ESP];
stacktrace_x86-inl.h 198 void **const reg_esp = local
199 reinterpret_cast<void **>(ucv->uc_mcontext.gregs[REG_ESP]);
201 if (reg_esp &&
202 ((uintptr_t)reg_esp & (sizeof(reg_esp) - 1)) == 0) {
216 (uintptr_t)(reg_esp + num_push_instructions - 1) &
221 reg_esp[num_push_instructions - 1]);
  /external/compiler-rt/android/include/sys/
ucontext.h 83 REG_ESP,
  /bionic/libc/include/sys/
ucontext.h 108 REG_ESP,
  /development/ndk/platforms/android-L/include/sys/
ucontext.h 106 REG_ESP,
  /external/compiler-rt/lib/asan/
asan_linux.cc 190 *sp = ucontext->uc_mcontext.gregs[REG_ESP];
  /art/runtime/arch/x86/
fault_handler_x86.cc 58 #define CTX_ESP 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 175 DumpRegister32(os, "esp", context.gregs[REG_ESP]);
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
vmx.h 320 #define REG_ESP (4 << 8)
  /external/chromium_org/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/chromium_org/base/debug/
stack_trace_posix.cc 301 { " esp: ", context->uc_mcontext.gregs[REG_ESP] },

Completed in 1669 milliseconds