Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dsampler.cc445 mcontext_t& mcontext = ucontext->uc_mcontext; in HandleProfilerSignal() local
449 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 …]
/external/selinux/libsepol/src/
Dcontext_record.c235 goto mcontext; in hidden_def()
244 goto mcontext; in hidden_def()
269 mcontext: in hidden_def()
/external/strace/linux/x86_64/
Darch_sigreturn.c15 struct sigcontext mcontext; in arch_sigreturn() member
/external/valgrind/coregrind/m_sigframe/
Dsigframe-ppc32-linux.c107 struct vki_mcontext mcontext; member
718 stack_mcontext(&frame->mcontext, tst, False/*!use_rt_sigreturn*/, faultaddr); in VG_()
869 mc = &frame->mcontext; in VG_()