Lines Matching full:secn
181 Section_id secn = id_section[i];
189 Task_lock_obj<Object> tl(dummy_task, secn.first);
191 contents = secn.first->section_contents(secn.second,
223 // SECN : Section for which contents are desired.
233 const Section_id& secn,
244 Task_lock_obj<Object> tl(dummy_task, secn.first);
249 contents = secn.first->section_contents(secn.second, &plen, false);
263 reloc_info_list.find(secn);
344 if (reloc_secn.first == secn.first
345 && reloc_secn.second == secn.second)
597 Section_id secn = id_section[i];
603 this_secn_contents = get_section_contents(true, secn, i, &num_relocs,
621 this_secn_contents = get_section_contents(false, secn, i, NULL,
809 Section_id secn(obj, shndx);
810 Uniq_secn_id_map::iterator it = this->section_id_.find(secn);
826 Section_id secn(obj, shndx);
827 Uniq_secn_id_map::iterator it = this->section_id_.find(secn);