Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/internal/
Dlibc.h14 struct tls_module { struct
15 struct tls_module *next; argument
27 struct tls_module *tls_head; argument
/third_party/musl/porting/linux/user/src/internal/
Dlibc.h30 struct tls_module { struct
31 struct tls_module *next; argument
43 struct tls_module *tls_head; argument
Ddynlink.h113 struct tls_module tls;
/third_party/musl/src/internal/
Dlibc.h16 struct tls_module { struct
17 struct tls_module *next; argument
29 struct tls_module *tls_head; argument
Ddynlink.h123 struct tls_module tls;
/third_party/musl/libc-test/src/functionalext/unittest/
Dunit_test_ldso_dynlink.c437 struct tls_module tls = { .image = "1", .len = 1, .size = 1, .align = 0, .offset = 0}; in dynlink_test_0270()
450 struct tls_module tls_next2 = { .image = "3", .len = 1, .size = 1, .align = 0, .offset = 0}; in dynlink_test_0280()
451 …struct tls_module tls_next = { .image = "2", .len = 1, .size = 1, .align = 0, .offset = 0, .next =… in dynlink_test_0280()
452 …struct tls_module tls = { .image = "1", .len = 1, .size = 1, .align = 0, .offset = 0, .next = &tls… in dynlink_test_0280()
/third_party/musl/porting/linux/user/src/env/
D__init_tls.c38 static struct tls_module main_tls;
43 struct tls_module *p; in __copy_tls()
/third_party/musl/porting/liteos_a/user/src/env/
D__init_tls.c69 static struct tls_module main_tls;
74 struct tls_module *p; in __copy_tls()
/third_party/musl/src/env/
D__init_tls.c72 static struct tls_module main_tls;
77 struct tls_module *p; in __copy_tls()
D__reset_tls.c8 struct tls_module *p; in __reset_tls()
/third_party/musl/porting/linux/user/ldso/
Ddynlink_rand.h70 struct tls_module tls;
Ddynlink.c147 static struct tls_module *tls_tail;
3312 struct tls_module *orig_tls_tail; in dlopen_impl()
/third_party/musl/ldso/linux/
Ddynlink_rand.h70 struct tls_module tls;
Ddynlink.c147 static struct tls_module *tls_tail;
3308 struct tls_module *orig_tls_tail; in dlopen_impl()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c86 struct tls_module tls;
136 static struct tls_module *tls_tail;
2052 struct tls_module *orig_tls_tail; in dlopen()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c86 struct tls_module tls;
136 static struct tls_module *tls_tail;
2051 struct tls_module *orig_tls_tail; in dlopen()
/third_party/musl/ldso/
Ddynlink.c90 struct tls_module tls;
140 static struct tls_module *tls_tail;
2086 struct tls_module *orig_tls_tail;