Lines Matching refs:secn
181 Section_id secn = id_section[i]; in preprocess_for_unique_sections() local
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()
233 const Section_id& secn, in get_section_contents() argument
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()
263 reloc_info_list.find(secn); in get_section_contents()
344 if (reloc_secn.first == secn.first in get_section_contents()
345 && reloc_secn.second == secn.second) in get_section_contents()
597 Section_id secn = id_section[i]; in match_sections() local
603 this_secn_contents = get_section_contents(true, secn, i, &num_relocs, in match_sections()
621 this_secn_contents = get_section_contents(false, secn, i, NULL, in match_sections()
809 Section_id secn(obj, shndx); in unfold_section() local
810 Uniq_secn_id_map::iterator it = this->section_id_.find(secn); in unfold_section()
826 Section_id secn(obj, shndx); in is_section_folded() local
827 Uniq_secn_id_map::iterator it = this->section_id_.find(secn); in is_section_folded()