Lines Matching refs:RelocationRef
537 bool objdump::isRelocAddressLess(RelocationRef A, RelocationRef B) {
541 static Error getRelocationValueString(const RelocationRef &Rel,
562 static bool getHidden(RelocationRef RelRef) {
641 const RelocationRef &Rel, uint64_t Address,
678 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
717 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
741 std::vector<RelocationRef>::const_iterator RelCur = Rels->begin();
742 std::vector<RelocationRef>::const_iterator RelEnd = Rels->end();
787 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
840 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
863 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
917 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
955 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
1290 static std::map<SectionRef, std::vector<RelocationRef>>
1292 std::map<SectionRef, std::vector<RelocationRef>> Ret;
1306 std::vector<RelocationRef> &V = Ret[*Relocated];
1688 std::map<SectionRef, std::vector<RelocationRef>> RelocMap;
1936 std::vector<RelocationRef> Rels = RelocMap[Section];
1937 std::vector<RelocationRef>::const_iterator RelCur = Rels.begin();
1938 std::vector<RelocationRef>::const_iterator RelEnd = Rels.end();
2700 for (const RelocationRef &Reloc : Section.relocations()) {