Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp430 if (SectionIndexTable == Sec) in removeSectionReferences()
431 SectionIndexTable = nullptr; in removeSectionReferences()
487 if (SectionIndexTable != nullptr) { in prepareForLayout()
492 SectionIndexTable->addIndex(SHN_UNDEF); in prepareForLayout()
1081 Obj.SectionIndexTable = &ShndxSection; in makeSection()
1130 if (Obj.SectionIndexTable) in readSectionHeaders()
1131 Obj.SectionIndexTable->initialize(Obj.sections()); in readSectionHeaders()
1337 if (SectionIndexTable != nullptr && ToRemove(*SectionIndexTable)) in removeSections()
1338 SectionIndexTable = nullptr; in removeSections()
1538 if (Obj.SectionIndexTable != nullptr) { in finalize()
[all …]
H A DObject.h503 SectionIndexSection *SectionIndexTable = nullptr; variable
517 SectionIndexTable = ShndxTable; in setShndxTable()
519 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; } in getShndxTable()
797 SectionIndexSection *SectionIndexTable = nullptr; variable