Home
last modified time | relevance | path

Searched refs:OVERALIGN_DATA (Results 1 – 1 of 1) sorted by relevance

/picolibc-3.5.0-3.4.0/test/
Dtls.c46 #define OVERALIGN_DATA 128 macro
49 #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()