Searched refs:LinkSection (Results 1 – 3 of 3) sorted by relevance
1060 if (ToRemove(LinkSection)) { in removeSectionReferences()1065 LinkSection->Name.data(), this->Name.data()); in removeSectionReferences()1066 LinkSection = nullptr; in removeSectionReferences()1130 LinkSection = *Sec; in initialize()1132 if (LinkSection->Type == ELF::SHT_SYMTAB) in initialize()1133 LinkSection = nullptr; in initialize()1138 void Section::finalize() { this->Link = LinkSection ? LinkSection->Index : 0; } in finalize()
484 SectionBase *LinkSection = nullptr; variable
762 Expected<const Elf_Shdr *> LinkSection = Obj.getSection(Shdr->sh_link); in dumpCommonSection() local763 if (!LinkSection) in dumpCommonSection()766 "': " + toString(LinkSection.takeError()), in dumpCommonSection()769 NameOrErr = getUniquedSectionName(**LinkSection); in dumpCommonSection()