Searched defs:tls_cnt (Results 1 – 8 of 8) sorted by relevance
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | libc.h | 28 size_t tls_size, tls_align, tls_cnt; member
|
/third_party/musl/porting/linux/user/src/internal/ |
D | libc.h | 44 size_t tls_size, tls_align, tls_cnt; member
|
/third_party/musl/src/internal/ |
D | libc.h | 30 size_t tls_size, tls_align, tls_cnt; member
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 137 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; variable
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 137 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; variable
|
/third_party/musl/ldso/ |
D | dynlink.c | 141 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; variable
|
/third_party/musl/ldso/linux/ |
D | dynlink.c | 148 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; variable
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 148 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN; variable
|