Home
last modified time | relevance | path

Searched refs:static_tls (Results 1 – 2 of 2) sorted by relevance

/freebsd/libexec/rtld-elf/
H A Drtld.h249 bool static_tls : 1; /* Needs static TLS allocation */ member
H A Drtld.c1505 obj->static_tls = true; in digest_dynamic1()
3771 obj->static_tls && !allocate_tls_offset(obj)) { in dlopen_object()