Lines Matching refs:uc
49 ucontext_t* uc = reinterpret_cast<ucontext_t*>(context); in GetFaultPc() local
50 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in GetFaultPc()
59 ucontext_t* uc = reinterpret_cast<ucontext_t*>(context); in GetFaultSp() local
60 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in GetFaultSp()
70 ucontext_t* uc = reinterpret_cast<ucontext_t*>(context); in Action() local
71 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in Action()
127 ucontext_t* uc = reinterpret_cast<ucontext_t*>(context); in Action() local
128 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in Action()
193 ucontext_t* uc = reinterpret_cast<ucontext_t*>(context); in Action() local
194 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in Action()
195 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()