/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSectionELF.cpp | 95 if (Flags & ELF::SHF_STRINGS) in printSwitchToSection()
|
H A D | MCObjectFileInfo.cpp | 455 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1); in initELFMCObjectFileInfo() 467 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1); in initELFMCObjectFileInfo() 507 ELF::SHF_MERGE | ELF::SHF_STRINGS | ELF::SHF_EXCLUDE, 1); in initELFMCObjectFileInfo()
|
H A D | MCELFStreamer.cpp | 343 ".comment", ELF::SHT_PROGBITS, ELF::SHF_MERGE | ELF::SHF_STRINGS, 1); in emitIdent()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | OutputSections.cpp | 188 if ((flags & SHF_STRINGS) && config->optimize >= 2) in createMergeSynthetic() 231 (sec->addralign == ms->addralign || !(sec->flags & SHF_STRINGS)); in finalizeInputSections()
|
H A D | InputSection.cpp | 1419 if (flags & SHF_STRINGS) in splitIntoPieces()
|
H A D | ScriptParser.cpp | 1353 .Case(CASE_ENT(SHF_STRINGS)) in parseFlag()
|
H A D | SyntheticSections.cpp | 91 auto *sec = make<MergeInputSection>(SHF_MERGE | SHF_STRINGS, SHT_PROGBITS, 1, in createCommentSection() 3855 assert(addralign == ms->addralign || !(ms->flags & SHF_STRINGS)); in addSection()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 524 #define SHF_STRINGS 0x20 /* Section contains strings. */ macro
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 327 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1); in emitModuleMetadata() 561 Flags |= ELF::SHF_STRINGS; in getELFSectionFlags() 1167 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1); in getSectionForCommandLines()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 315 flags |= ELF::SHF_STRINGS; in parseSectionFlags()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1174 SHF_STRINGS = 0x20, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObjcopy.cpp | 83 NewFlags |= ELF::SHF_STRINGS; in getNewShfFlags()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 1027 _ELF_DEFINE_SHF(SHF_STRINGS, 0x20, \
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 1136 SHeader.sh_flags = ELF::SHF_MERGE | ELF::SHF_STRINGS; in initDWARFSectionHeader()
|
H A D | ELFYAML.cpp | 769 BCase(SHF_STRINGS); in bitset()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1317 ENUM_ENT(SHF_STRINGS, "S"), 4581 {SHF_STRINGS, "STRINGS"}, {SHF_INFO_LINK, "INFO LINK"}, in printSectionDetails()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 1133 {"STRINGS", 'S', SHF_STRINGS},
|