Lines Matching refs:first
189 Task_lock_obj<Object> tl(dummy_task, secn.first); in preprocess_for_unique_sections()
191 contents = secn.first->section_contents(secn.second, in preprocess_for_unique_sections()
211 (*is_secn_or_group_unique)[uniq_map_insert.first->second] = false; in preprocess_for_unique_sections()
244 Task_lock_obj<Object> tl(dummy_task, secn.first); in get_section_contents()
249 contents = secn.first->section_contents(secn.second, &plen, false); in get_section_contents()
292 && it_v->first != NULL) in get_section_contents()
295 loc.object = it_v->first; in get_section_contents()
297 loc.offset = convert_types<off_t, long long>(it_a->first in get_section_contents()
305 it_a->first = loc.offset; in get_section_contents()
319 static_cast<long long>((*it_a).first), 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()
344 if (reloc_secn.first == secn.first 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()
399 long long offset = it_a->first; 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()
643 for (it = key_range.first; it != key_range.second; ++it) in match_sections()