Lines Matching refs:RelocationRef
421 bool objdump::isRelocAddressLess(RelocationRef A, RelocationRef B) { in isRelocAddressLess()
425 static Error getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString()
446 static bool getHidden(RelocationRef RelRef) { in getHidden()
525 const RelocationRef &Rel, uint64_t Address, in printRelocation()
562 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst()
601 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst()
625 std::vector<RelocationRef>::const_iterator RelCur = Rels->begin(); in printInst()
626 std::vector<RelocationRef>::const_iterator RelEnd = Rels->end(); in printInst()
671 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst()
724 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst()
747 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst()
801 StringRef ObjectFilename, std::vector<RelocationRef> *Rels, in printInst()
1115 static std::map<SectionRef, std::vector<RelocationRef>>
1117 std::map<SectionRef, std::vector<RelocationRef>> Ret; in getRelocsMap()
1131 std::vector<RelocationRef> &V = Ret[*Relocated]; in getRelocsMap()
1551 std::map<SectionRef, std::vector<RelocationRef>> RelocMap; in disassembleObject()
1802 std::vector<RelocationRef> Rels = RelocMap[Section]; in disassembleObject()
1803 std::vector<RelocationRef>::const_iterator RelCur = Rels.begin(); in disassembleObject()
1804 std::vector<RelocationRef>::const_iterator RelEnd = Rels.end(); in disassembleObject()
2552 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations()