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;122 Error visit(const SectionIndexSection &Sec) override = 0;142 Error visit(const SectionIndexSection &Sec) override;166 Error visit(SectionIndexSection &Sec) override;189 Error visit(const SectionIndexSection &Sec) override;775 class SectionIndexSection : public SectionBase {783 virtual ~SectionIndexSection() {} in ~SectionIndexSection()799 SectionIndexSection() { in SectionIndexSection() function[all …]
148 Error ELFSectionSizer<ELFT>::visit(SectionIndexSection &) { in visit() argument161 Error BinarySectionWriter::visit(const SectionIndexSection &Sec) { in visit()618 Error ELFSectionWriter<ELFT>::visit(const SectionIndexSection &Sec) { in visit()624 Error SectionIndexSection::initialize(SectionTableRef SecTable) { in initialize()641 void SectionIndexSection::finalize() { Link = Symbols->Index; } in finalize()643 Error SectionIndexSection::accept(SectionVisitor &Visitor) const { in accept()647 Error SectionIndexSection::accept(MutableSectionVisitor &Visitor) { in accept()1763 auto &ShndxSection = Obj.addSection<SectionIndexSection>(); in makeSection()2609 auto &Shndx = Obj.addSection<SectionIndexSection>(); in finalize()