Searched refs:tls_tail (Results 1 – 4 of 4) sorted by relevance
136 static struct tls_module *tls_tail; variable1198 if (tls_tail) tls_tail->next = &p->tls; in load_library()1200 tls_tail = &p->tls; in load_library()1602 struct dso *dtv_provider = container_of(tls_tail, struct dso, tls); in install_new_tls()1878 libc.tls_head = tls_tail = &app.tls; in __dls3()2083 orig_tls_tail = tls_tail; in dlopen()2113 tls_tail = orig_tls_tail; in dlopen()2114 if (tls_tail) tls_tail->next = 0; in dlopen()
136 static struct tls_module *tls_tail; variable1197 if (tls_tail) tls_tail->next = &p->tls; in load_library()1199 tls_tail = &p->tls; in load_library()1601 struct dso *dtv_provider = container_of(tls_tail, struct dso, tls); in install_new_tls()1877 libc.tls_head = tls_tail = &app.tls; in __dls3()2082 orig_tls_tail = tls_tail; in dlopen()2112 tls_tail = orig_tls_tail; in dlopen()2113 if (tls_tail) tls_tail->next = 0; in dlopen()
138 static struct tls_module *tls_tail; variable1181 if (tls_tail) tls_tail->next = &p->tls; in load_library()1183 tls_tail = &p->tls; in load_library()1585 struct dso *dtv_provider = container_of(tls_tail, struct dso, tls); in install_new_tls()1854 libc.tls_head = tls_tail = &app.tls; in __dls3()2049 orig_tls_tail = tls_tail; in dlopen()2079 tls_tail = orig_tls_tail; in dlopen()2080 if (tls_tail) tls_tail->next = 0; in dlopen()
135 static struct tls_module *tls_tail; variable2090 if (tls_tail) tls_tail->next = &p->tls; in load_library()2092 tls_tail = &p->tls; in load_library()2649 struct dso *dtv_provider = container_of(tls_tail, struct dso, tls); in install_new_tls()2921 libc.tls_head = tls_tail = &app.tls; in __dls3()3281 orig_tls_tail = tls_tail; in dlopen_impl()3324 tls_tail = orig_tls_tail; in dlopen_impl()3325 if (tls_tail) tls_tail->next = 0; in dlopen_impl()5331 if (tls_tail) { in assign_tls()5332 tls_tail->next = &p->tls; in assign_tls()[all …]