Home | History | Annotate | Download | only in MC

Lines Matching full:relocs

1051   std::vector<ELFRelocationEntry> &Relocs = Relocations[&Sec];
1057 std::reverse(Relocs.begin(), Relocs.end());
1060 TargetObjectWriter->sortRelocs(Asm, Relocs);
1062 for (unsigned i = 0, e = Relocs.size(); i != e; ++i) {
1063 const ELFRelocationEntry &Entry = Relocs[e - i - 1];