Lines Matching refs:__gregs
420 state->sp = reinterpret_cast<void*>(mcontext.__gregs[3]);
421 state->fp = reinterpret_cast<void*>(mcontext.__gregs[22]);
449 state->pc = reinterpret_cast<void*>(mcontext.__gregs[REG_PC]);
450 state->sp = reinterpret_cast<void*>(mcontext.__gregs[REG_SP]);
451 state->fp = reinterpret_cast<void*>(mcontext.__gregs[REG_S0]);
452 state->lr = reinterpret_cast<void*>(mcontext.__gregs[REG_RA]);
497 state->pc = reinterpret_cast<void*>(mcontext.__gregs[_REG_PC]);
498 state->sp = reinterpret_cast<void*>(mcontext.__gregs[_REG_SP]);
499 state->fp = reinterpret_cast<void*>(mcontext.__gregs[_REG_FP]);
503 state->pc = reinterpret_cast<void*>(mcontext.__gregs[_REG_EIP]);
504 state->sp = reinterpret_cast<void*>(mcontext.__gregs[_REG_ESP]);
505 state->fp = reinterpret_cast<void*>(mcontext.__gregs[_REG_EBP]);
507 state->pc = reinterpret_cast<void*>(mcontext.__gregs[_REG_RIP]);
508 state->sp = reinterpret_cast<void*>(mcontext.__gregs[_REG_RSP]);
509 state->fp = reinterpret_cast<void*>(mcontext.__gregs[_REG_RBP]);