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