Home
last modified time | relevance | path

Searched refs:SectionIndexSection (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h43 class SectionIndexSection; variable
85 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;
659 class SectionIndexSection : public SectionBase {
667 virtual ~SectionIndexSection() {} in ~SectionIndexSection()
683 SectionIndexSection() { in SectionIndexSection() function
700 SectionIndexSection *SectionIndexTable = nullptr;
[all …]
H A DELFObject.cpp129 Error ELFSectionSizer<ELFT>::visit(SectionIndexSection &) { in visit() argument
142 Error BinarySectionWriter::visit(const SectionIndexSection &Sec) { in visit()
598 Error ELFSectionWriter<ELFT>::visit(const SectionIndexSection &Sec) { in visit()
604 Error SectionIndexSection::initialize(SectionTableRef SecTable) { in initialize()
621 void SectionIndexSection::finalize() { Link = Symbols->Index; } in finalize()
623 Error SectionIndexSection::accept(SectionVisitor &Visitor) const { in accept()
627 Error SectionIndexSection::accept(MutableSectionVisitor &Visitor) { in accept()
1731 auto &ShndxSection = Obj.addSection<SectionIndexSection>(); in makeSection()
2561 auto &Shndx = Obj.addSection<SectionIndexSection>(); in finalize()