Home
last modified time | relevance | path

Searched refs:module_idx (Results 1 – 2 of 2) sorted by relevance

/bionic/linker/
Dlinker_tls.cpp66 size_t module_idx = get_unused_module_index(); in register_tls_module() local
69 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() local
100 CHECK(module_idx < g_tls_modules.size()); in get_tls_module()
101 return g_tls_modules[module_idx]; in get_tls_module()
/bionic/libc/bionic/
Dbionic_elf_tls.cpp291 const size_t module_idx = __tls_module_id_to_idx(ti->module_id); in tls_get_addr_slow_path() local
292 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()