Searched refs:SectionRelocMap (Results 1 – 2 of 2) sorted by relevance
74 static std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap; in getRelocSections() local79 SectionRelocMap[*Sec2].push_back(Section); in getRelocSections()83 return SectionRelocMap[Sec]; in getRelocSections()
290 std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap; in DisassembleObject() local294 SectionRelocMap[*Sec2].push_back(Section); in DisassembleObject()332 for (const SectionRef &RelocSec : SectionRelocMap[Section]) { in DisassembleObject()