Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.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;
649 SymbolTableSection *Symbols = nullptr;
676 class SymbolTableSection : public SectionBase {
799 const SymbolTableSection *SymTab = nullptr;
918 void addData(SymbolTableSection *SymTab);
[all …]
H A DObject.cpp648 Expected<SymbolTableSection *> Sec = in initialize()
649 SecTable.getSectionOfType<SymbolTableSection>( in initialize()
721 void SymbolTableSection::assignIndices() { in assignIndices()
752 Error SymbolTableSection::removeSectionReferences( in removeSectionReferences()
778 Error SymbolTableSection::removeSymbols( in removeSymbols()
789 void SymbolTableSection::replaceSectionReferences( in replaceSectionReferences()
812 void SymbolTableSection::finalize() { in finalize()
825 void SymbolTableSection::prepareForLayout() { in prepareForLayout()
841 void SymbolTableSection::fillShndxTable() { in fillShndxTable()
1322 SymbolTableSection *SymTab = addSymTab(addStrTab()); in build()
[all …]
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2194 SymbolTableSection<ELFT>::SymbolTableSection(StringTableSection &strTabSec) in SymbolTableSection() function in SymbolTableSection
2218 template <class ELFT> void SymbolTableSection<ELFT>::writeTo(uint8_t *buf) { in writeTo()
3915 template class elf::SymbolTableSection<ELF32LE>; member in elf
3916 template class elf::SymbolTableSection<ELF32BE>; member in elf
3917 template class elf::SymbolTableSection<ELF64LE>; member in elf
3918 template class elf::SymbolTableSection<ELF64BE>; member in elf
H A DSyntheticSections.h653 class SymbolTableSection final : public SymbolTableBaseSection {
657 SymbolTableSection(StringTableSection &strTabSec);
H A DWriter.cpp368 in.symTab = make<SymbolTableSection<ELFT>>(*in.strTab); in createSyntheticSections()
421 part.dynSymTab = make<SymbolTableSection<ELFT>>(*part.dynStrTab); in createSyntheticSections()
430 part.dynSymTab = make<SymbolTableSection<ELFT>>(*part.dynStrTab); in createSyntheticSections()