Searched refs:MIN_TLS_ALIGN (Results 1 – 7 of 7) sorted by relevance
/third_party/musl/src/env/ |
D | __init_tls.c | 35 #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.c | 35 #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.c | 68 #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/ |
D | dynlink.c | 117 #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/ |
D | dynlink.c | 115 #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/ |
D | dynlink.c | 115 #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/ |
D | dynlink.c | 123 #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()
|