Searched refs:TlsIndex (Results 1 – 4 of 4) sorted by relevance
60 TlsIndex index;
186 struct TlsIndex { struct199 extern "C" void* TLS_GET_ADDR(const TlsIndex* ti) TLS_GET_ADDR_CCONV; argument
286 __attribute__((noinline)) static void* tls_get_addr_slow_path(const TlsIndex* ti) { in tls_get_addr_slow_path()327 extern "C" void* TLS_GET_ADDR(const TlsIndex* ti) TLS_GET_ADDR_CCONV { in TLS_GET_ADDR()
86 struct TlsIndex {92 static TlsIndex tls_var_idx = { // allocated in the .got104 `__tls_get_addr` looks up `TlsIndex::module`'s entry in the DTV and adds `TlsIndex::offset` to the140 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;