Searched refs:TlsIndex (Results 1 – 5 of 5) sorted by relevance
60 TlsIndex index;
408 const TlsIndex ti { si_tls->module_id, static_cast<size_t>(0 - TLS_DTV_OFFSET) }; in get_tls_block_for_this_thread()
213 struct TlsIndex { struct226 extern "C" void* TLS_GET_ADDR(const TlsIndex* ti) TLS_GET_ADDR_CALLING_CONVENTION; argument
360 __attribute__((noinline)) static void* tls_get_addr_slow_path(const TlsIndex* ti) { in tls_get_addr_slow_path()406 extern "C" void* TLS_GET_ADDR(const TlsIndex* ti) TLS_GET_ADDR_CALLING_CONVENTION { in TLS_GET_ADDR()
86 struct TlsIndex {92 static TlsIndex tls_var_idx = { // allocated in the .got104 `__tls_get_addr` looks up `TlsIndex::module_id`'s entry in the DTV and adds `TlsIndex::offset` to140 static TlsIndex tls_module_idx = { // allocated in the .got276 long dynamic_tls_resolver(TlsIndex* arg) {288 * By storing the module's initial generation alongside the TlsIndex, the resolver function doesn't296 TlsIndex idx;