Searched refs:OVERALIGN_DATA (Results 1 – 1 of 1) sorted by relevance
47 #define OVERALIGN_DATA 128 macro51 #define TLS_ALIGN (OVERALIGN_DATA > OVERALIGN_BSS ? OVERALIGN_DATA : OVERALIGN_BSS)55 _Alignas(OVERALIGN_DATA) NEWLIB_THREAD_LOCAL volatile int32_t overaligned_data_var = DATA_VAL2;93 if (_tls_align() & (OVERALIGN_DATA-1)) { in check_tls()95 (unsigned long) OVERALIGN_DATA, in check_tls()111 if (!__is_aligned((uintptr_t)&overaligned_data_var, OVERALIGN_DATA)) { in check_tls()113 &overaligned_data_var, (unsigned long) OVERALIGN_DATA); in check_tls()