Searched refs:SectionIndexSection (Results 1 – 2 of 2) sorted by relevance
43 class SectionIndexSection; variable85 virtual Error visit(const SectionIndexSection &Sec) = 0;102 virtual Error visit(SectionIndexSection &Sec) = 0;142 Error visit(const SectionIndexSection &Sec) override;166 Error visit(SectionIndexSection &Sec) override;186 Error visit(const SectionIndexSection &Sec) override;649 class SectionIndexSection : public SectionBase {657 virtual ~SectionIndexSection() {} in ~SectionIndexSection()673 SectionIndexSection() { in SectionIndexSection() function690 SectionIndexSection *SectionIndexTable = nullptr;[all …]
129 Error ELFSectionSizer<ELFT>::visit(SectionIndexSection &) { in visit() argument142 Error BinarySectionWriter::visit(const SectionIndexSection &Sec) { in visit()570 Error ELFSectionWriter<ELFT>::visit(const SectionIndexSection &Sec) { in visit()576 Error SectionIndexSection::initialize(SectionTableRef SecTable) { in initialize()593 void SectionIndexSection::finalize() { Link = Symbols->Index; } in finalize()595 Error SectionIndexSection::accept(SectionVisitor &Visitor) const { in accept()599 Error SectionIndexSection::accept(MutableSectionVisitor &Visitor) { in accept()1691 auto &ShndxSection = Obj.addSection<SectionIndexSection>(); in makeSection()2513 auto &Shndx = Obj.addSection<SectionIndexSection>(); in finalize()