Searched refs:get_tls (Results 1 – 4 of 4) sorted by relevance
68 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()
251 if (found_in != nullptr && found_in->get_tls() == nullptr) { in process_relocation_impl()382 CHECK(found_in->get_tls() != nullptr); // We rejected a missing TLS segment above. in process_relocation_impl()383 const TlsModule& mod = get_tls_module(found_in->get_tls()->module_id); in process_relocation_impl()405 CHECK(found_in->get_tls() != nullptr); // We rejected a missing TLS segment above. in process_relocation_impl()406 module_id = found_in->get_tls()->module_id; in process_relocation_impl()438 CHECK(found_in->get_tls() != nullptr); // We rejected a missing TLS segment above. in process_relocation_impl()439 size_t module_id = found_in->get_tls()->module_id; in process_relocation_impl()
335 soinfo_tls* get_tls() const { in get_tls() function
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()