Home | History | Annotate | Download | only in src

Lines Matching defs:globals

135     __cxa_eh_globals *globals = __cxa_get_globals();
142 header->nextCleanup = globals->cleanupExceptions;
143 globals->cleanupExceptions = header;
146 globals->cleanupExceptions = header;
153 __cxa_eh_globals *globals = __cxa_get_globals();
154 __cxa_exception* header = globals->cleanupExceptions;
163 globals->cleanupExceptions = header->nextCleanup;
167 globals->cleanupExceptions = NULL;
292 __cxa_eh_globals* globals = __cxa_get_globals_fast();
293 __cxa_exception* new_exception_header = globals->caughtExceptions;
311 globals->uncaughtExceptions += 1;