Lines Matching refs:tlsalign
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()
5784 } else if (tlsalign > tls_static_max_align) { in allocate_tls_offset_common()
5785 tls_static_max_align = tlsalign; in allocate_tls_offset_common()
5809 obj->tlsalign, obj->tlspoffset)) in allocate_tls_offset()