Searched refs:__ghs_GetThreadLocalStorageItem (Results 1 – 6 of 6) sorted by relevance
75 void *__ghs_GetThreadLocalStorageItem(int specifier)208 void *__ghs_GetThreadLocalStorageItem(int specifier) in __ghs_GetThreadLocalStorageItem() function386 return *(void **)__ghs_GetThreadLocalStorageItem(__ghs_TLS___eh_globals);391 return __ghs_GetThreadLocalStorageItem(__ghs_TLS__eh_init_block);396 return __ghs_GetThreadLocalStorageItem(__ghs_TLS__eh_store_globals);401 return __ghs_GetThreadLocalStorageItem(__ghs_TLS__eh_store_globals_tdeh);406 return __ghs_GetThreadLocalStorageItem(__ghs_TLS__eh_mem_manage);423 eh_globals = __ghs_GetThreadLocalStorageItem(__ghs_TLS___eh_globals);435 eh_globals = __ghs_GetThreadLocalStorageItem(__ghs_TLS___eh_globals); in __ghs_cpp_exception_init()452 eh_globals = __ghs_GetThreadLocalStorageItem(__ghs_TLS___eh_globals); in __ghs_cpp_exception_cleanup()
63 #pragma weak __ghs_GetThreadLocalStorageItem macro120 extern void *__ghs_GetThreadLocalStorageItem(int);166 ((&__ghs_GetThreadLocalStorageItem == &__ghs_undefined_func) ? \168 (__ghs_GetThreadLocalStorageItem(__ghs_TLS_ ## item))) 171 (!(&__ghs_GetThreadLocalStorageItem) ? \173 (__ghs_GetThreadLocalStorageItem(__ghs_TLS_ ## item)))
72 int *errnoptr = __ghs_GetThreadLocalStorageItem(__ghs_TLS_Errno);
116 handlers = __ghs_GetThreadLocalStorageItem(__ghs_TLS_SignalHandlers); in signal()
178 struct tm *tmp = __ghs_GetThreadLocalStorageItem(__ghs_TLS_gmtime_temp); in gmtime()
202 struct tm *temp = __ghs_GetThreadLocalStorageItem(__ghs_TLS_gmtime_temp); in localtime()