Searched refs:_Unwind_Action (Results 1 – 4 of 4) sorted by relevance
49 typedef int _Unwind_Action; typedef50 static const _Unwind_Action _UA_SEARCH_PHASE = 1;51 static const _Unwind_Action _UA_CLEANUP_PHASE = 2;52 static const _Unwind_Action _UA_HANDLER_FRAME = 4;53 static const _Unwind_Action _UA_FORCE_UNWIND = 8;62 _Unwind_Action actions,
137 typedef int _Unwind_Action; typedef138 static const _Unwind_Action _UA_SEARCH_PHASE = 1;139 static const _Unwind_Action _UA_CLEANUP_PHASE = 2;140 static const _Unwind_Action _UA_HANDLER_FRAME = 4;141 static const _Unwind_Action _UA_FORCE_UNWIND = 8;
81 _Unwind_Action actions,94 _Unwind_Action actions = 0; \118 __gxx_personality_v0(int version, _Unwind_Action actions, uint64_t exceptionClass, \
59 _Unwind_Action actions, in scanEHTable()