Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp744 if (ToRemove(SectionIndexTable)) in removeSectionReferences()
745 SectionIndexTable = nullptr; in removeSectionReferences()
822 if (SectionIndexTable) in prepareForLayout()
823 SectionIndexTable->reserve(Symbols.size()); in prepareForLayout()
835 if (SectionIndexTable == nullptr) in fillShndxTable()
841 SectionIndexTable->addIndex(Sym->DefinedIn->Index); in fillShndxTable()
843 SectionIndexTable->addIndex(SHN_UNDEF); in fillShndxTable()
1764 Obj.SectionIndexTable = &ShndxSection; in makeSection()
1856 if (Obj.SectionIndexTable) in readSections()
1857 if (Error Err = Obj.SectionIndexTable->initialize(Obj.sections())) in readSections()
[all …]
H A DELFObject.h816 SectionIndexSection *SectionIndexTable = nullptr; variable
832 SectionIndexTable = ShndxTable; in setShndxTable()
834 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; } in getShndxTable()
1195 SectionIndexSection *SectionIndexTable = nullptr; variable