Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:Rels

173 static error_code resolveSymbol(const std::vector<RelocationRef> &Rels,
175 for (std::vector<RelocationRef>::const_iterator I = Rels.begin(),
176 E = Rels.end();
193 const std::vector<RelocationRef> &Rels,
198 if (error_code ec = resolveSymbol(Rels, Offset, Sym)) return ec;
209 static error_code resolveSymbolName(const std::vector<RelocationRef> &Rels,
212 if (error_code ec = resolveSymbol(Rels, Offset, Sym)) return ec;
218 const std::vector<RelocationRef> &Rels,
221 if (error_code ec = resolveSymbolName(Rels, Offset, Sym)) {
254 std::vector<RelocationRef> Rels;
259 Rels.push_back(*RI);
263 std::sort(Rels.begin(), Rels.end(), RelocAddressLess);
279 printCOFFSymbolAddress(outs(), Rels, SectionOffset +
285 printCOFFSymbolAddress(outs(), Rels, SectionOffset +
291 printCOFFSymbolAddress(outs(), Rels, SectionOffset +
298 if (error(getSectionContents(Obj, Rels, SectionOffset +