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); 1731 obj->tlsalign = ph->p_align; in digest_phdr() 5530 tls_init_align = MAX(obj_main->tlsalign, 1); in get_tls_block_ptr() 5571 tls_init_align = MAX(obj_main->tlsalign, 1); in allocate_tls() 5613 tls_init_offset = obj->tlspoffset & (obj->tlsalign - 1); in allocate_tls() 5646 tls_init_align = MAX(obj_main->tlsalign, 1); in free_tls() 5816 p = xmalloc_aligned(obj->tlssize, obj->tlsalign, obj->tlspoffset); in allocate_module_tls() 5823 allocate_tls_offset_common(size_t *offp, size_t tlssize, size_t tlsalign, in allocate_tls_offset_common() argument 5829 off = calculate_first_tls_offset(tlssize, tlsalign, in allocate_tls_offset_common() 5833 tlssize, tlsalign, tlspoffset); in allocate_tls_offset_common() [all …]
|
| H A D | map_object.c | 333 obj->tlsalign = phtls->p_align; in map_object()
|