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

  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 58 REG_EDI, REG_ESI, REG_EBP, REG_ESP,
78 #define __USE_GNU // For REG_EBP, REG_ESP, and REG_EIP.
131 state.ebp = uc->uc_mcontext.gregs[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/v8/src/
platform-linux.cc 1014 enum { REG_EBP = 6, REG_ESP = 7, REG_EIP = 14 };
1055 sample->fp = reinterpret_cast<Address>(mcontext.gregs[REG_EBP]);
    [all...]

Completed in 316 milliseconds