Lines Matching refs:globals
135 __cxa_eh_globals *globals = __cxa_get_globals(); in __cxa_begin_cleanup() local
142 header->nextCleanup = globals->cleanupExceptions; in __cxa_begin_cleanup()
143 globals->cleanupExceptions = header; in __cxa_begin_cleanup()
146 globals->cleanupExceptions = header; in __cxa_begin_cleanup()
153 __cxa_eh_globals *globals = __cxa_get_globals(); in helper_end_cleanup() local
154 __cxa_exception* header = globals->cleanupExceptions; in helper_end_cleanup()
163 globals->cleanupExceptions = header->nextCleanup; in helper_end_cleanup()
167 globals->cleanupExceptions = NULL; in helper_end_cleanup()
292 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_call_unexpected() local
293 __cxa_exception* new_exception_header = globals->caughtExceptions; in __cxa_call_unexpected()
311 globals->uncaughtExceptions += 1; in __cxa_call_unexpected()