Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_tls.cpp68 soinfo_tls* si_tls = si->get_tls(); in register_tls_module()
89 soinfo_tls* si_tls = si->get_tls(); in unregister_tls_module()
112 if (somain->get_tls() == nullptr) { in linker_setup_exe_static_tls()
115 …register_tls_module(somain, layout.reserve_exe_segment_and_tcb(&somain->get_tls()->segment, progna… in linker_setup_exe_static_tls()
134 soinfo_tls* si_tls = si->get_tls(); in register_soinfo_tls()
147 soinfo_tls* si_tls = si->get_tls(); in unregister_soinfo_tls()
Dlinker_soinfo.h296 soinfo_tls* get_tls() const;
Dlinker.cpp2401 soinfo_tls* tls_module = found->get_tls(); in do_dlsym()
3003 if (lsi->get_tls() == nullptr) { in relocate()
3098 CHECK(lsi->get_tls() != nullptr); // We rejected a missing TLS segment above. in relocate()
3099 const TlsModule& mod = get_tls_module(lsi->get_tls()->module_id); in relocate()
3127 CHECK(lsi->get_tls() != nullptr); // We rejected a missing TLS segment above. in relocate()
3128 module_id = lsi->get_tls()->module_id; in relocate()
3160 CHECK(lsi->get_tls() != nullptr); // We rejected a missing TLS segment above. in relocate()
3161 size_t module_id = lsi->get_tls()->module_id; in relocate()
Dlinker_soinfo.cpp642 soinfo_tls* soinfo::get_tls() const { in get_tls() function in soinfo