Searched refs:sectlist (Results 1 – 2 of 2) sorted by relevance
899 static void AddSectionsToRangeMap(SectionList *sectlist, in AddSectionsToRangeMap() argument901 const int num_sections = sectlist->GetNumSections(0); in AddSectionsToRangeMap()903 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap()950 SectionList *sectlist = m_objfile->GetSectionList(); in InitAddressIndexes() local952 if (sectlist) { in InitAddressIndexes()953 AddSectionsToRangeMap(sectlist, section_ranges); in InitAddressIndexes()
7067 SectionList *sectlist = module_sp->GetObjectFile()->GetSectionList();7068 if (sectlist) {7070 sectlist->FindSectionByName(std::get<0>(name_vmaddr_tuple));