Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp368 const TlsModule& tls_mod = get_tls_module(si_tls->module_id); in get_tls_block_for_this_thread() local
369 if (tls_mod.static_offset != SIZE_MAX) { in get_tls_block_for_this_thread()
372 return static_tls + tls_mod.static_offset; in get_tls_block_for_this_thread()
378 if (dtv->generation < tls_mod.first_generation) return nullptr; in get_tls_block_for_this_thread()