Searched refs:_Unwind_Action (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/cxx-stl/gabi++/include/ |
D | unwind-itanium.h | 49 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,
|
D | unwind-arm.h | 137 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/ |
D | helper_func_internal.h | 81 _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, \
|
D | helper_func_internal.cc | 59 _Unwind_Action actions, in scanEHTable()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind-sjlj.c | 147 _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()
|
D | UnwindLevel1.c | 180 _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/ |
D | unwind.h | 50 } _Unwind_Action; typedef 135 _Unwind_Action actions, 143 _Unwind_Action actions,
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_personality.cpp | 542 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()
|