Home | History | Annotate | Download | only in MC

Lines Matching refs:Relocs

1343                        std::vector<ELFRelocationEntry> &Relocs) {
1344 array_pod_sort(Relocs.begin(), Relocs.end(), cmpRel);
1350 std::vector<ELFRelocationEntry> &Relocs = Relocations[SD];
1352 sortRelocs(Asm, Relocs);
1354 for (unsigned i = 0, e = Relocs.size(); i != e; ++i) {
1355 const ELFRelocationEntry &Entry = Relocs[e - i - 1];