Lines Matching refs:gregs
91 uint64_t gregs[32]; member
119 uint32_t gregs[19]; member
138 uint64_t gregs[23]; member
420 state->pc = reinterpret_cast<void*>(mcontext.gregs[REG_EIP]); in FillRegisterState()
421 state->sp = reinterpret_cast<void*>(mcontext.gregs[REG_ESP]); in FillRegisterState()
422 state->fp = reinterpret_cast<void*>(mcontext.gregs[REG_EBP]); in FillRegisterState()
424 state->pc = reinterpret_cast<void*>(mcontext.gregs[REG_RIP]); in FillRegisterState()
425 state->sp = reinterpret_cast<void*>(mcontext.gregs[REG_RSP]); in FillRegisterState()
426 state->fp = reinterpret_cast<void*>(mcontext.gregs[REG_RBP]); in FillRegisterState()
431 state->pc = reinterpret_cast<void*>(mcontext.gregs[R15]); in FillRegisterState()
432 state->sp = reinterpret_cast<void*>(mcontext.gregs[R13]); in FillRegisterState()
433 state->fp = reinterpret_cast<void*>(mcontext.gregs[R11]); in FillRegisterState()
446 state->sp = reinterpret_cast<void*>(mcontext.gregs[29]); in FillRegisterState()
447 state->fp = reinterpret_cast<void*>(mcontext.gregs[30]); in FillRegisterState()
450 state->sp = reinterpret_cast<void*>(mcontext.gregs[29]); in FillRegisterState()
451 state->fp = reinterpret_cast<void*>(mcontext.gregs[30]); in FillRegisterState()
467 state->sp = reinterpret_cast<void*>(ucontext->uc_mcontext.gregs[15]); in FillRegisterState()
468 state->fp = reinterpret_cast<void*>(ucontext->uc_mcontext.gregs[11]); in FillRegisterState()
527 state->pc = reinterpret_cast<void*>(mcontext.gregs[REG_PC]); in FillRegisterState()
528 state->sp = reinterpret_cast<void*>(mcontext.gregs[REG_SP]); in FillRegisterState()
529 state->fp = reinterpret_cast<void*>(mcontext.gregs[REG_FP]); in FillRegisterState()