Searched refs:MIN_TLS_ALIGN (Results 1 – 8 of 8) sorted by relevance
/third_party/musl/porting/linux/user/src/env/ |
D | __init_tls.c | 36 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt) macro 128 if (main_tls.align < MIN_TLS_ALIGN) main_tls.align = MIN_TLS_ALIGN; in static_init_tls() 136 + MIN_TLS_ALIGN-1 & -MIN_TLS_ALIGN; in static_init_tls()
|
/third_party/musl/porting/liteos_a/user/src/env/ |
D | __init_tls.c | 67 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt) macro 155 if (main_tls.align < MIN_TLS_ALIGN) main_tls.align = MIN_TLS_ALIGN; in static_init_tls() 163 + MIN_TLS_ALIGN-1 & -MIN_TLS_ALIGN; in static_init_tls()
|
/third_party/musl/src/env/ |
D | __init_tls.c | 70 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt) macro 162 if (main_tls.align < MIN_TLS_ALIGN) main_tls.align = MIN_TLS_ALIGN; in static_init_tls() 170 + MIN_TLS_ALIGN-1 & -MIN_TLS_ALIGN; in static_init_tls()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 119 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt) macro 137 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; 1964 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 | 119 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt) macro 137 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; 1963 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) { in __dls3()
|
/third_party/musl/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; 1998 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) {
|
/third_party/musl/ldso/linux/ |
D | dynlink.c | 129 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt) macro 148 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; 3129 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) { in __dls3()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 129 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt) macro 148 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; 3129 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) { in __dls3()
|