Lines Matching refs:uc
50 ucontext_t* uc = reinterpret_cast<ucontext_t*>(context); in GetFaultPc() local
51 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in GetFaultPc()
60 ucontext_t* uc = reinterpret_cast<ucontext_t*>(context); in GetFaultSp() local
61 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in GetFaultSp()
77 ucontext_t* uc = reinterpret_cast<ucontext_t*>(context); in Action() local
78 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in Action()
105 ucontext_t* uc = reinterpret_cast<ucontext_t*>(context); in Action() local
106 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in Action()
133 ucontext_t* uc = reinterpret_cast<ucontext_t*>(context); in Action() local
134 mcontext_t* mc = reinterpret_cast<mcontext_t*>(&uc->uc_mcontext); in Action()
135 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()