Searched refs:extra_size (Results 1 – 2 of 2) sorted by relevance
| /freebsd/lib/libc/gen/ |
| H A D | tls.c | 179 size_t extra_size, post_size, pre_size, tls_block_size; in get_tls_block_ptr() local 182 extra_size = tcbsize - TLS_TCB_SIZE; in get_tls_block_ptr() 192 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 = (struct tcb *)(tls_block + pre_size + extra_size); in __libc_allocate_tls()
|
| /freebsd/libexec/rtld-elf/ |
| H A D | rtld.c | 5462 size_t extra_size, post_size, pre_size, tls_block_size; in get_tls_block_ptr() local 5468 extra_size = tcbsize - TLS_TCB_SIZE; in get_tls_block_ptr() 5473 return ((char *)tcb - pre_size - extra_size); in get_tls_block_ptr() 5498 size_t extra_size, maxalign, post_size, pre_size, tls_block_size; in allocate_tls() local 5509 extra_size = tcbsize - TLS_TCB_SIZE; in allocate_tls() 5518 tcb = (struct tcb *)(tls_block + pre_size + extra_size); in allocate_tls()
|