Lines Matching refs:SymbolTableSection

103 Error ELFSectionSizer<ELFT>::visit(SymbolTableSection &Sec) {  in visit()
167 Error BinarySectionWriter::visit(const SymbolTableSection &Sec) { in visit()
451 void Section::restoreSymTabLink(SymbolTableSection &SymTab) { in restoreSymTabLink()
626 Expected<SymbolTableSection *> Sec = in initialize()
627 SecTable.getSectionOfType<SymbolTableSection>( in initialize()
708 void SymbolTableSection::assignIndices() { in assignIndices()
717 void SymbolTableSection::addSymbol(Twine Name, uint8_t Bind, uint8_t Type, in addSymbol()
742 Error SymbolTableSection::removeSectionReferences( in removeSectionReferences()
759 void SymbolTableSection::updateSymbols(function_ref<void(Symbol &)> Callable) { in updateSymbols()
768 Error SymbolTableSection::removeSymbols( in removeSymbols()
782 void SymbolTableSection::replaceSectionReferences( in replaceSectionReferences()
789 Error SymbolTableSection::initialize(SectionTableRef SecTable) { in initialize()
805 void SymbolTableSection::finalize() { in finalize()
818 void SymbolTableSection::prepareForLayout() { in prepareForLayout()
834 void SymbolTableSection::fillShndxTable() { in fillShndxTable()
848 SymbolTableSection::getSymbolByIndex(uint32_t Index) const { in getSymbolByIndex()
855 Expected<Symbol *> SymbolTableSection::getSymbolByIndex(uint32_t Index) { in getSymbolByIndex()
857 static_cast<const SymbolTableSection *>(this)->getSymbolByIndex(Index); in getSymbolByIndex()
865 Error ELFSectionWriter<ELFT>::visit(const SymbolTableSection &Sec) { in visit()
881 Error SymbolTableSection::accept(SectionVisitor &Visitor) const { in accept()
885 Error SymbolTableSection::accept(MutableSectionVisitor &Visitor) { in accept()
1292 SymbolTableSection *BasicELFBuilder::addSymTab(StringTableSection *StrTab) { in addSymTab()
1293 auto &SymTab = Obj->addSection<SymbolTableSection>(); in addSymTab()
1313 void BinaryELFBuilder::addData(SymbolTableSection *SymTab) { in addData()
1342 SymbolTableSection *SymTab = addSymTab(addStrTab()); in build()
1524 auto SymTab = SecTable.template getSectionOfType<SymbolTableSection>( in initGroupSection()
1567 Error ELFBuilder<ELFT>::initSymbolTable(SymbolTableSection *SymTab) { in initSymbolTable()
1758 auto &SymTab = Obj.addSection<SymbolTableSection>(); in makeSection()
2302 SymbolTableSection &SymTab = addSection<SymbolTableSection>(); in addNewSymbolTable()