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 | 536 scan_eh_tab(scan_results& results, _Unwind_Action actions, bool native_exception, in scan_eh_tab() function 937 scan_eh_tab(results, actions, native_exception, unwind_exception, context, in __gxx_personality_sj0() 979 scan_eh_tab(results, actions, native_exception, unwind_exception, context, in __gxx_personality_sj0() 993 scan_eh_tab(results, actions, native_exception, unwind_exception, context, in __gxx_personality_sj0() 1103 scan_eh_tab(results, _UA_SEARCH_PHASE, native_exception, unwind_exception, context, lsda); in __gxx_personality_v0() 1130 … scan_eh_tab(results, static_cast<_Unwind_Action>(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME), in __gxx_personality_v0() 1144 scan_eh_tab(results, _UA_CLEANUP_PHASE, native_exception, unwind_exception, context, lsda); in __gxx_personality_v0()
|