Searched refs:ucontext (Results 1 – 9 of 9) 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()
43 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in GetMethodAndReturnPcAndSp()79 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()108 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action()154 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action()
50 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp()101 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()134 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action()199 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action()
225 struct ucontext *uc = (struct ucontext *)data; in bad_instr_handle()
43 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp()81 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()116 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action()
42 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp()79 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()114 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action()
38 void* ucontext = nullptr,
305 if (!backtrace->Unwind(0, reinterpret_cast<ucontext*>(ucontext_ptr))) { in DumpNativeStack()
322 ucontext_t* ucontext = static_cast<ucontext_t*>(ucontext_raw); in Handler() local325 sigorset(&mask, &ucontext->uc_sigmask64, &chains[signo].action_.sa_mask); in Handler()328 sigorset(&mask, &ucontext->uc_sigmask, &chains[signo].action_.sa_mask); in Handler()