Lines Matching refs:gregs

113   uint64_t gregs[32];  member
141 uint32_t gregs[19]; member
160 uint64_t gregs[23]; member
464 state->pc = reinterpret_cast<void*>(mcontext.gregs[REG_EIP]); in FillRegisterState()
465 state->sp = reinterpret_cast<void*>(mcontext.gregs[REG_ESP]); in FillRegisterState()
466 state->fp = reinterpret_cast<void*>(mcontext.gregs[REG_EBP]); in FillRegisterState()
468 state->pc = reinterpret_cast<void*>(mcontext.gregs[REG_RIP]); in FillRegisterState()
469 state->sp = reinterpret_cast<void*>(mcontext.gregs[REG_RSP]); in FillRegisterState()
470 state->fp = reinterpret_cast<void*>(mcontext.gregs[REG_RBP]); in FillRegisterState()
475 state->pc = reinterpret_cast<void*>(mcontext.gregs[R15]); in FillRegisterState()
476 state->sp = reinterpret_cast<void*>(mcontext.gregs[R13]); in FillRegisterState()
477 state->fp = reinterpret_cast<void*>(mcontext.gregs[R11]); in FillRegisterState()
490 state->sp = reinterpret_cast<void*>(mcontext.gregs[29]); in FillRegisterState()
491 state->fp = reinterpret_cast<void*>(mcontext.gregs[30]); in FillRegisterState()
494 state->sp = reinterpret_cast<void*>(mcontext.gregs[29]); in FillRegisterState()
495 state->fp = reinterpret_cast<void*>(mcontext.gregs[30]); in FillRegisterState()
518 state->sp = reinterpret_cast<void*>(ucontext->uc_mcontext.gregs[15]); in FillRegisterState()
519 state->fp = reinterpret_cast<void*>(ucontext->uc_mcontext.gregs[11]); in FillRegisterState()
578 state->pc = reinterpret_cast<void*>(mcontext.gregs[REG_PC]); in FillRegisterState()
579 state->sp = reinterpret_cast<void*>(mcontext.gregs[REG_SP]); in FillRegisterState()
580 state->fp = reinterpret_cast<void*>(mcontext.gregs[REG_FP]); in FillRegisterState()