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

  /external/chromium_org/sandbox/linux/services/
android_i386_ucontext.h 51 REG_EBP,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ucontext.h 172 REG_EBP,
173 # define REG_EBP REG_EBP
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ucontext.h 172 REG_EBP,
173 # define REG_EBP REG_EBP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ucontext.h 172 REG_EBP,
173 # define REG_EBP 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/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/qemu/target-i386/
exec.h 302 #ifdef reg_EBP
330 #ifdef reg_EBP
  /external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h 115 #define SECCOMP_PARM6(_ctx) SECCOMP_REG(_ctx, REG_EBP)
  /external/compiler-rt/lib/asan/
asan_linux.cc 69 *bp = ucontext->uc_mcontext.gregs[REG_EBP];
  /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.
832 state.reg[DWARF_EBP] = uc->uc_mcontext.gregs[REG_EBP];
    [all...]
  /art/runtime/
runtime_linux.cc 171 DumpRegister32(os, "ebp", context.gregs[REG_EBP]);
  /external/chromium_org/v8/src/
sampler.cc 147 enum { REG_EBP = 6, REG_ESP = 7, REG_EIP = 14 };
343 state.fp = reinterpret_cast<Address>(mcontext.gregs[REG_EBP]);
  /external/v8/src/
platform-linux.cc 1009 enum { REG_EBP = 6, REG_ESP = 7, REG_EIP = 14 };
1050 sample->fp = reinterpret_cast<Address>(mcontext.gregs[REG_EBP]);
    [all...]
  /external/chromium_org/base/debug/
stack_trace_posix.cc 272 { " ebp: ", context->uc_mcontext.gregs[REG_EBP] },
  /external/valgrind/main/VEX/test/
test-amd64.c     [all...]
test-i386.c     [all...]

Completed in 2140 milliseconds