Home | History | Annotate | Download | only in space

Lines Matching refs:section_type

1982     auto section_type = static_cast<ImageHeader::ImageSections>(i);
1983 const ImageSection& section = header.GetImageSection(section_type);
1984 os << section_type << " " << reinterpret_cast<const void*>(base + section.Offset())