Searched refs:SectionSymbolsTy (Results 1 – 3 of 3) sorted by relevance
74 using SectionSymbolsTy = std::vector<SymbolInfoTy>; variable
1152 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols()1181 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols()1205 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addMissingWasmCodeSymbols()1209 SectionSymbolsTy &Symbols = AllSymbols[*Section]; in addMissingWasmCodeSymbols()1236 std::map<SectionRef, SectionSymbolsTy> &AllSymbols, in addPltEntries()1538 SectionSymbolsTy &Symbols, in addSymbolizer()1695 std::map<SectionRef, SectionSymbolsTy> AllSymbols; in disassembleObject()1697 SectionSymbolsTy AbsoluteSymbols; in disassembleObject()1818 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols) in disassembleObject()1883 SectionSymbolsTy &Symbols = AllSymbols[Section]; in disassembleObject()[all …]
2410 auto *Symbols = static_cast<SectionSymbolsTy *>(DisInfo); in tryAddingSymbolicOperand()