Searched refs:SymbolTableSection (Results 1 – 5 of 5) sorted by relevance
39 class SymbolTableSection; variable96 virtual void visit(SymbolTableSection &Sec) = 0;137 void visit(const SymbolTableSection &Sec) override;161 void visit(SymbolTableSection &Sec) override;179 void visit(const SymbolTableSection &Sec) override;472 SymbolTableSection *Symbols = nullptr;494 class SymbolTableSection : public SectionBase {508 SymbolTableSection() { Type = ELF::SHT_SYMTAB; } in SymbolTableSection() function607 const SymbolTableSection *SymTab = nullptr;709 void addData(SymbolTableSection *SymTab);[all …]
86 void ELFSectionSizer<ELFT>::visit(SymbolTableSection &Sec) { in visit()119 void BinarySectionWriter::visit(const SymbolTableSection &Sec) { in visit()334 setSymTab(SecTable.getSectionOfType<SymbolTableSection>( in initialize()398 void SymbolTableSection::assignIndices() { in assignIndices()449 void SymbolTableSection::removeSymbols( in removeSymbols()469 void SymbolTableSection::finalize() { in finalize()484 void SymbolTableSection::prepareForLayout() { in prepareForLayout()805 auto &SymTab = Obj->addSection<SymbolTableSection>(); in addSymTab()817 void BinaryELFBuilder::addData(SymbolTableSection *SymTab) { in addData()850 SymbolTableSection *SymTab = addSymTab(StrTab); in build()[all …]
1963 SymbolTableSection<ELFT>::SymbolTableSection(StringTableSection &StrTabSec) in SymbolTableSection() function in SymbolTableSection1987 template <class ELFT> void SymbolTableSection<ELFT>::writeTo(uint8_t *Buf) { in writeTo()3220 template class elf::SymbolTableSection<ELF32LE>; member in elf3221 template class elf::SymbolTableSection<ELF32BE>; member in elf3222 template class elf::SymbolTableSection<ELF64LE>; member in elf3223 template class elf::SymbolTableSection<ELF64BE>; member in elf
590 class SymbolTableSection final : public SymbolTableBaseSection {594 SymbolTableSection(StringTableSection &StrTabSec);
299 In.SymTab = make<SymbolTableSection<ELFT>>(*In.StrTab); in createSyntheticSections()334 In.DynSymTab = make<SymbolTableSection<ELFT>>(*In.DynStrTab); in createSyntheticSections()