Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/gen/
HDtls.c100 static size_t tls_init_align; variable
203 post_size = roundup2(TLS_TCB_SIZE, tls_init_align) - TLS_TCB_SIZE; in get_tls_block_ptr()
208 pre_size = roundup2(tls_block_size, tls_init_align) - tls_block_size; in get_tls_block_ptr()
261 maxalign = MAX(tcbalign, tls_init_align); in __libc_allocate_tls()
266 post_size = roundup2(TLS_TCB_SIZE, tls_init_align) - TLS_TCB_SIZE; in __libc_allocate_tls()
271 pre_size = roundup2(tls_block_size, tls_init_align) - tls_block_size; in __libc_allocate_tls()
331 tcbalign = MAX(tcbalign, tls_init_align); in __libc_free_tls()
352 tcbalign = MAX(tcbalign, tls_init_align); in __libc_allocate_tls()
462 tls_init_align = phdr[i].p_align; in _init_tls()