Searched refs:caughtExceptions (Results 1 – 5 of 5) sorted by relevance
478 if (exception_header != globals->caughtExceptions) in __cxa_init_primary_exception()480 exception_header->nextException = globals->caughtExceptions; in __cxa_init_primary_exception()481 globals->caughtExceptions = exception_header; in __cxa_init_primary_exception()492 if (globals->caughtExceptions != 0) in __cxa_init_primary_exception()495 globals->caughtExceptions = exception_header; in __cxa_init_primary_exception()532 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_init_primary_exception()548 globals->caughtExceptions = exception_header->nextException; in __cxa_init_primary_exception()561 globals->caughtExceptions = exception_header->nextException; in __cxa_init_primary_exception()586 _Unwind_DeleteException(&globals->caughtExceptions->unwindHeader); in __cxa_init_primary_exception()587 globals->caughtExceptions = 0; in __cxa_init_primary_exception()[all …]
82 __cxa_exception* exception_header = globals->caughtExceptions; in terminate()
36 __cxa_exception* exception_header = globals->caughtExceptions;
154 __cxa_exception * caughtExceptions; member
1240 __cxa_exception* new_exception_header = globals->caughtExceptions; in __cxa_call_unexpected()