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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ucontext.h 128 gregset_t gregs; member in struct:__anon21448
227 gregset_t gregs; member in struct:__anon21450
  /external/v8/src/
platform-linux.cc 819 uint32_t gregs[16]; member in struct:v8::internal::sigcontext
873 sample->pc = reinterpret_cast<Address>(mcontext.gregs[REG_EIP]);
874 sample->sp = reinterpret_cast<Address>(mcontext.gregs[REG_ESP]);
875 sample->fp = reinterpret_cast<Address>(mcontext.gregs[REG_EBP]);
877 sample->pc = reinterpret_cast<Address>(mcontext.gregs[REG_RIP]);
878 sample->sp = reinterpret_cast<Address>(mcontext.gregs[REG_RSP]);
879 sample->fp = reinterpret_cast<Address>(mcontext.gregs[REG_RBP]);
883 sample->pc = reinterpret_cast<Address>(mcontext.gregs[R15]);
884 sample->sp = reinterpret_cast<Address>(mcontext.gregs[R13]);
885 sample->fp = reinterpret_cast<Address>(mcontext.gregs[R11])
    [all...]

Completed in 430 milliseconds