Searched refs:LinkSection (Results 1 – 3 of 3) sorted by relevance
1010 if (ToRemove(LinkSection)) { in removeSectionReferences()1015 LinkSection->Name.data(), this->Name.data()); in removeSectionReferences()1016 LinkSection = nullptr; in removeSectionReferences()1086 LinkSection = *Sec; in initialize()1088 if (LinkSection->Type == ELF::SHT_SYMTAB) in initialize()1089 LinkSection = nullptr; in initialize()1094 void Section::finalize() { this->Link = LinkSection ? LinkSection->Index : 0; } in finalize()
485 SectionBase *LinkSection = nullptr; variable
802 Expected<const Elf_Shdr *> LinkSection = Obj.getSection(Shdr->sh_link); in dumpCommonSection() local803 if (!LinkSection) in dumpCommonSection()806 "': " + toString(LinkSection.takeError()), in dumpCommonSection()809 NameOrErr = getUniquedSectionName(**LinkSection); in dumpCommonSection()