1# Itanium C++ ABI requirements related to exceptions 2___cxa_allocate_dependent_exception 3___cxa_allocate_exception 4___cxa_begin_catch 5___cxa_call_unexpected 6___cxa_current_exception_type 7___cxa_end_catch 8___cxa_call_terminate 9___cxa_free_dependent_exception 10___cxa_free_exception 11___cxa_get_exception_ptr 12___cxa_init_primary_exception 13___cxa_rethrow 14___cxa_throw 15