Home
last modified time | relevance | path

Searched refs:_Unwind_Action (Results 1 – 8 of 8) 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,
100 _Unwind_Action actions = 0; \
125 _Unwind_Reason_Code __gxx_personality_v0(int, _Unwind_Action, uint64_t,
130 __gxx_personality_v0(int version, _Unwind_Action actions, uint64_t exceptionClass, \
Dhelper_func_internal.cc59 _Unwind_Action actions, in scanEHTable()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-sjlj.c147 _Unwind_Action action = _UA_CLEANUP_PHASE; in unwind_phase2()
149 action = (_Unwind_Action)( in unwind_phase2()
211 _Unwind_Action action = in unwind_phase2_forced()
212 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
267 _Unwind_Action lastAction = in unwind_phase2_forced()
268 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
DUnwindLevel1.c180 _Unwind_Action action = _UA_CLEANUP_PHASE; in unwind_phase2()
183 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME); in unwind_phase2()
268 _Unwind_Action action = in unwind_phase2_forced()
269 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
325 _Unwind_Action lastAction = in unwind_phase2_forced()
326 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h50 } _Unwind_Action; typedef
135 _Unwind_Action actions,
143 _Unwind_Action actions,
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp542 static void scan_eh_tab(scan_results &results, _Unwind_Action actions, in scan_eh_tab()
931 (int version, _Unwind_Action actions, uint64_t exceptionClass, in __gxx_personality_sj0()
1147 … scan_eh_tab(results, static_cast<_Unwind_Action>(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME), in __gxx_personality_v0()