Home
last modified time | relevance | path

Searched refs:_Unwind_Action (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/gabi++/include/
Dunwind-itanium.h49 typedef int _Unwind_Action; typedef
50 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,
Dunwind-arm.h137 typedef int _Unwind_Action; typedef
138 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;
/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.h81 _Unwind_Action actions,
94 _Unwind_Action actions = 0; \
118 __gxx_personality_v0(int version, _Unwind_Action actions, uint64_t exceptionClass, \
Dhelper_func_internal.cc59 _Unwind_Action actions, in scanEHTable()