Home
last modified time | relevance | path

Searched defs:globals (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc194 __cxa_eh_globals *globals = __cxa_get_globals(); in __cxa_rethrow() local
214 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_begin_catch() local
236 __cxa_eh_globals *globals = __cxa_get_globals_fast(); in __cxa_end_catch() local
274 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_uncaught_exception() local
Dcall_unexpected.cc134 __cxa_eh_globals *globals = __cxa_get_globals(); in __cxa_begin_cleanup() local
152 __cxa_eh_globals *globals = __cxa_get_globals(); in helper_end_cleanup() local
291 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_call_unexpected() local
Dterminate.cc148 __cxa_eh_globals* globals = __cxa_get_globals(); in uncaught_exception() local
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h322 __cxa_eh_globals globals; member