Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dcall_unexpected.cc193 __cxa_begin_catch(unwind_exception); // unexpected is also a handler in __cxa_call_unexpected()
209 __cxa_begin_catch(unwind_exception); // unexpected is also a handler in __cxa_call_unexpected()
255 __cxa_begin_catch(unwind_exception); // unexpected is also a handler in __cxa_call_unexpected()
314 __cxa_begin_catch(&new_exception_header->unwindHeader); in __cxa_call_unexpected()
Dcxxabi.cc356 extern "C" void* __cxa_begin_catch(void* exc) _GABIXX_NOEXCEPT { in __cxa_begin_catch() function
Dhelper_func_internal.cc53 __cxa_begin_catch(unwind_exception); // terminate is also a handler in call_terminate()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.cpp148 (void) __cxa_begin_catch(&exception_header->unwindHeader); in failed_throw()
386 __cxa_begin_catch(void* unwind_arg) throw() in __cxa_begin_catch() function
582 __cxa_begin_catch(&exception_header->unwindHeader); in __cxa_rethrow()
707 __cxa_begin_catch(&dep_exception_header->unwindHeader); in __cxa_rethrow_primary_exception()
Dcxa_personality.cpp306 __cxa_begin_catch(unwind_exception); in call_terminate()
1198 __cxa_begin_catch(unwind_exception); in __cxa_call_unexpected()
1291 __cxa_begin_catch(&new_exception_header->unwindHeader); in __cxa_call_unexpected()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dcxxabi.h47 extern void * __cxa_begin_catch(void * exceptionObject) throw();
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h105 void* __cxa_begin_catch(void* exceptionObject) _GABIXX_NOEXCEPT;
/ndk/sources/cxx-stl/llvm-libc++/
Dexport_symbols.txt298 __cxa_begin_catch;