Home
last modified time | relevance | path

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

12

/external/elfutils/libasm/
Dasm_newscn.c83 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/
DXCoreTargetObjectFile.cpp59 ELF::SHF_ALLOC | ELF::SHF_MERGE | ELF::SHF_STRINGS | in Initialize()
93 Flags |= ELF::SHF_STRINGS; in getXCoreSectionFlags()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp59 ELF::SHF_ALLOC | ELF::SHF_MERGE | ELF::SHF_STRINGS | in Initialize()
93 Flags |= ELF::SHF_STRINGS; in getXCoreSectionFlags()
/external/llvm/test/tools/sanstats/
Delf.test56 Flags: [ SHF_MERGE, SHF_STRINGS ]
139 Flags: [ SHF_MERGE, SHF_STRINGS ]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/sanstats/
Delf.test56 Flags: [ SHF_MERGE, SHF_STRINGS ]
139 Flags: [ SHF_MERGE, SHF_STRINGS ]
/external/llvm/test/MC/ELF/
Dentsize.ll29 ; 64-NEXT: SHF_STRINGS
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
Dentsize.ll29 ; 64-NEXT: SHF_STRINGS
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSectionELF.cpp90 if (Flags & ELF::SHF_STRINGS) in PrintSwitchToSection()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dgnu-notes.test52 Flags: [ SHF_MERGE, SHF_STRINGS ]
/external/llvm/lib/MC/
DMCSectionELF.cpp103 if (Flags & ELF::SHF_STRINGS) in PrintSwitchToSection()
DMCObjectFileInfo.cpp536 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, ""); in initELFMCObjectFileInfo()
566 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, ""); in initELFMCObjectFileInfo()
DMCELFStreamer.cpp373 ".comment", ELF::SHT_PROGBITS, ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, ""); in EmitIdent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSectionELF.cpp102 if (Flags & ELF::SHF_STRINGS) in PrintSwitchToSection()
DMCObjectFileInfo.cpp545 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()
DMCELFStreamer.cpp367 ".comment", ELF::SHT_PROGBITS, ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, ""); in EmitIdent()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DELFAsmParser.cpp290 flags |= ELF::SHF_STRINGS; in parseSectionFlags()
507 ELF::SHF_STRINGS, in ParseDirectiveIdent()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp168 Flags |= ELF::SHF_STRINGS; in getELFSectionFlags()
264 ELF::SHF_STRINGS, in SelectSectionForGlobal()
/external/u-boot/include/
Delf.h338 #define SHF_STRINGS 0x20 /* Contains NULL terminated strings */ macro
/external/llvm/test/Object/
Dobj2yaml.test245 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/
Delflint.c1281 && ((*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/
DELF.h754 SHF_STRINGS = 0x20, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h728 SHF_STRINGS = 0x20, enumerator
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp284 flags |= ELF::SHF_STRINGS; in parseSectionFlags()
/external/llvm/include/llvm/Support/
DELF.h727 SHF_STRINGS = 0x20, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h852 SHF_STRINGS = 0x20, enumerator

12