Searched refs:LinkSection (Results 1 – 2 of 2) sorted by relevance
450 assert(LinkSection == nullptr); in restoreSymTabLink()451 LinkSection = &SymTab; in restoreSymTabLink()1067 if (ToRemove(LinkSection)) { in removeSectionReferences()1072 LinkSection->Name.data(), this->Name.data()); in removeSectionReferences()1073 LinkSection = nullptr; in removeSectionReferences()1143 LinkSection = *Sec; in initialize()1145 if (LinkSection->Type == ELF::SHT_SYMTAB) { in initialize()1147 LinkSection = nullptr; in initialize()1153 void Section::finalize() { this->Link = LinkSection ? LinkSection->Index : 0; } in finalize()
607 SectionBase *LinkSection = nullptr; variable