Home
last modified time | relevance | path

Searched refs:__cxa_eh_globals (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-2.4.0/sources/libraries/os/CTR/
Dos_CppException.cpp31 struct __cxa_eh_globals struct
63 NN_STATIC_ASSERT( sizeof(pTlr->ehGlobals) == sizeof(__cxa_eh_globals) ); in SetupThreadCppExceptionEnvironment()
66 __cxa_eh_globals& ceg = *reinterpret_cast<__cxa_eh_globals*>(pTlr->ehGlobals); in SetupThreadCppExceptionEnvironment()