Home | History | Annotate | Download | only in MC

Lines Matching refs:SectionDataSize

159 /// \param SectionDataSize The total size of the sections.
163 uint64_t SectionDataSize) {
183 Write64(SectionDataSize); // file size
188 Write32(SectionDataSize); // file size
826 uint64_t SectionDataSize = 0;
842 SectionDataSize = std::max(SectionDataSize, Address + Size);
856 SectionDataStart, SectionDataSize);