Searched refs:LinkSection (Results 1 – 2 of 2) sorted by relevance
639 if (LinkSection == Sec) { in removeSectionReferences()640 error("Section " + LinkSection->Name + in removeSectionReferences()668 LinkSection = in initialize()671 if (LinkSection->Type == ELF::SHT_SYMTAB) in initialize()672 LinkSection = nullptr; in initialize()676 void Section::finalize() { this->Link = LinkSection ? LinkSection->Index : 0; } in finalize()
331 SectionBase *LinkSection = nullptr; variable