Searched refs:module_idx (Results 1 – 2 of 2) sorted by relevance
66 size_t module_idx = get_unused_module_index(); in register_tls_module() local69 si_tls->module_id = __tls_module_idx_to_id(module_idx); in register_tls_module()77 g_tls_modules[module_idx] = { in register_tls_module()99 size_t module_idx = __tls_module_id_to_idx(module_id); in get_tls_module() local100 CHECK(module_idx < g_tls_modules.size()); in get_tls_module()101 return g_tls_modules[module_idx]; in get_tls_module()
291 const size_t module_idx = __tls_module_id_to_idx(ti->module_id); in tls_get_addr_slow_path() local292 void* mod_ptr = dtv->modules[module_idx]; in tls_get_addr_slow_path()294 const TlsSegment& segment = modules.module_table[module_idx].segment; in tls_get_addr_slow_path()299 dtv->modules[module_idx] = mod_ptr; in tls_get_addr_slow_path()