Home
last modified time | relevance | path

Searched refs:SymbolTableBaseSection (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/ELF/
DSyntheticSections.h36 class SymbolTableBaseSection; variable
442 uint32_t getSymIndex(SymbolTableBaseSection *symTab) const;
585 class SymbolTableBaseSection : public SyntheticSection {
587 SymbolTableBaseSection(StringTableSection &strTabSec);
609 class SymbolTableSection final : public SymbolTableBaseSection {
1179 SymbolTableBaseSection *dynSymTab;
1222 SymbolTableBaseSection *symTab;
DSyntheticSections.cpp1567 uint32_t DynamicReloc::getSymIndex(SymbolTableBaseSection *symTab) const { in getSymIndex()
1603 SymbolTableBaseSection *symTab = getPartition().dynSymTab; in finalizeContents()
1629 static void encodeDynamicReloc(SymbolTableBaseSection *symTab, in encodeDynamicReloc()
1648 SymbolTableBaseSection *symTab = getPartition().dynSymTab; in writeTo()
2017 SymbolTableBaseSection::SymbolTableBaseSection(StringTableSection &strTabSec) in SymbolTableBaseSection() function in SymbolTableBaseSection
2040 void SymbolTableBaseSection::finalizeContents() { in finalizeContents()
2079 void SymbolTableBaseSection::sortSymTabSymbols() { in sortSymTabSymbols()
2103 void SymbolTableBaseSection::addSymbol(Symbol *b) { in addSymbol()
2111 size_t SymbolTableBaseSection::getSymbolIndex(Symbol *sym) { in getSymbolIndex()
2137 : SymbolTableBaseSection(strTabSec) { in SymbolTableSection()
[all …]