Searched refs:OVERALIGN_BSS (Results 1 – 1 of 1) sorted by relevance
48 #define OVERALIGN_BSS 256 macro51 #define TLS_ALIGN (OVERALIGN_DATA > OVERALIGN_BSS ? OVERALIGN_DATA : OVERALIGN_BSS)56 _Alignas(OVERALIGN_BSS) NEWLIB_THREAD_LOCAL volatile int32_t overaligned_bss_var;99 if (_tls_align() & (OVERALIGN_BSS-1)) { in check_tls()101 (unsigned long) OVERALIGN_BSS, in check_tls()116 if (!__is_aligned((uintptr_t)&overaligned_bss_var, OVERALIGN_BSS)) { in check_tls()118 &overaligned_bss_var, (unsigned long) OVERALIGN_BSS); in check_tls()