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

  /external/chromium_org/sandbox/linux/services/
android_i386_ucontext.h 52 REG_ESP,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ucontext.h 174 REG_ESP,
175 # define REG_ESP REG_ESP
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ucontext.h 174 REG_ESP,
175 # define REG_ESP REG_ESP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ucontext.h 174 REG_ESP,
175 # define REG_ESP 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/lib/asan/
asan_linux.cc 70 *sp = ucontext->uc_mcontext.gregs[REG_ESP];
  /art/runtime/
runtime_linux.cc 172 DumpRegister32(os, "esp", context.gregs[REG_ESP]);
  /external/chromium_org/v8/src/
sampler.cc 144 enum { REG_EBP = 6, REG_ESP = 7, REG_EIP = 14 };
333 state.sp = reinterpret_cast<Address>(mcontext.gregs[REG_ESP]);
  /external/chromium_org/base/debug/
stack_trace_posix.cc 276 { " esp: ", context->uc_mcontext.gregs[REG_ESP] },
  /external/v8/src/
platform-linux.cc 1009 enum { REG_EBP = 6, REG_ESP = 7, REG_EIP = 14 };
1049 sample->sp = reinterpret_cast<Address>(mcontext.gregs[REG_ESP]);
    [all...]
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 61 REG_EDI, REG_ESI, REG_EBP, REG_ESP,
86 #define __USE_GNU // For REG_EBP, REG_ESP, and REG_EIP.
833 state.reg[DWARF_ESP] = uc->uc_mcontext.gregs[REG_ESP];
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c     [all...]
test-i386.c     [all...]

Completed in 1441 milliseconds