Home | History | Annotate | Download | only in MC

Lines Matching refs:RelocTableEnd

801   uint64_t RelocTableEnd = SectionDataStart + SectionDataFileSize;
811 RelocTableEnd, NumRelocs);
812 RelocTableEnd += NumRelocs * sizeof(MachO::any_relocation_info);
844 uint64_t DataInCodeTableEnd = RelocTableEnd + NumDataRegions * 8;
846 uint64_t DataRegionsOffset = RelocTableEnd;