Searched refs:GetNumSections (Results 1 – 10 of 10) sorted by relevance
37 m_next_section_idx(m_obj->GetSectionList()->GetNumSections(0)) {} in LineIterator()64 size_t num_sections = list.GetNumSections(0); in operator ++()
157 size_t GetNumSections();
212 const MIuint nSections = module.GetNumSections(); in PrintFnSharedLibrary()
491 size_t SectionList::GetNumSections(uint32_t depth) const { in GetNumSections() function in SectionList496 count += (*sect_iter)->GetChildren().GetNumSections(depth - 1); in GetNumSections()
1462 size_t num_sections = section_list->GetNumSections(0); in SetSymbolFileFileSpec()
87 size_t GetNumSections(uint32_t depth) const;
869 const int num_sections = sectlist->GetNumSections(0); in AddSectionsToRangeMap()877 if (child_sectlist.GetNumSections(0) > 0) { in AddSectionsToRangeMap()
661 size_t section_count = section_list->GetNumSections(0); in GetLoadableData()
334 size_t SBModule::GetNumSections() { in GetNumSections() function in SBModule
2764 const uint32_t num_sections = sections->GetNumSections(0); in UnloadModuleSections()