Lines Matching defs:Rels
360 static Error resolveSymbol(const std::vector<RelocationRef> &Rels,
362 for (auto &R : Rels) {
378 const std::vector<RelocationRef> &Rels, uint64_t Offset,
381 if (Error E = resolveSymbol(Rels, Offset, Sym))
392 static Error resolveSymbolName(const std::vector<RelocationRef> &Rels,
395 if (Error EC = resolveSymbol(Rels, Offset, Sym))
405 const std::vector<RelocationRef> &Rels,
408 if (!resolveSymbolName(Rels, Offset, Sym)) {
613 std::vector<RelocationRef> &Rels,
621 append_range(Rels, Section.relocations());
624 llvm::sort(Rels, isRelocAddressLess);
720 const std::vector<RelocationRef> &Rels) {
723 printCOFFSymbolAddress(outs(), Rels,
730 printCOFFSymbolAddress(outs(), Rels,
737 printCOFFSymbolAddress(outs(), Rels,
746 Obj, Rels,
771 std::vector<RelocationRef> Rels;
774 if (!getPDataSection(Obj, Rels, RFStart, NumRFs))
778 bool IsExecutable = Rels.empty();
788 printRuntimeFunctionRels(Obj, RF, SectionOffset, Rels);