Home
last modified time | relevance | path

Searched refs:SHF_STRINGS (Results 1 – 25 of 34) sorted by relevance

12

/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp58 ELF::SHF_ALLOC | ELF::SHF_MERGE | ELF::SHF_STRINGS | in Initialize()
92 Flags |= ELF::SHF_STRINGS; in getXCoreSectionFlags()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCSectionELF.cpp99 if (Flags & ELF::SHF_STRINGS) in printSwitchToSection()
H A DMCObjectFileInfo.cpp444 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1); in initELFMCObjectFileInfo()
456 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1); in initELFMCObjectFileInfo()
496 ELF::SHF_MERGE | ELF::SHF_STRINGS | ELF::SHF_EXCLUDE, 1); in initELFMCObjectFileInfo()
H A DMCELFStreamer.cpp391 ".comment", ELF::SHT_PROGBITS, ELF::SHF_MERGE | ELF::SHF_STRINGS, 1); in emitIdent()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-elf.c575 & ~SHF_STRINGS) == 0) in obj_elf_change_section()
606 | ((attr & SHF_STRINGS) ? SEC_STRINGS : 0) in obj_elf_change_section()
679 attr |= SHF_STRINGS; in obj_elf_parse_section_letters()
694 attr |= SHF_STRINGS; in obj_elf_parse_section_letters()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-elf.c623 & ~SHF_STRINGS) == 0) in obj_elf_change_section()
654 | ((attr & SHF_STRINGS) ? SEC_STRINGS : 0) in obj_elf_change_section()
735 attr |= SHF_STRINGS; in obj_elf_parse_section_letters()
750 attr |= SHF_STRINGS; in obj_elf_parse_section_letters()
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h358 #define SHF_STRINGS (1 << 5) /* Contains null terminated character strings */ macro
H A DChangeLog-91031050 (SHF_STRINGS): New valye for sh_flags field.
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h384 #define SHF_STRINGS (1 << 5) /* Contains null terminated character strings */ macro
/openbsd/gnu/llvm/lld/ELF/
H A DOutputSections.cpp173 if ((flags & SHF_STRINGS) && config->optimize >= 2) in createMergeSynthetic()
216 (sec->addralign == ms->addralign || !(sec->flags & SHF_STRINGS)); in finalizeInputSections()
H A DInputSection.cpp1289 if (flags & SHF_STRINGS) in splitIntoPieces()
H A DScriptParser.cpp1281 .Case(CASE_ENT(SHF_STRINGS)) in parseFlag()
H A DSyntheticSections.cpp87 auto *sec = make<MergeInputSection>(SHF_MERGE | SHF_STRINGS, SHT_PROGBITS, 1, in createCommentSection()
3218 assert(addralign == ms->addralign || !(ms->flags & SHF_STRINGS)); in addSection()
/openbsd/sys/sys/
H A Dexec_elf.h316 #define SHF_STRINGS 0x20 /* contains strings */ macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1092 SHF_STRINGS = 0x20, enumerator
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp336 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1); in emitModuleMetadata()
569 Flags |= ELF::SHF_STRINGS; in getELFSectionFlags()
1164 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1); in getSectionForCommandLines()
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp314 flags |= ELF::SHF_STRINGS; in parseSectionFlags()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp82 NewFlags |= ELF::SHF_STRINGS; in getNewShfFlags()
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-objcopy.rst152 - `strings` = add the `SHF_STRINGS` flag.
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp213 return ShFlags != ELFYAML::ELF_SHF(ELF::SHF_MERGE | ELF::SHF_STRINGS); in shouldPrintSection()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp735 BCase(SHF_STRINGS); in bitset()
H A DELFEmitter.cpp1129 SHeader.sh_flags = ELF::SHF_MERGE | ELF::SHF_STRINGS; in initDWARFSectionHeader()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf.c688 if ((hdr->sh_flags & SHF_STRINGS) != 0) in _bfd_elf_make_section_from_shdr()
2487 this_hdr->sh_flags |= SHF_STRINGS; in elf_fake_sections()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c4130 case SHF_STRINGS: index = 4; break; in get_elf_section_flags()
4176 case SHF_STRINGS: *p = 'S'; break; in get_elf_section_flags()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c799 if ((hdr->sh_flags & SHF_STRINGS) != 0) in _bfd_elf_make_section_from_shdr()
2848 this_hdr->sh_flags |= SHF_STRINGS; in elf_fake_sections()

12