Lines Matching refs:it_v
282 Icf::Sections_reachable_info::iterator it_v = v.begin(); in get_section_contents() local
289 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()
398 (it_v->first)->section_entsize(it_v->second); in get_section_contents()
449 (it_v->first)->section_contents(it_v->second, in get_section_contents()
511 buffer.append(it_v->first->name()); in get_section_contents()
513 snprintf(secn_id, sizeof(secn_id), "%u",it_v->second); in get_section_contents()