Home
last modified time | relevance | path

Searched refs:LinkSection (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1010 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()
H A DELFObject.h485 SectionBase *LinkSection = nullptr; variable
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp802 Expected<const Elf_Shdr *> LinkSection = Obj.getSection(Shdr->sh_link); in dumpCommonSection() local
803 if (!LinkSection) in dumpCommonSection()
806 "': " + toString(LinkSection.takeError()), in dumpCommonSection()
809 NameOrErr = getUniquedSectionName(**LinkSection); in dumpCommonSection()