Home
last modified time | relevance | path

Searched refs:MIN_TLS_ALIGN (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/src/env/
D__init_tls.c35 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt) macro
123 if (main_tls.align < MIN_TLS_ALIGN) main_tls.align = MIN_TLS_ALIGN; in static_init_tls()
131 + MIN_TLS_ALIGN-1 & -MIN_TLS_ALIGN; in static_init_tls()
/third_party/musl/porting/linux/user/src/env/
D__init_tls.c35 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt) macro
127 if (main_tls.align < MIN_TLS_ALIGN) main_tls.align = MIN_TLS_ALIGN; in static_init_tls()
135 + MIN_TLS_ALIGN-1 & -MIN_TLS_ALIGN; in static_init_tls()
/third_party/musl/porting/liteos_a/user/src/env/
D__init_tls.c68 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt) macro
156 if (main_tls.align < MIN_TLS_ALIGN) main_tls.align = MIN_TLS_ALIGN; in static_init_tls()
164 + MIN_TLS_ALIGN-1 & -MIN_TLS_ALIGN; in static_init_tls()
/third_party/musl/ldso/
Ddynlink.c117 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt) macro
135 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN;
1901 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) { in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c115 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt) macro
133 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN;
1924 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) { in __dls3()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c115 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt) macro
133 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN;
1924 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) { in __dls3()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c123 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt) macro
141 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN;
1919 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) { in __dls3()