Searched refs:ImageSections (Results 1 – 5 of 5) sorted by relevance
254 enum ImageSections { enum278 ImageSection& GetImageSection(ImageSections index) { in GetImageSection()283 const ImageSection& GetImageSection(ImageSections index) const { in GetImageSection()584 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageSections& section);
1406 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes()1430 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes()
838 static uint32_t GetBootImageOffsetImpl(const void* object, ImageHeader::ImageSections section) { in GetBootImageOffsetImpl()
1821 auto section = static_cast<ImageHeader::ImageSections>(i); in Dump()
2678 LOG(INFO) << static_cast<ImageHeader::ImageSections>(idx) << " " << section; in CreateHeader()