Lines Matching refs:Rels
342 static Error resolveSymbol(const std::vector<RelocationRef> &Rels,
344 for (auto &R : Rels) {
360 const std::vector<RelocationRef> &Rels, uint64_t Offset,
363 if (Error E = resolveSymbol(Rels, Offset, Sym))
374 static Error resolveSymbolName(const std::vector<RelocationRef> &Rels,
377 if (Error EC = resolveSymbol(Rels, Offset, Sym))
387 const std::vector<RelocationRef> &Rels,
390 if (!resolveSymbolName(Rels, Offset, Sym)) {
595 std::vector<RelocationRef> &Rels,
603 append_range(Rels, Section.relocations());
606 llvm::sort(Rels, isRelocAddressLess);
702 const std::vector<RelocationRef> &Rels) {
705 printCOFFSymbolAddress(outs(), Rels,
712 printCOFFSymbolAddress(outs(), Rels,
719 printCOFFSymbolAddress(outs(), Rels,
728 Obj, Rels,
753 std::vector<RelocationRef> Rels;
756 if (!getPDataSection(Obj, Rels, RFStart, NumRFs))
760 bool IsExecutable = Rels.empty();
770 printRuntimeFunctionRels(Obj, RF, SectionOffset, Rels);