Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.h44 class SectionIndexSection; variable
84 virtual void visit(const SectionIndexSection &Sec) = 0;
101 virtual void visit(SectionIndexSection &Sec) = 0;
141 void visit(const SectionIndexSection &Sec) override;
165 void visit(SectionIndexSection &Sec) override;
183 void visit(const SectionIndexSection &Sec) override;
467 class SectionIndexSection : public SectionBase {
475 virtual ~SectionIndexSection() {} in ~SectionIndexSection()
486 SectionIndexSection() { in SectionIndexSection() function
503 SectionIndexSection *SectionIndexTable = nullptr;
[all …]
H A DObject.cpp107 void ELFSectionSizer<ELFT>::visit(SectionIndexSection &Sec) {} in visit()
115 void BinarySectionWriter::visit(const SectionIndexSection &Sec) { in visit()
326 void ELFSectionWriter<ELFT>::visit(const SectionIndexSection &Sec) { in visit()
332 void SectionIndexSection::initialize(SectionTableRef SecTable) { in initialize()
342 void SectionIndexSection::finalize() { Link = Symbols->Index; } in finalize()
344 void SectionIndexSection::accept(SectionVisitor &Visitor) const { in accept()
348 void SectionIndexSection::accept(MutableSectionVisitor &Visitor) { in accept()
1080 auto &ShndxSection = Obj.addSection<SectionIndexSection>(); in makeSection()
1531 auto &Shndx = Obj.addSection<SectionIndexSection>(); in finalize()