Lines Matching refs:uc
56 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in HandleNestedSignal() local
57 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in HandleNestedSignal()
70 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local
71 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in GetMethodAndReturnPcAndSp()
119 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
120 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()
145 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local
146 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()
210 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local
211 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()
212 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()