Searched refs:LinkSection (Results 1 – 2 of 2) sorted by relevance
434 assert(LinkSection == nullptr); in restoreSymTabLink()435 LinkSection = &SymTab; in restoreSymTabLink()1044 if (ToRemove(LinkSection)) { in removeSectionReferences()1049 LinkSection->Name.data(), this->Name.data()); in removeSectionReferences()1050 LinkSection = nullptr; in removeSectionReferences()1120 LinkSection = *Sec; in initialize()1122 if (LinkSection->Type == ELF::SHT_SYMTAB) { in initialize()1124 LinkSection = nullptr; in initialize()1130 void Section::finalize() { this->Link = LinkSection ? LinkSection->Index : 0; } in finalize()
490 SectionBase *LinkSection = nullptr; variable