Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dtls.c180 size_t extra_size, post_size, pre_size, tls_block_size; in get_tls_block_ptr() local
190 pre_size = roundup2(tls_block_size, libc_tls_init_align) - 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
254 pre_size = roundup2(tls_block_size, libc_tls_init_align) - in __libc_allocate_tls()
256 tls_block_size += pre_size + libc_tls_static_space; in __libc_allocate_tls()
265 tcb = (Elf_Addr **)(tls_block + pre_size + extra_size); in __libc_allocate_tls()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_direct.c43 size_t pre_size = offset - db->db.db_offset; in make_abd_for_dbuf() local
44 pre_buf = abd_alloc_for_io(pre_size, B_TRUE); in make_abd_for_dbuf()
45 buf_size -= pre_size; in make_abd_for_dbuf()
/freebsd/libexec/rtld-elf/
H A Drtld.c5336 size_t extra_size, post_size, pre_size, tls_block_size; in get_tls_block_ptr() local
5345 pre_size = roundup2(tls_block_size, tls_init_align) - tls_block_size; in get_tls_block_ptr()
5347 return ((char *)tcb - pre_size - extra_size); in get_tls_block_ptr()
5368 size_t extra_size, maxalign, post_size, pre_size, tls_block_size; in allocate_tls() local
5382 pre_size = roundup2(tls_block_size, tls_init_align) - tls_block_size; in allocate_tls()
5383 tls_block_size += pre_size + tls_static_space - TLS_TCB_SIZE - in allocate_tls()
5388 tcb = (Elf_Addr **)(tls_block + pre_size + extra_size); in allocate_tls()