Searched refs:ucontext (Results 1 – 10 of 10) sorted by relevance
31 #define ucontext __darwin_ucontext macro58 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler()62 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler()66 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler()69 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler()
46 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in HandleNestedSignal()59 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in GetMethodAndReturnPcAndSp()93 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()118 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action()164 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action()
56 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in HandleNestedSignal()70 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp()119 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()145 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action()210 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action()
192 struct ucontext *uc = (struct ucontext *)data; in bad_divide_inst_handle()
45 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()
31 #define ucontext __darwin_ucontext macro246 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in HandleNestedSignal()254 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp()296 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()354 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()410 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()
379 #define ucontext __darwin_ucontext macro418 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in nb_signalhandler()422 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in nb_signalhandler()426 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in nb_signalhandler()429 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in nb_signalhandler()
251 void* ucontext = nullptr)
1122 if (!backtrace->Unwind(0, reinterpret_cast<ucontext*>(ucontext_ptr))) { in DumpNativeStack()