Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Drtld.h165 size_t tlsalign; /* Alignment of static TLS block */ member
H A Drtld.c93 size_t tlsalign, size_t tlspoffset);
1731 obj->tlsalign = ph->p_align; in digest_phdr()
5525 tls_init_align = MAX(obj_main->tlsalign, 1); in allocate_tls()
5566 tls_init_align = MAX(obj_main->tlsalign, 1); in allocate_tls()
5608 tls_init_offset = obj->tlspoffset & (obj->tlsalign - 1); in free_tls()
5641 tls_init_align = MAX(obj_main->tlsalign, 1); in allocate_tls()
5811 p = xmalloc_aligned(obj->tlssize, obj->tlsalign, obj->tlspoffset); in allocate_tls_offset()
5818 allocate_tls_offset_common(size_t *offp, size_t tlssize, size_t tlsalign, in allocate_tls_offset()
5824 off = calculate_first_tls_offset(tlssize, tlsalign, in allocate_tls_offset()
5828 tlssize, tlsalign, tlspoffse in free_tls_offset()
5767 allocate_tls_offset_common(size_t * offp,size_t tlssize,size_t tlsalign,size_t tlspoffset __unused) allocate_tls_offset_common() argument
[all...]
H A Dmap_object.c333 obj->tlsalign = phtls->p_align; in map_object()