Searched refs:LinkSection (Results 1 – 2 of 2) sorted by relevance
1058 if (ToRemove(LinkSection)) { in removeSectionReferences()1063 LinkSection->Name.data(), this->Name.data()); in removeSectionReferences()1064 LinkSection = nullptr; in removeSectionReferences()1134 LinkSection = *Sec; in initialize()1136 if (LinkSection->Type == ELF::SHT_SYMTAB) in initialize()1137 LinkSection = nullptr; in initialize()1142 void Section::finalize() { this->Link = LinkSection ? LinkSection->Index : 0; } in finalize()
484 SectionBase *LinkSection = nullptr; variable