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

  /external/chromium_org/sandbox/linux/services/
android_i386_ucontext.h 51 REG_EBP,
  /external/compiler-rt/android/include/sys/
ucontext.h 82 REG_EBP,
  /bionic/libc/include/sys/
ucontext.h 107 REG_EBP,
  /development/ndk/platforms/android-L/include/sys/
ucontext.h 105 REG_EBP,
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_x86-inl.h 189 void **const reg_ebp = local
190 reinterpret_cast<void **>(ucv->uc_mcontext.gregs[REG_EBP]);
193 if (new_sp == reg_ebp &&
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_x86-inl.h 192 void **const reg_ebp = local
193 reinterpret_cast<void **>(ucv->uc_mcontext.gregs[REG_EBP]);
196 if (new_sp == reg_ebp &&
  /external/compiler-rt/lib/asan/
asan_linux.cc 189 *bp = ucontext->uc_mcontext.gregs[REG_EBP];
  /external/libunwind/src/x86/
Gos-linux.c 268 case UNW_X86_EBP: addr = &uc->uc_mcontext.gregs[REG_EBP]; break;
  /art/runtime/
runtime_linux.cc 174 DumpRegister32(os, "ebp", context.gregs[REG_EBP]);
  /external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h 150 #define SECCOMP_PARM6(_ctx) SECCOMP_REG(_ctx, REG_EBP)
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
vmx.h 321 #define REG_EBP (5 << 8)
  /external/chromium_org/v8/src/
sampler.cc 138 enum { REG_EBP = 6, REG_ESP = 7, REG_EIP = 14 };
377 state.fp = reinterpret_cast<Address>(mcontext.gregs[REG_EBP]);
  /external/chromium_org/base/debug/
stack_trace_posix.cc 300 { " ebp: ", context->uc_mcontext.gregs[REG_EBP] },

Completed in 393 milliseconds