Lines Matching refs:RelocationRef
538 bool objdump::isRelocAddressLess(RelocationRef A, RelocationRef B) {
542 static Error getRelocationValueString(const RelocationRef &Rel,
563 static bool getHidden(RelocationRef RelRef) {
642 const RelocationRef &Rel, uint64_t Address,
679 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
718 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
742 std::vector<RelocationRef>::const_iterator RelCur = Rels->begin();
743 std::vector<RelocationRef>::const_iterator RelEnd = Rels->end();
788 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
841 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
864 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
918 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
956 StringRef ObjectFilename, std::vector<RelocationRef> *Rels,
1291 static std::map<SectionRef, std::vector<RelocationRef>>
1293 std::map<SectionRef, std::vector<RelocationRef>> Ret;
1307 std::vector<RelocationRef> &V = Ret[*Relocated];
1691 std::map<SectionRef, std::vector<RelocationRef>> RelocMap;
1939 std::vector<RelocationRef> Rels = RelocMap[Section];
1940 std::vector<RelocationRef>::const_iterator RelCur = Rels.begin();
1941 std::vector<RelocationRef>::const_iterator RelEnd = Rels.end();
2704 for (const RelocationRef &Reloc : Section.relocations()) {