Searched refs:scan_eh_tab (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/libcxxabi/src/ |
| D | cxa_personality.cpp | 584 static void scan_eh_tab(scan_results &results, _Unwind_Action actions, in scan_eh_tab() function 958 scan_eh_tab(results, actions, native_exception, unwind_exception, context); in __gxx_personality_imp() 1082 scan_eh_tab(results, _UA_SEARCH_PHASE, native_exception, unwind_exception, context); in __gxx_personality_v0() 1114 … scan_eh_tab(results, static_cast<_Unwind_Action>(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME), in __gxx_personality_v0() 1129 scan_eh_tab( in __gxx_personality_v0() 1134 scan_eh_tab(results, _UA_CLEANUP_PHASE, native_exception, in __gxx_personality_v0()
|