Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dtls.c51 #define TLS_ALIGN (OVERALIGN_DATA > OVERALIGN_BSS ? OVERALIGN_DATA : OVERALIGN_BSS) macro
106 if (!__is_aligned(tls_region, TLS_ALIGN)) { in check_tls()
108 tls_region, (unsigned long) TLS_ALIGN); in check_tls()