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.cpp741 if (ToRemove(SectionIndexTable)) in removeSectionReferences()
742 SectionIndexTable = nullptr; in removeSectionReferences()
819 if (SectionIndexTable) in prepareForLayout()
820 SectionIndexTable->reserve(Symbols.size()); in prepareForLayout()
832 if (SectionIndexTable == nullptr) in fillShndxTable()
838 SectionIndexTable->addIndex(Sym->DefinedIn->Index); in fillShndxTable()
840 SectionIndexTable->addIndex(SHN_UNDEF); in fillShndxTable()
1761 Obj.SectionIndexTable = &ShndxSection; in makeSection()
1853 if (Obj.SectionIndexTable) in readSections()
1854 if (Error Err = Obj.SectionIndexTable->initialize(Obj.sections())) in readSections()
[all …]
H A DELFObject.h820 SectionIndexSection *SectionIndexTable = nullptr; variable
836 SectionIndexTable = ShndxTable; in setShndxTable()
838 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; } in getShndxTable()
1201 SectionIndexSection *SectionIndexTable = nullptr; variable