Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc140 extern "C" __cxa_eh_globals* __cxa_get_globals() { in __cxa_get_globals() function
194 __cxa_eh_globals *globals = __cxa_get_globals(); in __cxa_rethrow()
214 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_begin_catch()
274 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_uncaught_exception()
Dcall_unexpected.cc134 __cxa_eh_globals *globals = __cxa_get_globals(); in __cxa_begin_cleanup()
152 __cxa_eh_globals *globals = __cxa_get_globals(); in helper_end_cleanup()
220 __cxa_exception* new_header = __cxa_get_globals()->caughtExceptions; in __cxa_call_unexpected()
Dterminate.cc148 __cxa_eh_globals* globals = __cxa_get_globals(); in uncaught_exception()
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h325 __cxa_eh_globals* __cxa_get_globals();