Searched refs:tlspoffset (Results 1 – 3 of 3) sorted by relevance
166 size_t tlspoffset; /* p_offset of the static TLS block */ member
339 obj->tlspoffset = phtls->p_offset; in map_object()
93 size_t tlsalign, size_t tlspoffset);1762 obj->tlspoffset = ph->p_offset; in digest_phdr() 5662 tls_init_offset = obj->tlspoffset & (obj->tlsalign - 1); in allocate_tls() 5865 p = xmalloc_aligned(obj->tlssize, obj->tlsalign, obj->tlspoffset);5873 size_t tlspoffset __unused) in allocate_tls_offset_common() 5879 tlspoffset); in allocate_tls_offset_common() 5882 tlssize, tlsalign, tlspoffset); in allocate_tls_offset_common() 5923 obj->tlsalign, obj->tlspoffset)) in allocate_tls_offset()