Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dtls.c86 check_tls(char *where, bool check_addr, void *tls_region) in check_tls() argument
106 if (!__is_aligned(tls_region, TLS_ALIGN)) { in check_tls()
108 tls_region, (unsigned long) TLS_ALIGN); in check_tls()
207 check_inside_tls_region(&data_var, tls_region); in check_tls()
208 check_inside_tls_region(&overaligned_data_var, tls_region); in check_tls()
209 check_inside_tls_region(&bss_var, tls_region); in check_tls()
210 check_inside_tls_region(&overaligned_bss_var, tls_region); in check_tls()