Searched refs:extra_size (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/lib/libc/gen/ |
| H A D | tls.c | 178 size_t extra_size, post_size, pre_size, tls_block_size; in get_tls_block_ptr() local 181 extra_size = tcbsize - TLS_TCB_SIZE; in get_tls_block_ptr() 191 return ((char *)tcb - pre_size - extra_size); in get_tls_block_ptr() 236 size_t extra_size, maxalign, post_size, pre_size, tls_block_size; in __libc_allocate_tls() local 245 extra_size = tcbsize - TLS_TCB_SIZE; in __libc_allocate_tls() 263 tcb = (Elf_Addr **)(tls_block + pre_size + extra_size); in __libc_allocate_tls()
|
| /freebsd-14.2/libexec/rtld-elf/ |
| H A D | rtld.c | 5254 size_t extra_size, post_size, pre_size, tls_block_size; in get_tls_block_ptr() local 5260 extra_size = tcbsize - TLS_TCB_SIZE; in get_tls_block_ptr() 5265 return ((char *)tcb - pre_size - extra_size); in get_tls_block_ptr() 5286 size_t extra_size, maxalign, post_size, pre_size, tls_block_size; in allocate_tls() local 5297 extra_size = tcbsize - TLS_TCB_SIZE; in allocate_tls() 5305 tcb = (Elf_Addr **)(tls_block + pre_size + extra_size); in allocate_tls()
|