Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h38 class SymbolTableBaseSection; variable
447 uint32_t getSymIndex(SymbolTableBaseSection *symTab) const;
457 void computeRaw(SymbolTableBaseSection *symtab);
637 class SymbolTableBaseSection : public SyntheticSection {
639 SymbolTableBaseSection(StringTableSection &strTabSec);
661 class SymbolTableSection final : public SymbolTableBaseSection {
1174 void exportEntries(SymbolTableBaseSection *symTab);
1312 std::unique_ptr<SymbolTableBaseSection> dynSymTab;
1364 std::unique_ptr<SymbolTableBaseSection> symTab;
H A DSyntheticSections.cpp1657 SymbolTableBaseSection *symTab = getPartition().dynSymTab.get(); in finalizeContents()
1677 void DynamicReloc::computeRaw(SymbolTableBaseSection *symtab) { in computeRaw()
1685 SymbolTableBaseSection *symTab = getPartition().dynSymTab.get(); in computeRels()
2083 SymbolTableBaseSection::SymbolTableBaseSection(StringTableSection &strTabSec) in SymbolTableBaseSection() function in SymbolTableBaseSection
2106 void SymbolTableBaseSection::finalizeContents() { in finalizeContents()
2145 void SymbolTableBaseSection::sortSymTabSymbols() { in sortSymTabSymbols()
2168 void SymbolTableBaseSection::addSymbol(Symbol *b) { in addSymbol()
2174 size_t SymbolTableBaseSection::getSymbolIndex(Symbol *sym) { in getSymbolIndex()
2200 : SymbolTableBaseSection(strTabSec) { in SymbolTableSection()
2482 SymbolTableBaseSection *symTab = getPartition().dynSymTab.get(); in finalizeContents()
[all …]
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1370 SymbolTableBaseSection *impSymTab = make<SymbolTableSection<ELFT>>(*strtab); in writeARMCmseImportLib()