/external/elfutils/libasm/ |
D | asm_newscn.c | 83 if (flags & SHF_STRINGS) in text_newscn() 172 | SHF_STRINGS | SHF_LINK_ORDER)) != 0) in asm_newscn()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 59 ELF::SHF_ALLOC | ELF::SHF_MERGE | ELF::SHF_STRINGS | in Initialize() 93 Flags |= ELF::SHF_STRINGS; in getXCoreSectionFlags()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 59 ELF::SHF_ALLOC | ELF::SHF_MERGE | ELF::SHF_STRINGS | in Initialize() 93 Flags |= ELF::SHF_STRINGS; in getXCoreSectionFlags()
|
/external/llvm/test/tools/sanstats/ |
D | elf.test | 56 Flags: [ SHF_MERGE, SHF_STRINGS ] 139 Flags: [ SHF_MERGE, SHF_STRINGS ]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/sanstats/ |
D | elf.test | 56 Flags: [ SHF_MERGE, SHF_STRINGS ] 139 Flags: [ SHF_MERGE, SHF_STRINGS ]
|
/external/llvm/test/MC/ELF/ |
D | entsize.ll | 29 ; 64-NEXT: SHF_STRINGS
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/ |
D | entsize.ll | 29 ; 64-NEXT: SHF_STRINGS
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCSectionELF.cpp | 90 if (Flags & ELF::SHF_STRINGS) in PrintSwitchToSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | gnu-notes.test | 52 Flags: [ SHF_MERGE, SHF_STRINGS ]
|
/external/llvm/lib/MC/ |
D | MCSectionELF.cpp | 103 if (Flags & ELF::SHF_STRINGS) in PrintSwitchToSection()
|
D | MCObjectFileInfo.cpp | 536 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, ""); in initELFMCObjectFileInfo() 566 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, ""); in initELFMCObjectFileInfo()
|
D | MCELFStreamer.cpp | 373 ".comment", ELF::SHT_PROGBITS, ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, ""); in EmitIdent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCSectionELF.cpp | 102 if (Flags & ELF::SHF_STRINGS) in PrintSwitchToSection()
|
D | MCObjectFileInfo.cpp | 545 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, ""); in initELFMCObjectFileInfo() 557 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, ""); in initELFMCObjectFileInfo() 595 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, ""); in initELFMCObjectFileInfo()
|
D | MCELFStreamer.cpp | 367 ".comment", ELF::SHT_PROGBITS, ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, ""); in EmitIdent()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 290 flags |= ELF::SHF_STRINGS; in parseSectionFlags() 507 ELF::SHF_STRINGS, in ParseDirectiveIdent()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 168 Flags |= ELF::SHF_STRINGS; in getELFSectionFlags() 264 ELF::SHF_STRINGS, in SelectSectionForGlobal()
|
/external/u-boot/include/ |
D | elf.h | 338 #define SHF_STRINGS 0x20 /* Contains NULL terminated strings */ macro
|
/external/llvm/test/Object/ |
D | obj2yaml.test | 245 ELF-MIPSEL-NEXT: Flags: [ SHF_ALLOC, SHF_MERGE, SHF_STRINGS ] 368 ELF-X86-64-NEXT: Flags: [ SHF_ALLOC, SHF_MERGE, SHF_STRINGS ]
|
/external/elfutils/src/ |
D | elflint.c | 1281 && ((*destshdrp)->sh_flags & SHF_STRINGS) != 0) in check_reloc_shdr() 3626 { ".comment", 8, SHT_PROGBITS, atleast, 0, SHF_MERGE | SHF_STRINGS }, 3629 { ".debug_str", 11, SHT_PROGBITS, exact_or_gnuld, SHF_MERGE | SHF_STRINGS, 0 }, 3647 { ".rodata", 8, SHT_PROGBITS, atleast, SHF_ALLOC, SHF_MERGE | SHF_STRINGS }, 3648 { ".rodata1", 9, SHT_PROGBITS, atleast, SHF_ALLOC, SHF_MERGE | SHF_STRINGS }, 3912 | SHF_STRINGS | SHF_INFO_LINK | SHF_LINK_ORDER \ in check_sections() 3974 && (shdr->sh_flags & SHF_STRINGS) != 0 in check_sections()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 754 SHF_STRINGS = 0x20, enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 728 SHF_STRINGS = 0x20, enumerator
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 284 flags |= ELF::SHF_STRINGS; in parseSectionFlags()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 727 SHF_STRINGS = 0x20, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 852 SHF_STRINGS = 0x20, enumerator
|