Searched refs:SecMapEntry (Results 1 – 5 of 5) sorted by relevance
88 FixedStreamArray<SecMapEntry> getSectionMap() const;122 FixedStreamArray<SecMapEntry> SectionMap;
134 std::vector<SecMapEntry> SectionMap;
74 struct SecMapEntry { struct
151 return sizeof(SecMapHeader) + sizeof(SecMapEntry) * SectionMap.size(); in calculateSectionMapStreamSize()357 auto Add = [&]() -> SecMapEntry & { in createSectionMap()
219 FixedStreamArray<SecMapEntry> DbiStream::getSectionMap() const { in getSectionMap()