Home
last modified time | relevance | path

Searched refs:__cxa_begin_catch (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dcall_unexpected.cc192 __cxa_begin_catch(unwind_exception); // unexpected is also a handler in __cxa_call_unexpected()
208 __cxa_begin_catch(unwind_exception); // unexpected is also a handler in __cxa_call_unexpected()
254 __cxa_begin_catch(unwind_exception); // unexpected is also a handler in __cxa_call_unexpected()
313 __cxa_begin_catch(&new_exception_header->unwindHeader); in __cxa_call_unexpected()
Dcxxabi.cc211 extern "C" void* __cxa_begin_catch(void* exc) { in __cxa_begin_catch() function
Dhelper_func_internal.cc57 __cxa_begin_catch(unwind_exception); // terminate is also a handler in call_terminate()
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h334 void* __cxa_begin_catch(void* exceptionObject);