Home
last modified time | relevance | path

Searched refs:tls_done (Results 1 – 4 of 4) sorted by relevance

/dragonfly/libexec/rtld-elf/x86_64/
H A Dreloc.c262 if (!defobj->tls_done) { in reloc_non_plt()
282 if (!defobj->tls_done) { in reloc_non_plt()
/dragonfly/libexec/rtld-elf/
H A Drtld.h236 bool tls_done : 1; /* Already allocated offset for static TLS */ member
H A Dmap_object.c398 if (obj->tls_done) in obj_free()
H A Drtld.c4571 if (obj->tls_done) in allocate_tls_offset()
4575 obj->tls_done = true; in allocate_tls_offset()
4598 obj->tls_done = true; in allocate_tls_offset()
4947 if (/*obj->marker ||*/ !obj->tls_done || obj->static_tls_copied) in distribute_static_tls()