Lines Matching refs:SectionDataSize
154 /// \param SectionDataSize The total size of the sections.
157 uint64_t SectionDataStartOffset, uint64_t SectionDataSize, uint32_t MaxProt,
179 write64(SectionDataSize); // file size
184 write32(SectionDataSize); // file size
768 uint64_t SectionDataSize = 0;
782 SectionDataSize = std::max(SectionDataSize, Address + Size);
798 SectionDataSize, Prot, Prot);