Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp756 if (ToRemove(SectionIndexTable)) in removeSectionReferences()
757 SectionIndexTable = nullptr; in removeSectionReferences()
831 if (SectionIndexTable) in prepareForLayout()
832 SectionIndexTable->reserve(Symbols.size()); in prepareForLayout()
844 if (SectionIndexTable == nullptr) in fillShndxTable()
850 SectionIndexTable->addIndex(Sym->DefinedIn->Index); in fillShndxTable()
852 SectionIndexTable->addIndex(SHN_UNDEF); in fillShndxTable()
1724 Obj.SectionIndexTable = &ShndxSection; in makeSection()
1824 if (Obj.SectionIndexTable) in readSections()
1825 if (Error Err = Obj.SectionIndexTable->initialize(Obj.sections())) in readSections()
[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