Searched refs:SectionRelocMap (Results 1 – 5 of 5) sorted by relevance
75 static std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap; variable83 for (const SectionRef &SR : SectionRelocMap[Sec]) { in collectRelocatedSymbols()107 for (const SectionRef &SR : SectionRelocMap[Sec]) { in collectRelocationOffsets()171 SectionRelocMap.clear(); in dumpCXXData()175 SectionRelocMap[*Sec2].push_back(Section); in dumpCXXData()
73 static std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap; variable81 for (const SectionRef &SR : SectionRelocMap[Sec]) { in collectRelocatedSymbols()105 for (const SectionRef &SR : SectionRelocMap[Sec]) { in collectRelocationOffsets()169 SectionRelocMap.clear(); in dumpCXXData()173 SectionRelocMap[*Sec2].push_back(Section); in dumpCXXData()
303 RelocMap_t SectionRelocMap; member in __anon198eba5b0611::ELFObjectFile763 typename RelocMap_t::const_iterator ittr = SectionRelocMap.find(sec); in getSectionRelBegin()764 if (sec != 0 && ittr != SectionRelocMap.end()) { in getSectionRelBegin()778 typename RelocMap_t::const_iterator ittr = SectionRelocMap.find(sec); in getSectionRelEnd()779 if (sec != 0 && ittr != SectionRelocMap.end()) { in getSectionRelEnd()801 SectionRelocMap.lookup(getSection(Rel.w.a)); in getRelocationNext()1117 SectionRelocMap[getSection(sh->sh_info)].push_back(i); in ELFObjectFile()1123 for (typename RelocMap_t::iterator i = SectionRelocMap.begin(), in ELFObjectFile()1124 e = SectionRelocMap.end(); i != e; ++i) { in ELFObjectFile()
994 std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap; in DisassembleObject() local998 SectionRelocMap[*Sec2].push_back(Section); in DisassembleObject()1092 for (const SectionRef &RelocSec : SectionRelocMap[Section]) { in DisassembleObject()
1303 std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap; in DisassembleObject() local1307 SectionRelocMap[*Sec2].push_back(Section); in DisassembleObject()1432 for (const SectionRef &RelocSec : SectionRelocMap[Section]) { in DisassembleObject()