Searched refs:SectionIndexTable (Results 1 – 2 of 2) sorted by relevance
741 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 …]
820 SectionIndexSection *SectionIndexTable = nullptr; variable836 SectionIndexTable = ShndxTable; in setShndxTable()838 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; } in getShndxTable()1201 SectionIndexSection *SectionIndexTable = nullptr; variable