Home
last modified time | relevance | path

Searched refs:__cxa_terminate_handler (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_default_handlers.cpp91 std::terminate_handler __cxa_terminate_handler = default_terminate_handler; variable
119 return __sync_swap(&__cxa_terminate_handler, func); in set_terminate()
Dcxa_handlers.hpp34 extern void (*__cxa_terminate_handler)();
Dcxa_handlers.cpp54 return __sync_fetch_and_add(&__cxa_terminate_handler, (terminate_handler)0); in get_terminate()
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0005-Fix-gabi-stlport-llvm-libc-build.patch18 #define __terminate_handler __cxxabiapple::__cxa_terminate_handler
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dexception.cpp29 #define __terminate_handler __cxxabiapple::__cxa_terminate_handler
/ndk/sources/cxx-stl/llvm-libc++/
Dexport_symbols.txt320 __cxa_terminate_handler;