Home
last modified time | relevance | path

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

/external/musl/ldso/
Ddynlink.c145 static struct tls_module *tls_tail; variable
1248 if (tls_tail) tls_tail->next = &p->tls; in load_library()
1250 tls_tail = &p->tls; in load_library()
1658 struct dso *dtv_provider = container_of(tls_tail, struct dso, tls); in install_new_tls()
1932 libc.tls_head = tls_tail = &app.tls; in __dls3()
2133 orig_tls_tail = tls_tail; in dlopen()
2163 tls_tail = orig_tls_tail; in dlopen()
2164 if (tls_tail) tls_tail->next = 0; in dlopen()