Searched refs:mcontext (Results 1 – 4 of 4) sorted by relevance
445 mcontext_t& mcontext = ucontext->uc_mcontext; in HandleProfilerSignal() local449 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_EIP]); in HandleProfilerSignal()450 state.sp = reinterpret_cast<Address>(mcontext.gregs[REG_ESP]); in HandleProfilerSignal()451 state.fp = reinterpret_cast<Address>(mcontext.gregs[REG_EBP]); in HandleProfilerSignal()453 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_RIP]); in HandleProfilerSignal()454 state.sp = reinterpret_cast<Address>(mcontext.gregs[REG_RSP]); in HandleProfilerSignal()455 state.fp = reinterpret_cast<Address>(mcontext.gregs[REG_RBP]); in HandleProfilerSignal()460 state.pc = reinterpret_cast<Address>(mcontext.gregs[R15]); in HandleProfilerSignal()461 state.sp = reinterpret_cast<Address>(mcontext.gregs[R13]); in HandleProfilerSignal()462 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()
15 struct sigcontext mcontext; in arch_sigreturn() member
107 struct vki_mcontext mcontext; member718 stack_mcontext(&frame->mcontext, tst, False/*!use_rt_sigreturn*/, faultaddr); in VG_()869 mc = &frame->mcontext; in VG_()