Home
last modified time | relevance | path

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

/freebsd-head/lib/libc/gen/
HDtls.c180 size_t extra_size, post_size, pre_size, tls_block_size; in get_tls_block_ptr() local
183 extra_size = tcbsize - TLS_TCB_SIZE; in get_tls_block_ptr()
193 return ((char *)tcb - pre_size - extra_size); in get_tls_block_ptr()
238 size_t extra_size, maxalign, post_size, pre_size, tls_block_size; in __libc_allocate_tls() local
247 extra_size = tcbsize - TLS_TCB_SIZE; in __libc_allocate_tls()
265 tcb = (Elf_Addr **)(tls_block + pre_size + extra_size); in __libc_allocate_tls()
/freebsd-head/libexec/rtld-elf/
HDrtld.c5340 size_t extra_size, post_size, pre_size, tls_block_size; in get_tls_block_ptr() local
5346 extra_size = tcbsize - TLS_TCB_SIZE; in get_tls_block_ptr()
5351 return ((char *)tcb - pre_size - extra_size); in get_tls_block_ptr()
5372 size_t extra_size, maxalign, post_size, pre_size, tls_block_size; in allocate_tls() local
5383 extra_size = tcbsize - TLS_TCB_SIZE; in allocate_tls()
5392 tcb = (Elf_Addr **)(tls_block + pre_size + extra_size); in allocate_tls()