Home
last modified time | relevance | path

Searched refs:it_v (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dicf.cc321 Icf::Sections_reachable_info::iterator it_v = v.begin(); in get_section_contents() local
328 for (; it_v != v.end(); ++it_v, ++it_s, ++it_a, ++it_o, ++it_addend_size) in get_section_contents()
331 && it_v->first != NULL) in get_section_contents()
334 loc.object = it_v->first; in get_section_contents()
335 loc.shndx = it_v->second; in get_section_contents()
340 if (loc.shndx != it_v->second) in get_section_contents()
342 it_v->second = loc.shndx; in get_section_contents()
365 if (it_v->first == NULL) in get_section_contents()
379 Section_id reloc_secn(it_v->first, it_v->second); in get_section_contents()
430 uint64_t secn_flags = (it_v->first)->section_flags(it_v->second); in get_section_contents()
[all …]
Dgc.cc51 for (Garbage_collection::Sections_reachable::const_iterator it_v = in do_transitive_closure() local
53 it_v != v.end(); in do_transitive_closure()
54 ++it_v) in do_transitive_closure()
57 if (this->referenced_list().find(*it_v) in do_transitive_closure()
60 this->worklist().push_back(*it_v); in do_transitive_closure()
Dgc.h359 for (Garbage_collection::Sections_reachable::iterator it_v in gc_process_relocs() local
361 it_v != cident_secn.end(); in gc_process_relocs()
362 ++it_v) in gc_process_relocs()
364 v.insert(*it_v); in gc_process_relocs()