Searched refs:_Unwind_Action (Results 1 – 3 of 3) sorted by relevance
54 typedef int _Unwind_Action; typedef55 extern const _Unwind_Action _UA_SEARCH_PHASE;56 extern const _Unwind_Action _UA_CLEANUP_PHASE;57 extern const _Unwind_Action _UA_HANDLER_FRAME;58 extern const _Unwind_Action _UA_FORCE_UNWIND;94 _Unwind_Action actions,106 _Unwind_Action actions,
151 const _Unwind_Action _UA_SEARCH_PHASE = 1;152 const _Unwind_Action _UA_CLEANUP_PHASE = 2;153 const _Unwind_Action _UA_HANDLER_FRAME = 4;154 const _Unwind_Action _UA_FORCE_UNWIND = 8;
42 _Unwind_Action _Unwind_actions __unused, in posix_stop_func()