Searched refs:ImageSections (Results 1 – 7 of 7) sorted by relevance
261 enum ImageSections { enum285 static const char* GetImageSectionName(ImageSections index);287 ImageSection& GetImageSection(ImageSections index) { in GetImageSection()292 const ImageSection& GetImageSection(ImageSections index) const { in GetImageSection()594 std::ostream& operator<<(std::ostream& os, ImageHeader::ImageSections section);
235 const char* ImageHeader::GetImageSectionName(ImageSections index) { in GetImageSectionName()
1325 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes()1355 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in PrintMappingData()
1783 auto section = static_cast<ImageHeader::ImageSections>(i); in Dump()1936 for (size_t i = 0; i < ImageHeader::ImageSections::kSectionCount; i++) { in Dump()1937 ImageHeader::ImageSections index = ImageHeader::ImageSections(i); in Dump()
724 const auto section_idx = static_cast<ImageHeader::ImageSections>(i); in Init()3771 auto section_type = static_cast<ImageHeader::ImageSections>(i); in DumpSections()
903 static uint32_t GetBootImageOffsetImpl(const void* object, ImageHeader::ImageSections section) { in GetBootImageOffsetImpl()
2694 LOG(INFO) << static_cast<ImageHeader::ImageSections>(idx) << " " << section; in CreateHeader()