Searched refs:tlsalign (Results 1 – 3 of 3) sorted by relevance
| /freebsd/libexec/rtld-elf/ |
| H A D | rtld.h | 165 size_t tlsalign; /* Alignment of static TLS block */ member
|
| H A D | rtld.c | 93 size_t tlsalign, size_t tlspoffset); 1721 obj->tlsalign = ph->p_align; in digest_phdr() 5465 tls_init_align = MAX(obj_main->tlsalign, 1); in get_tls_block_ptr() 5506 tls_init_align = MAX(obj_main->tlsalign, 1); in allocate_tls() 5548 tls_init_offset = obj->tlspoffset & (obj->tlsalign - 1); in allocate_tls() 5581 tls_init_align = MAX(obj_main->tlsalign, 1); in free_tls() 5751 p = xmalloc_aligned(obj->tlssize, obj->tlsalign, obj->tlspoffset); in allocate_module_tls() 5758 allocate_tls_offset_common(size_t *offp, size_t tlssize, size_t tlsalign, in allocate_tls_offset_common() argument 5764 off = calculate_first_tls_offset(tlssize, tlsalign, in allocate_tls_offset_common() 5768 tlssize, tlsalign, tlspoffset); in allocate_tls_offset_common() [all …]
|
| H A D | map_object.c | 333 obj->tlsalign = phtls->p_align; in map_object()
|