Searched refs:RelocMap (Results 1 – 5 of 5) sorted by relevance
50 using RelocMap = DenseMap<uint64_t, uint64_t>; typedef93 RelocMap Relocs; in loadObj()159 RelocMap::const_iterator R = Relocs.find(A); in loadObj()
121 RelocMapTy RelocMap;
165 auto &RM = RelocMap[CoffSection]; in cacheRelocations()179 const auto &Relocations = RelocMap[CoffSection]; in resolveSymbol()
187 RelocMapTy RelocMap; member in __anon22f3d4430111::COFFDumper262 const auto &Relocations = RelocMap[Section]; in resolveSymbol()334 const auto &Relocations = RelocMap[Section]; in printBinaryBlockWithRelocs()649 auto &RM = RelocMap[Section]; in cacheRelocations()
1741 std::map<SectionRef, std::vector<RelocationRef>> RelocMap; in disassembleObject() local1743 RelocMap = getRelocsMap(Obj); in disassembleObject()2014 std::vector<RelocationRef> Rels = RelocMap[Section]; in disassembleObject()