Searched refs:OVERALIGN_DATA (Results 1 – 1 of 1) sorted by relevance
46 #define OVERALIGN_DATA 128 macro49 #define TLS_ALIGN (OVERALIGN_DATA > OVERALIGN_BSS ? OVERALIGN_DATA : OVERALIGN_BSS)53 _Alignas(OVERALIGN_DATA) NEWLIB_THREAD_LOCAL volatile int overaligned_data_var = DATA_VAL2;90 if (_tls_align() & (OVERALIGN_DATA-1)) { in check_tls()92 (unsigned long) OVERALIGN_DATA, in check_tls()108 if (!__is_aligned((uintptr_t)&overaligned_data_var, OVERALIGN_DATA)) { in check_tls()110 &overaligned_data_var, (unsigned long) OVERALIGN_DATA); in check_tls()