Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/sources/libraries/os/CTR/
Dos_CppException.cpp62 CTR::ThreadLocalRegion* pTlr = os::CTR::GetThreadLocalRegion(); in SetupThreadCppExceptionEnvironment() local
63 NN_STATIC_ASSERT( sizeof(pTlr->ehGlobals) == sizeof(__cxa_eh_globals) ); in SetupThreadCppExceptionEnvironment()
64 pTlr->ehGlobalsAddr = pTlr->ehGlobals; in SetupThreadCppExceptionEnvironment()
66 __cxa_eh_globals& ceg = *reinterpret_cast<__cxa_eh_globals*>(pTlr->ehGlobals); in SetupThreadCppExceptionEnvironment()