Home | History | Annotate | Download | only in MC

Lines Matching refs:SectionDataStart

766   uint64_t SectionDataStart = (is64Bit() ? sizeof(MachO::mach_header_64) :
797 writeSegmentLoadCommand("", NumSections, 0, VMSize, SectionDataStart,
801 uint64_t RelocTableEnd = SectionDataStart + SectionDataFileSize;
806 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec);