Searched refs:scan_eh_tab (Results 1 – 1 of 1) sorted by relevance
/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() function 944 scan_eh_tab(results, actions, native_exception, unwind_exception, context); in __gxx_personality_sj0() 985 scan_eh_tab(results, actions, native_exception, unwind_exception, context); in __gxx_personality_sj0() 998 scan_eh_tab(results, actions, native_exception, unwind_exception, context); in __gxx_personality_sj0() 1115 scan_eh_tab(results, _UA_SEARCH_PHASE, native_exception, unwind_exception, context); in __gxx_personality_v0() 1147 … scan_eh_tab(results, static_cast<_Unwind_Action>(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME), in __gxx_personality_v0() 1161 scan_eh_tab(results, _UA_CLEANUP_PHASE, native_exception, unwind_exception, context); in __gxx_personality_v0()
|