Searched refs:MIN_TLS_ALIGN (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/env/
H A D__init_tls.c29 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt) macro
132 if (main_tls.align < MIN_TLS_ALIGN) main_tls.align = MIN_TLS_ALIGN;
140 + MIN_TLS_ALIGN-1 & -MIN_TLS_ALIGN;
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c110 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt) macro
127 static size_t tls_cnt, tls_offset, tls_align = MIN_TLS_ALIGN;
1601 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) {

Completed in 35 milliseconds