Lines Matching refs:SymbolTableSection
102 Error ELFSectionSizer<ELFT>::visit(SymbolTableSection &Sec) { in visit()
149 Error BinarySectionWriter::visit(const SymbolTableSection &Sec) { in visit()
648 Expected<SymbolTableSection *> Sec = in initialize()
649 SecTable.getSectionOfType<SymbolTableSection>( in initialize()
721 void SymbolTableSection::assignIndices() { in assignIndices()
727 void SymbolTableSection::addSymbol(Twine Name, uint8_t Bind, uint8_t Type, in addSymbol()
752 Error SymbolTableSection::removeSectionReferences( in removeSectionReferences()
769 void SymbolTableSection::updateSymbols(function_ref<void(Symbol &)> Callable) { in updateSymbols()
778 Error SymbolTableSection::removeSymbols( in removeSymbols()
789 void SymbolTableSection::replaceSectionReferences( in replaceSectionReferences()
796 Error SymbolTableSection::initialize(SectionTableRef SecTable) { in initialize()
812 void SymbolTableSection::finalize() { in finalize()
825 void SymbolTableSection::prepareForLayout() { in prepareForLayout()
841 void SymbolTableSection::fillShndxTable() { in fillShndxTable()
855 SymbolTableSection::getSymbolByIndex(uint32_t Index) const { in getSymbolByIndex()
862 Expected<Symbol *> SymbolTableSection::getSymbolByIndex(uint32_t Index) { in getSymbolByIndex()
864 static_cast<const SymbolTableSection *>(this)->getSymbolByIndex(Index); in getSymbolByIndex()
872 Error ELFSectionWriter<ELFT>::visit(const SymbolTableSection &Sec) { in visit()
888 Error SymbolTableSection::accept(SectionVisitor &Visitor) const { in accept()
892 Error SymbolTableSection::accept(MutableSectionVisitor &Visitor) { in accept()
1261 SymbolTableSection *BasicELFBuilder::addSymTab(StringTableSection *StrTab) { in addSymTab()
1262 auto &SymTab = Obj->addSection<SymbolTableSection>(); in addSymTab()
1282 void BinaryELFBuilder::addData(SymbolTableSection *SymTab) { in addData()
1310 SymbolTableSection *SymTab = addSymTab(addStrTab()); in build()
1481 auto SymTab = SecTable.template getSectionOfType<SymbolTableSection>( in initGroupSection()
1524 Error ELFBuilder<ELFT>::initSymbolTable(SymbolTableSection *SymTab) { in initSymbolTable()
1616 SymbolTableSection *SymbolTable, T RelRange) { in initRelocations()
1710 auto &SymTab = Obj.addSection<SymbolTableSection>(); in makeSection()
2178 SymbolTableSection &SymTab = addSection<SymbolTableSection>(); in addNewSymbolTable()