Searched refs:mcontext (Results 1 – 3 of 3) sorted by relevance
371 mcontext_t& mcontext = ucontext->uc_mcontext; in HandleProfilerSignal() local375 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_EIP]); in HandleProfilerSignal()376 state.sp = reinterpret_cast<Address>(mcontext.gregs[REG_ESP]); in HandleProfilerSignal()377 state.fp = reinterpret_cast<Address>(mcontext.gregs[REG_EBP]); in HandleProfilerSignal()379 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_RIP]); in HandleProfilerSignal()380 state.sp = reinterpret_cast<Address>(mcontext.gregs[REG_RSP]); in HandleProfilerSignal()381 state.fp = reinterpret_cast<Address>(mcontext.gregs[REG_RBP]); in HandleProfilerSignal()387 state.pc = reinterpret_cast<Address>(mcontext.gregs[R15]); in HandleProfilerSignal()388 state.sp = reinterpret_cast<Address>(mcontext.gregs[R13]); in HandleProfilerSignal()389 state.fp = reinterpret_cast<Address>(mcontext.gregs[R11]); in HandleProfilerSignal()[all …]
235 goto mcontext; in hidden_def()244 goto mcontext; in hidden_def()269 mcontext: in hidden_def()
107 struct vki_mcontext mcontext; member717 stack_mcontext(&frame->mcontext, tst, False/*!use_rt_sigreturn*/, faultaddr); in VG_()868 mc = &frame->mcontext; in VG_()