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

Declarations

tools/lld/ELF/SyntheticSections.h
  586   size_t getSymbolIndex(Symbol *sym);

References

tools/lld/ELF/InputSection.cpp
  426     p->setSymbolAndType(in.symTab->getSymbolIndex(&sym), type,
tools/lld/ELF/OutputSections.cpp
  351   os->info = in.symTab->getSymbolIndex(symbols[section->info]);
tools/lld/ELF/SyntheticSections.cpp
 1524     return symTab->getSymbolIndex(sym);
 2349             getPartition().dynSymTab->getSymbolIndex(i->sym));