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

Derived Classes

tools/lld/ELF/SyntheticSections.cpp
 3644 template class SymbolTableSection<ELF32LE>;
 3645 template class SymbolTableSection<ELF32BE>;
 3646 template class SymbolTableSection<ELF64LE>;
 3647 template class SymbolTableSection<ELF64BE>;
tools/lld/ELF/SyntheticSections.h
  603 class SymbolTableSection final : public SymbolTableBaseSection {

Declarations

tools/lld/ELF/SyntheticSections.h
   35 class SymbolTableBaseSection;

References

tools/lld/ELF/SyntheticSections.cpp
 1522 uint32_t DynamicReloc::getSymIndex(SymbolTableBaseSection *symTab) const {
 1558   SymbolTableBaseSection *symTab = getPartition().dynSymTab;
 1580 static void encodeDynamicReloc(SymbolTableBaseSection *symTab,
 1599   SymbolTableBaseSection *symTab = getPartition().dynSymTab;
 2408   SymbolTableBaseSection *symTab = getPartition().dynSymTab;
 2422   SymbolTableBaseSection *symTab = getPartition().dynSymTab;
tools/lld/ELF/SyntheticSections.h
  436   uint32_t getSymIndex(SymbolTableBaseSection *symTab) const;
  603 class SymbolTableSection final : public SymbolTableBaseSection {
 1127   SymbolTableBaseSection *dynSymTab;
 1169   SymbolTableBaseSection *symTab;