Searched refs:SectionIndexTable (Results 1 – 2 of 2) sorted by relevance
756 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 …]
685 SectionIndexSection *SectionIndexTable = nullptr; variable699 SectionIndexTable = ShndxTable; in setShndxTable()701 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; } in getShndxTable()1055 SectionIndexSection *SectionIndexTable = nullptr; variable