Home
last modified time | relevance | path

Searched refs:soinfo_tls (Results 1 – 3 of 3) 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()
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.h148 struct soinfo_tls { struct
335 soinfo_tls* get_tls() const { in get_tls()
430 std::unique_ptr<soinfo_tls> tls_;
Dlinker.cpp367 static inline void* get_tls_block_for_this_thread(const soinfo_tls* si_tls, bool should_alloc) { in get_tls_block_for_this_thread()
414 if (soinfo_tls* tls_module = si->get_tls()) { in do_dl_iterate_phdr()
2285 const soinfo_tls* tls_module = found->get_tls(); in do_dlsym()
2809 tls_ = std::make_unique<soinfo_tls>(); in prelink_image()