Searched refs:LinkSection (Results 1 – 2 of 2) sorted by relevance
453 assert(LinkSection == nullptr); in restoreSymTabLink()454 LinkSection = &SymTab; in restoreSymTabLink()1070 if (ToRemove(LinkSection)) { in removeSectionReferences()1075 LinkSection->Name.data(), this->Name.data()); in removeSectionReferences()1076 LinkSection = nullptr; in removeSectionReferences()1146 LinkSection = *Sec; in initialize()1148 if (LinkSection->Type == ELF::SHT_SYMTAB) { in initialize()1150 LinkSection = nullptr; in initialize()1156 void Section::finalize() { this->Link = LinkSection ? LinkSection->Index : 0; } in finalize()
606 SectionBase *LinkSection = nullptr; variable