Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/env/
D__init_tls.c31 static struct builtin_tls { struct
35 } builtin_tls[1]; argument
36 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt)
138 if (libc.tls_size > sizeof builtin_tls) { in static_init_tls()
150 mem = builtin_tls; in static_init_tls()
/third_party/musl/porting/liteos_a/user/src/env/
D__init_tls.c62 static struct builtin_tls { struct
66 } builtin_tls[1]; argument
67 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt)
165 if (libc.tls_size > sizeof builtin_tls) { in static_init_tls()
177 mem = builtin_tls; in static_init_tls()
/third_party/musl/src/env/
D__init_tls.c65 static struct builtin_tls { struct
69 } builtin_tls[1]; argument
70 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt)
172 if (libc.tls_size > sizeof builtin_tls) { in static_init_tls()
184 mem = builtin_tls; in static_init_tls()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c114 static struct builtin_tls { struct
118 } builtin_tls[1]; argument
119 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt)
1731 libc.tls_size = sizeof builtin_tls; in __dls2b()
1733 if (__init_tp(__copy_tls((void *)builtin_tls)) < 0) { in __dls2b()
1963 void *initial_tls = builtin_tls; in __dls3()
1964 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) { in __dls3()
1981 if (initial_tls != builtin_tls) { in __dls3()
1991 libc.tls_size = sizeof builtin_tls; in __dls3()
1992 if (__copy_tls((void*)builtin_tls) != self) a_crash(); in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c114 static struct builtin_tls { struct
118 } builtin_tls[1]; variable
119 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt)
1730 libc.tls_size = sizeof builtin_tls; in __dls2b()
1732 if (__init_tp(__copy_tls((void *)builtin_tls)) < 0) { in __dls2b()
1962 void *initial_tls = builtin_tls; in __dls3()
1963 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) { in __dls3()
1980 if (initial_tls != builtin_tls) { in __dls3()
1990 libc.tls_size = sizeof builtin_tls; in __dls3()
1991 if (__copy_tls((void*)builtin_tls) != self) a_crash(); in __dls3()
/third_party/musl/ldso/
Ddynlink.c118 static struct builtin_tls { struct
122 } builtin_tls[1]; variable
123 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt)
1757 libc.tls_size = sizeof builtin_tls;
1759 if (__init_tp(__copy_tls((void *)builtin_tls)) < 0) {
1997 void *initial_tls = builtin_tls;
1998 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) {
2015 if (initial_tls != builtin_tls) {
2025 libc.tls_size = sizeof builtin_tls;
2026 if (__copy_tls((void*)builtin_tls) != self) a_crash();
/third_party/musl/ldso/linux/
Ddynlink.c124 static struct builtin_tls { struct
128 } builtin_tls[1]; argument
129 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt)
2856 libc.tls_size = sizeof builtin_tls; in __dls2b()
2858 if (__init_tp(__copy_tls((void *)builtin_tls)) < 0) { in __dls2b()
3128 void *initial_tls = builtin_tls; in __dls3()
3129 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) { in __dls3()
3149 if (initial_tls != builtin_tls) { in __dls3()
3162 libc.tls_size = sizeof builtin_tls; in __dls3()
3163 if (__copy_tls((void*)builtin_tls) != self) a_crash(); in __dls3()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c124 static struct builtin_tls { struct
128 } builtin_tls[1]; argument
129 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt)
2856 libc.tls_size = sizeof builtin_tls; in __dls2b()
2858 if (__init_tp(__copy_tls((void *)builtin_tls)) < 0) { in __dls2b()
3128 void *initial_tls = builtin_tls; in __dls3()
3129 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) { in __dls3()
3149 if (initial_tls != builtin_tls) { in __dls3()
3162 libc.tls_size = sizeof builtin_tls; in __dls3()
3163 if (__copy_tls((void*)builtin_tls) != self) a_crash(); in __dls3()