reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objdump/llvm-objdump.cpp
 1153       AllSymbols[*SecI].emplace_back(Address, Name, SymbolType);
 1157   if (AllSymbols.empty() && Obj->isELF())
 1158     addDynamicElfSymbols(Obj, AllSymbols);
 1162   addPltEntries(Obj, AllSymbols, Saver);
 1191         AllSymbols[Sec->second].emplace_back(VA, Name, ELF::STT_NOTYPE);
 1200   for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols)
 1215     SectionSymbolsTy &Symbols = AllSymbols[Section];
 1450                 TargetSectionSymbols = &AllSymbols[It->second];