Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp724 if (ToRemove(SectionIndexTable)) in removeSectionReferences()
725 SectionIndexTable = nullptr; in removeSectionReferences()
802 if (SectionIndexTable) in prepareForLayout()
803 SectionIndexTable->reserve(Symbols.size()); in prepareForLayout()
815 if (SectionIndexTable == nullptr) in fillShndxTable()
823 SectionIndexTable->addIndex(SHN_UNDEF); in fillShndxTable()
1732 Obj.SectionIndexTable = &ShndxSection; in makeSection()
1824 if (Obj.SectionIndexTable) in readSections()
2169 if (SectionIndexTable != nullptr && ToRemove(*SectionIndexTable)) in removeSections()
2170 SectionIndexTable = nullptr; in removeSections()
[all …]
H A DELFObject.h700 SectionIndexSection *SectionIndexTable = nullptr; variable
716 SectionIndexTable = ShndxTable; in setShndxTable()
718 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; } in getShndxTable()
1071 SectionIndexSection *SectionIndexTable = nullptr; variable