Searched refs:ceg (Results 1 – 1 of 1) sorted by relevance
66 __cxa_eh_globals& ceg = *reinterpret_cast<__cxa_eh_globals*>(pTlr->ehGlobals); in SetupThreadCppExceptionEnvironment() local67 ceg.uncaughtExceptions = 0; in SetupThreadCppExceptionEnvironment()68 ceg.unexpectedHandler = DefaultUnexpectedHandler; in SetupThreadCppExceptionEnvironment()69 ceg.terminateHandler = DefaultTerminateHandler; in SetupThreadCppExceptionEnvironment()70 ceg.implementation_ever_called_terminate = false; in SetupThreadCppExceptionEnvironment()71 ceg.call_hook = NULL; in SetupThreadCppExceptionEnvironment()72 ceg.caughtExceptions = NULL; in SetupThreadCppExceptionEnvironment()73 ceg.propagatingExceptions = NULL; in SetupThreadCppExceptionEnvironment()74 ceg.emergency_buffer = in SetupThreadCppExceptionEnvironment()