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

/seL4-refos-master/libs/libmuslc/src/env/
H A D__init_tls.c24 static struct builtin_tls { struct
28 } builtin_tls[1]; variable in typeref:struct:builtin_tls
29 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt)
142 if (libc.tls_size > sizeof builtin_tls) {
154 mem = builtin_tls;
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c105 static struct builtin_tls { struct
109 } builtin_tls[1]; variable in typeref:struct:builtin_tls
110 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt)
1415 /* Setup early thread pointer in builtin_tls for ldso/libc itself to
1418 libc.tls_size = sizeof builtin_tls;
1420 if (__init_tp(__copy_tls((void *)builtin_tls)) < 0) {
1601 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) {
1615 * builtin_tls so that __copy_tls will use the same layout
1617 libc.tls_size = sizeof builtin_tls;
1618 if (__copy_tls((void*)builtin_tls) !
[all...]

Completed in 45 milliseconds