Searched refs:it_v (Results 1 – 3 of 3) sorted by relevance
282 Icf::Sections_reachable_info::iterator it_v = v.begin(); in get_section_contents() local289 for (; it_v != v.end(); ++it_v, ++it_s, ++it_a, ++it_o, ++it_addend_size) in get_section_contents()292 && it_v->first != NULL) in get_section_contents()295 loc.object = it_v->first; in get_section_contents()296 loc.shndx = it_v->second; in get_section_contents()301 if (loc.shndx != it_v->second) in get_section_contents()303 it_v->second = loc.shndx; in get_section_contents()326 if (it_v->first == NULL) in get_section_contents()340 Section_id reloc_secn(it_v->first, it_v->second); in get_section_contents()391 uint64_t secn_flags = (it_v->first)->section_flags(it_v->second); in get_section_contents()[all …]
58 for (Garbage_collection::Sections_reachable::iterator it_v = v.begin(); in do_transitive_closure() local59 it_v != v.end(); in do_transitive_closure()60 ++it_v) in do_transitive_closure()63 if (this->referenced_list().find(*it_v) in do_transitive_closure()66 this->worklist().push(*it_v); in do_transitive_closure()
365 for (Garbage_collection::Sections_reachable::iterator it_v in gc_process_relocs() local367 it_v != cident_secn.end(); in gc_process_relocs()368 ++it_v) in gc_process_relocs()370 v.insert(*it_v); in gc_process_relocs()