Searched refs:ucontext (Results 1 – 11 of 11) sorted by relevance
32 #define ucontext __darwin_ucontext macro80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler()84 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler()88 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler()91 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler()
44 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in GetMethodAndReturnPcAndSp()80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()109 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action()155 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action()
51 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp()102 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()135 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action()200 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action()
226 struct ucontext *uc = (struct ucontext *)data; in bad_instr_handle()
44 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp()82 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()117 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action()
43 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp()80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()115 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action()
32 #define ucontext __darwin_ucontext macro283 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp()328 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()384 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()440 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()
537 #define ucontext __darwin_ucontext macro560 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in StandardSignalHandler()564 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in StandardSignalHandler()568 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in StandardSignalHandler()571 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in StandardSignalHandler()
38 void* ucontext = nullptr,
331 if (!backtrace->Unwind(0, reinterpret_cast<ucontext*>(ucontext_ptr))) { in DumpNativeStack()
305 ucontext_t* ucontext = static_cast<ucontext_t*>(ucontext_raw); in Handler() local308 sigorset(&mask, &ucontext->uc_sigmask64, &chains[signo].action_.sa_mask); in Handler()311 sigorset(&mask, &ucontext->uc_sigmask, &chains[signo].action_.sa_mask); in Handler()