Home
last modified time | relevance | path

Searched refs:mcontext (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dsampler.cc371 mcontext_t& mcontext = ucontext->uc_mcontext; in HandleProfilerSignal() local
375 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 …]
/external/selinux/libsepol/src/
Dcontext_record.c235 goto mcontext; in hidden_def()
244 goto mcontext; in hidden_def()
269 mcontext: in hidden_def()
/external/valgrind/coregrind/m_sigframe/
Dsigframe-ppc32-linux.c107 struct vki_mcontext mcontext; member
717 stack_mcontext(&frame->mcontext, tst, False/*!use_rt_sigreturn*/, faultaddr); in VG_()
868 mc = &frame->mcontext; in VG_()