Lines Matching refs:uc
46 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in HandleNestedSignal() local
47 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in HandleNestedSignal()
59 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in GetMethodAndReturnPcAndSp() local
60 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in GetMethodAndReturnPcAndSp()
93 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
94 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()
118 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action() local
119 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()
164 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action() local
165 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()
166 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()