Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp754 if (ToRemove(SectionIndexTable)) in removeSectionReferences()
755 SectionIndexTable = nullptr; in removeSectionReferences()
829 if (SectionIndexTable) in prepareForLayout()
830 SectionIndexTable->reserve(Symbols.size()); in prepareForLayout()
842 if (SectionIndexTable == nullptr) in fillShndxTable()
850 SectionIndexTable->addIndex(SHN_UNDEF); in fillShndxTable()
1729 Obj.SectionIndexTable = &ShndxSection; in makeSection()
1829 if (Obj.SectionIndexTable) in readSections()
2130 if (SectionIndexTable != nullptr && ToRemove(*SectionIndexTable)) in removeSections()
2131 SectionIndexTable = nullptr; in removeSections()
[all …]
H A DObject.h685 SectionIndexSection *SectionIndexTable = nullptr; variable
699 SectionIndexTable = ShndxTable; in setShndxTable()
701 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; } in getShndxTable()
1055 SectionIndexSection *SectionIndexTable = nullptr; variable