Home
last modified time | relevance | path

Searched refs:SymbolTableSection (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h38 class SymbolTableSection; variable
80 virtual Error visit(const SymbolTableSection &Sec) = 0;
97 virtual Error visit(SymbolTableSection &Sec) = 0;
138 Error visit(const SymbolTableSection &Sec) override;
162 Error visit(SymbolTableSection &Sec) override;
182 Error visit(const SymbolTableSection &Sec) override;
654 SymbolTableSection *Symbols = nullptr;
681 class SymbolTableSection : public SectionBase {
809 const SymbolTableSection *SymTab = nullptr;
928 void addData(SymbolTableSection *SymTab);
[all …]
H A DELFObject.cpp578 Expected<SymbolTableSection *> Sec = in initialize()
579 SecTable.getSectionOfType<SymbolTableSection>( in initialize()
660 void SymbolTableSection::assignIndices() { in assignIndices()
691 Error SymbolTableSection::removeSectionReferences( in removeSectionReferences()
717 Error SymbolTableSection::removeSymbols( in removeSymbols()
728 void SymbolTableSection::replaceSectionReferences( in replaceSectionReferences()
751 void SymbolTableSection::finalize() { in finalize()
764 void SymbolTableSection::prepareForLayout() { in prepareForLayout()
780 void SymbolTableSection::fillShndxTable() { in fillShndxTable()
1274 SymbolTableSection *SymTab = addSymTab(addStrTab()); in build()
[all …]
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp2199 SymbolTableSection<ELFT>::SymbolTableSection(StringTableSection &strTabSec) in SymbolTableSection() function in SymbolTableSection
2222 template <class ELFT> void SymbolTableSection<ELFT>::writeTo(uint8_t *buf) { in writeTo()
3963 template class elf::SymbolTableSection<ELF32LE>; member in elf
3964 template class elf::SymbolTableSection<ELF32BE>; member in elf
3965 template class elf::SymbolTableSection<ELF64LE>; member in elf
3966 template class elf::SymbolTableSection<ELF64BE>; member in elf
H A DSyntheticSections.h646 class SymbolTableSection final : public SymbolTableBaseSection {
650 SymbolTableSection(StringTableSection &strTabSec);
H A DWriter.cpp309 in.symTab = std::make_unique<SymbolTableSection<ELFT>>(*in.strTab); in createSyntheticSections()
363 std::make_unique<SymbolTableSection<ELFT>>(*part.dynStrTab); in createSyntheticSections()