Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c136 static struct tls_module *tls_tail; variable
1198 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()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c136 static struct tls_module *tls_tail; variable
1197 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()
/third_party/musl/ldso/
Ddynlink.c138 static struct tls_module *tls_tail; variable
1181 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()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c135 static struct tls_module *tls_tail; variable
2090 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 …]