Searched refs:builtin_tls (Results 1 – 8 of 8) sorted by relevance
31 static struct builtin_tls { struct35 } builtin_tls[1]; argument36 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt)138 if (libc.tls_size > sizeof builtin_tls) { in static_init_tls()150 mem = builtin_tls; in static_init_tls()
62 static struct builtin_tls { struct66 } builtin_tls[1]; argument67 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt)165 if (libc.tls_size > sizeof builtin_tls) { in static_init_tls()177 mem = builtin_tls; in static_init_tls()
65 static struct builtin_tls { struct69 } builtin_tls[1]; argument70 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt)172 if (libc.tls_size > sizeof builtin_tls) { in static_init_tls()184 mem = builtin_tls; in static_init_tls()
114 static struct builtin_tls { struct118 } builtin_tls[1]; argument119 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt)1731 libc.tls_size = sizeof builtin_tls; in __dls2b()1733 if (__init_tp(__copy_tls((void *)builtin_tls)) < 0) { in __dls2b()1963 void *initial_tls = builtin_tls; in __dls3()1964 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) { in __dls3()1981 if (initial_tls != builtin_tls) { in __dls3()1991 libc.tls_size = sizeof builtin_tls; in __dls3()1992 if (__copy_tls((void*)builtin_tls) != self) a_crash(); in __dls3()
114 static struct builtin_tls { struct118 } builtin_tls[1]; variable119 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt)1730 libc.tls_size = sizeof builtin_tls; in __dls2b()1732 if (__init_tp(__copy_tls((void *)builtin_tls)) < 0) { in __dls2b()1962 void *initial_tls = builtin_tls; in __dls3()1963 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) { in __dls3()1980 if (initial_tls != builtin_tls) { in __dls3()1990 libc.tls_size = sizeof builtin_tls; in __dls3()1991 if (__copy_tls((void*)builtin_tls) != self) a_crash(); in __dls3()
118 static struct builtin_tls { struct122 } builtin_tls[1]; variable123 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt)1757 libc.tls_size = sizeof builtin_tls;1759 if (__init_tp(__copy_tls((void *)builtin_tls)) < 0) {1997 void *initial_tls = builtin_tls;1998 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) {2015 if (initial_tls != builtin_tls) {2025 libc.tls_size = sizeof builtin_tls;2026 if (__copy_tls((void*)builtin_tls) != self) a_crash();
124 static struct builtin_tls { struct128 } builtin_tls[1]; argument129 #define MIN_TLS_ALIGN offsetof(struct builtin_tls, pt)2856 libc.tls_size = sizeof builtin_tls; in __dls2b()2858 if (__init_tp(__copy_tls((void *)builtin_tls)) < 0) { in __dls2b()3128 void *initial_tls = builtin_tls; in __dls3()3129 if (libc.tls_size > sizeof builtin_tls || tls_align > MIN_TLS_ALIGN) { in __dls3()3149 if (initial_tls != builtin_tls) { in __dls3()3162 libc.tls_size = sizeof builtin_tls; in __dls3()3163 if (__copy_tls((void*)builtin_tls) != self) a_crash(); in __dls3()