Lines Matching refs:second
973 *handle = it->second; in get_or_open()
994 CloseArchive(it.second); in ~ZipArchiveCache()
2072 CHECK(++it->second != 0); in increment_dso_handle_reference_counter()
2094 CHECK(it->second != 0); in decrement_dso_handle_reference_counter()
2096 if (--it->second == 0) { in decrement_dso_handle_reference_counter()
2324 return it->second; in soinfo_from_handle()
3363 desc->arg = reinterpret_cast<size_t>(&tlsdesc_args_[pair.second]); in relocate()
4194 android_namespace_t* namespace_from = it_from->second; in init_default_namespaces()
4198 android_namespace_t* namespace_to = it_to->second; in init_default_namespaces()
4213 it.second->add_soinfo(ld_android_so); in init_default_namespaces()
4215 it.second->add_soinfo(vdso); in init_default_namespaces()
4225 created_namespaces.push_back(kv.second); in init_default_namespaces()
4240 return it->second; in get_exported_namespace()