Home | History | Annotate | Download | only in MC

Lines Matching defs:Relocs

747   std::vector<ELFRelocationEntry> &Relocs = Relocations[SD];
749 array_pod_sort(Relocs.begin(), Relocs.end());
751 for (unsigned i = 0, e = Relocs.size(); i != e; ++i) {
752 ELFRelocationEntry entry = Relocs[e - i - 1];