Lines Matching refs:RelocationRef
378 bool objdump::isRelocAddressLess(RelocationRef A, RelocationRef B) { in isRelocAddressLess()
382 static Error getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString()
401 static bool getHidden(RelocationRef RelRef) { in getHidden()
458 const RelocationRef &Rel, uint64_t Address, in printRelocation()
485 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst()
532 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst()
556 std::vector<RelocationRef>::const_iterator RelCur = Rels->begin(); in printInst()
557 std::vector<RelocationRef>::const_iterator RelEnd = Rels->end(); in printInst()
602 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst()
654 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst()
677 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst()
724 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst()
942 static std::map<SectionRef, std::vector<RelocationRef>>
944 std::map<SectionRef, std::vector<RelocationRef>> Ret; in getRelocsMap()
958 std::vector<RelocationRef> &V = Ret[*Relocated]; in getRelocsMap()
1267 std::map<SectionRef, std::vector<RelocationRef>> RelocMap; in disassembleObject()
1474 std::vector<RelocationRef> Rels = RelocMap[Section]; in disassembleObject()
1475 std::vector<RelocationRef>::const_iterator RelCur = Rels.begin(); in disassembleObject()
1476 std::vector<RelocationRef>::const_iterator RelEnd = Rels.end(); in disassembleObject()
1951 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations()
1994 for (const RelocationRef &Reloc : Section.relocations()) { in printDynamicRelocations()