Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp693 if (ToRemove(SectionIndexTable)) in removeSectionReferences()
694 SectionIndexTable = nullptr; in removeSectionReferences()
768 if (SectionIndexTable) in prepareForLayout()
769 SectionIndexTable->reserve(Symbols.size()); in prepareForLayout()
781 if (SectionIndexTable == nullptr) in fillShndxTable()
789 SectionIndexTable->addIndex(SHN_UNDEF); in fillShndxTable()
1692 Obj.SectionIndexTable = &ShndxSection; in makeSection()
1784 if (Obj.SectionIndexTable) in readSections()
2127 if (SectionIndexTable != nullptr && ToRemove(*SectionIndexTable)) in removeSections()
2128 SectionIndexTable = nullptr; in removeSections()
[all …]
H A DELFObject.h690 SectionIndexSection *SectionIndexTable = nullptr; variable
704 SectionIndexTable = ShndxTable; in setShndxTable()
706 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; } in getShndxTable()
1058 SectionIndexSection *SectionIndexTable = nullptr; variable