Searched refs:SectionIndexTable (Results 1 – 2 of 2) sorted by relevance
744 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 …]
816 SectionIndexSection *SectionIndexTable = nullptr; variable832 SectionIndexTable = ShndxTable; in setShndxTable()834 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; } in getShndxTable()1195 SectionIndexSection *SectionIndexTable = nullptr; variable