Home | History | Annotate | Download | only in MC

Lines Matching refs:Relocs

794     std::vector<macho::RelocationEntry> &Relocs = Relocations[it];
795 unsigned NumRelocs = Relocs.size();
867 std::vector<macho::RelocationEntry> &Relocs = Relocations[it];
868 for (unsigned i = 0, e = Relocs.size(); i != e; ++i) {
869 Write32(Relocs[e - i - 1].Word0);
870 Write32(Relocs[e - i - 1].Word1);