Home | History | Annotate | Download | only in src

Lines Matching full:gregs

819   uint32_t gregs[16];
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]);
893 sample.sp = reinterpret_cast<Address>(mcontext.gregs[29]);
894 sample.fp = reinterpret_cast<Address>(mcontext.gregs[30]);