/openbsd/gnu/llvm/llvm/lib/Target/XCore/ |
H A D | XCoreTargetObjectFile.cpp | 58 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 D | MCSectionELF.cpp | 99 if (Flags & ELF::SHF_STRINGS) in printSwitchToSection()
|
H A D | MCObjectFileInfo.cpp | 444 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 D | MCELFStreamer.cpp | 391 ".comment", ELF::SHT_PROGBITS, ELF::SHF_MERGE | ELF::SHF_STRINGS, 1); in emitIdent()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-elf.c | 575 & ~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 D | obj-elf.c | 623 & ~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 D | common.h | 358 #define SHF_STRINGS (1 << 5) /* Contains null terminated character strings */ macro
|
H A D | ChangeLog-9103 | 1050 (SHF_STRINGS): New valye for sh_flags field.
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | common.h | 384 #define SHF_STRINGS (1 << 5) /* Contains null terminated character strings */ macro
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | OutputSections.cpp | 173 if ((flags & SHF_STRINGS) && config->optimize >= 2) in createMergeSynthetic() 216 (sec->addralign == ms->addralign || !(sec->flags & SHF_STRINGS)); in finalizeInputSections()
|
H A D | InputSection.cpp | 1289 if (flags & SHF_STRINGS) in splitIntoPieces()
|
H A D | ScriptParser.cpp | 1281 .Case(CASE_ENT(SHF_STRINGS)) in parseFlag()
|
H A D | SyntheticSections.cpp | 87 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 D | exec_elf.h | 316 #define SHF_STRINGS 0x20 /* contains strings */ macro
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1092 SHF_STRINGS = 0x20, enumerator
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 336 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 D | ELFAsmParser.cpp | 314 flags |= ELF::SHF_STRINGS; in parseSectionFlags()
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObjcopy.cpp | 82 NewFlags |= ELF::SHF_STRINGS; in getNewShfFlags()
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-objcopy.rst | 152 - `strings` = add the `SHF_STRINGS` flag.
|
/openbsd/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 213 return ShFlags != ELFYAML::ELF_SHF(ELF::SHF_MERGE | ELF::SHF_STRINGS); in shouldPrintSection()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 735 BCase(SHF_STRINGS); in bitset()
|
H A D | ELFEmitter.cpp | 1129 SHeader.sh_flags = ELF::SHF_MERGE | ELF::SHF_STRINGS; in initDWARFSectionHeader()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf.c | 688 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 D | readelf.c | 4130 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 D | elf.c | 799 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()
|