Searched refs:tls_module (Results 1 – 3 of 3) sorted by relevance
19 struct tls_module { struct20 struct tls_module* next; argument27 struct tls_module* tls_head; argument
31 static ptrdiff_t offset_for_module(const struct tls_module* module) { in offset_for_module()41 struct tls_module* p; in copy_tls()
88 struct tls_module tls;136 static struct tls_module* tls_tail;2142 struct tls_module* orig_tls_tail = tls_tail; in dlopen_internal()
Completed in 13 milliseconds