Searched refs:sectlist (Results 1 – 2 of 2) sorted by relevance
895 static void AddSectionsToRangeMap(SectionList *sectlist, in AddSectionsToRangeMap() argument897 const int num_sections = sectlist->GetNumSections(0); in AddSectionsToRangeMap()899 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap()946 SectionList *sectlist = m_objfile->GetSectionList(); in InitAddressIndexes() local948 if (sectlist) { in InitAddressIndexes()949 AddSectionsToRangeMap(sectlist, section_ranges); in InitAddressIndexes()
6998 SectionList *sectlist = module_sp->GetObjectFile()->GetSectionList();6999 if (sectlist) {7001 sectlist->FindSectionByName(std::get<0>(name_vmaddr_tuple));