Searched refs:tls_module (Results 1 – 17 of 17) sorted by relevance
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | libc.h | 14 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/ |
D | libc.h | 30 struct tls_module { struct 31 struct tls_module *next; argument 43 struct tls_module *tls_head; argument
|
D | dynlink.h | 113 struct tls_module tls;
|
/third_party/musl/src/internal/ |
D | libc.h | 16 struct tls_module { struct 17 struct tls_module *next; argument 29 struct tls_module *tls_head; argument
|
D | dynlink.h | 123 struct tls_module tls;
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
D | unit_test_ldso_dynlink.c | 437 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.c | 38 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.c | 69 static struct tls_module main_tls; 74 struct tls_module *p; in __copy_tls()
|
/third_party/musl/src/env/ |
D | __init_tls.c | 72 static struct tls_module main_tls; 77 struct tls_module *p; in __copy_tls()
|
D | __reset_tls.c | 8 struct tls_module *p; in __reset_tls()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink_rand.h | 70 struct tls_module tls;
|
D | dynlink.c | 147 static struct tls_module *tls_tail; 3312 struct tls_module *orig_tls_tail; in dlopen_impl()
|
/third_party/musl/ldso/linux/ |
D | dynlink_rand.h | 70 struct tls_module tls;
|
D | dynlink.c | 147 static struct tls_module *tls_tail; 3308 struct tls_module *orig_tls_tail; in dlopen_impl()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 86 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/ |
D | dynlink.c | 86 struct tls_module tls; 136 static struct tls_module *tls_tail; 2051 struct tls_module *orig_tls_tail; in dlopen()
|
/third_party/musl/ldso/ |
D | dynlink.c | 90 struct tls_module tls; 140 static struct tls_module *tls_tail; 2086 struct tls_module *orig_tls_tail;
|