Searched refs:SectionIndexTable (Results 1 – 2 of 2) sorted by relevance
714 if (ToRemove(SectionIndexTable)) in removeSectionReferences()715 SectionIndexTable = nullptr; in removeSectionReferences()789 if (SectionIndexTable) in prepareForLayout()790 SectionIndexTable->reserve(Symbols.size()); in prepareForLayout()802 if (SectionIndexTable == nullptr) in fillShndxTable()808 SectionIndexTable->addIndex(Sym->DefinedIn->Index); in fillShndxTable()810 SectionIndexTable->addIndex(SHN_UNDEF); in fillShndxTable()1713 Obj.SectionIndexTable = &ShndxSection; in makeSection()1805 if (Obj.SectionIndexTable) in readSections()1806 if (Error Err = Obj.SectionIndexTable->initialize(Obj.sections())) in readSections()[all …]
693 SectionIndexSection *SectionIndexTable = nullptr; variable707 SectionIndexTable = ShndxTable; in setShndxTable()709 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; } in getShndxTable()1062 SectionIndexSection *SectionIndexTable = nullptr; variable