Home | History | Annotate | Download | only in MC

Lines Matching refs:SectionDataSize

158 /// \param SectionDataSize The total size of the sections.
162 uint64_t SectionDataSize) {
182 Write64(SectionDataSize); // file size
187 Write32(SectionDataSize); // file size
758 uint64_t SectionDataSize = 0;
774 SectionDataSize = std::max(SectionDataSize, Address + Size);
788 SectionDataStart, SectionDataSize);