Lines Matching refs:SymbolTableSection

100 Error ELFSectionSizer<ELFT>::visit(SymbolTableSection &Sec) {  in visit()
164 Error BinarySectionWriter::visit(const SymbolTableSection &Sec) { in visit()
448 void Section::restoreSymTabLink(SymbolTableSection &SymTab) { in restoreSymTabLink()
623 Expected<SymbolTableSection *> Sec = in initialize()
624 SecTable.getSectionOfType<SymbolTableSection>( in initialize()
705 void SymbolTableSection::assignIndices() { in assignIndices()
714 void SymbolTableSection::addSymbol(Twine Name, uint8_t Bind, uint8_t Type, in addSymbol()
739 Error SymbolTableSection::removeSectionReferences( in removeSectionReferences()
756 void SymbolTableSection::updateSymbols(function_ref<void(Symbol &)> Callable) { in updateSymbols()
765 Error SymbolTableSection::removeSymbols( in removeSymbols()
779 void SymbolTableSection::replaceSectionReferences( in replaceSectionReferences()
786 Error SymbolTableSection::initialize(SectionTableRef SecTable) { in initialize()
802 void SymbolTableSection::finalize() { in finalize()
815 void SymbolTableSection::prepareForLayout() { in prepareForLayout()
831 void SymbolTableSection::fillShndxTable() { in fillShndxTable()
845 SymbolTableSection::getSymbolByIndex(uint32_t Index) const { in getSymbolByIndex()
852 Expected<Symbol *> SymbolTableSection::getSymbolByIndex(uint32_t Index) { in getSymbolByIndex()
854 static_cast<const SymbolTableSection *>(this)->getSymbolByIndex(Index); in getSymbolByIndex()
862 Error ELFSectionWriter<ELFT>::visit(const SymbolTableSection &Sec) { in visit()
878 Error SymbolTableSection::accept(SectionVisitor &Visitor) const { in accept()
882 Error SymbolTableSection::accept(MutableSectionVisitor &Visitor) { in accept()
1289 SymbolTableSection *BasicELFBuilder::addSymTab(StringTableSection *StrTab) { in addSymTab()
1290 auto &SymTab = Obj->addSection<SymbolTableSection>(); in addSymTab()
1310 void BinaryELFBuilder::addData(SymbolTableSection *SymTab) { in addData()
1339 SymbolTableSection *SymTab = addSymTab(addStrTab()); in build()
1521 auto SymTab = SecTable.template getSectionOfType<SymbolTableSection>( in initGroupSection()
1564 Error ELFBuilder<ELFT>::initSymbolTable(SymbolTableSection *SymTab) { in initSymbolTable()
1755 auto &SymTab = Obj.addSection<SymbolTableSection>(); in makeSection()
2308 SymbolTableSection &SymTab = addSection<SymbolTableSection>(); in addNewSymbolTable()