Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1060 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()
H A DObject.h484 SectionBase *LinkSection = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp762 Expected<const Elf_Shdr *> LinkSection = Obj.getSection(Shdr->sh_link); in dumpCommonSection() local
763 if (!LinkSection) in dumpCommonSection()
766 "': " + toString(LinkSection.takeError()), in dumpCommonSection()
769 NameOrErr = getUniquedSectionName(**LinkSection); in dumpCommonSection()