Searched refs:tls_module (Results 1 – 10 of 10) sorted by relevance
14 struct tls_module { struct15 struct tls_module *next; argument26 struct tls_module *tls_head; argument
14 struct tls_module { struct15 struct tls_module *next; argument27 struct tls_module *tls_head; argument
69 const TlsModule& tls_module = tls_modules.module_table[__tls_module_id_to_idx(kExeModuleId)]; in dl_iterate_phdr() local72 exe_info.dlpi_tls_data = static_tls + tls_module.static_offset; in dl_iterate_phdr()
39 static struct tls_module main_tls;44 struct tls_module *p; in __copy_tls()
8 struct tls_module *p; in __reset_tls()
37 static struct tls_module main_tls;42 struct tls_module *p; in __copy_tls()
449 if (soinfo_tls* tls_module = si->get_tls()) { in do_dl_iterate_phdr() local450 dl_info.dlpi_tls_modid = tls_module->module_id; in do_dl_iterate_phdr()451 dl_info.dlpi_tls_data = get_tls_block_for_this_thread(tls_module, /*should_alloc=*/false); in do_dl_iterate_phdr()2364 const soinfo_tls* tls_module = found->get_tls(); in do_dlsym() local2365 if (tls_module == nullptr) { in do_dlsym()2370 void* tls_block = get_tls_block_for_this_thread(tls_module, /*should_alloc=*/true); in do_dlsym()
84 struct tls_module tls;132 static struct tls_module *tls_tail;1959 struct tls_module *orig_tls_tail; in dlopen()
103 struct tls_module tls;153 static struct tls_module *tls_tail;2158 struct tls_module *orig_tls_tail; in dlopen()