Home | Sort by: relevance | last modified time | path |
/src/sys/lib/libunwind/ | |
libunwind.cxx | 55 __personality_routine p = (__personality_routine)(frameInfo.handler); 110 __personality_routine p = (__personality_routine)(frameInfo.handler); 174 __personality_routine p = (__personality_routine)(frameInfo.handler); |
unwind.h | 54 typedef _Unwind_Reason_Code (*__personality_routine)(int, _Unwind_Action, typedef in typeref:typename:_Unwind_Reason_Code (*)(int,_Unwind_Action,uint64_t,struct _Unwind_Exception *,struct _Unwind_Context *) |