Searched refs:pTlr (Results 1 – 1 of 1) sorted by relevance
62 CTR::ThreadLocalRegion* pTlr = os::CTR::GetThreadLocalRegion(); in SetupThreadCppExceptionEnvironment() local63 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()