Home | History | Annotate | Download | only in MC

Lines Matching refs:NumRelocs

863     unsigned NumRelocs = Relocs.size();
865 WriteSection(Asm, Layout, *it, SectionStart, RelocTableEnd, NumRelocs);
866 RelocTableEnd += NumRelocs * sizeof(MachO::any_relocation_info);