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()
126 ucontext_t* uc = reinterpret_cast<ucontext_t*>(context); in Action() local
127 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in Action()
191 ucontext_t* uc = reinterpret_cast<ucontext_t*>(context); in Action() local
192 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in Action()
193 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()