Home
last modified time | relevance | path

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

12

/external/elfutils/libasm/
Dasm_newscn.c84 if (flags & SHF_STRINGS) in text_newscn()
173 | SHF_STRINGS | SHF_LINK_ORDER)) != 0) in asm_newscn()
/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/elfutils/libelf/
Delf-knowledge.h79 | (Flags1 & Flags2 & (SHF_MERGE | SHF_STRINGS | SHF_INFO_LINK)))
Delf.h363 #define SHF_STRINGS (1 << 5) /* Contains nul-terminated strings */ macro
/external/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/lib/MC/
DMCSectionELF.cpp90 if (Flags & ELF::SHF_STRINGS) in PrintSwitchToSection()
/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/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/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.c1264 && ((*destshdrp)->sh_flags & SHF_STRINGS) != 0) in check_reloc_shdr()
3594 { ".comment", 8, SHT_PROGBITS, atleast, 0, SHF_MERGE | SHF_STRINGS },
3597 { ".debug_str", 11, SHT_PROGBITS, exact_or_gnuld, SHF_MERGE | SHF_STRINGS, 0 },
3615 { ".rodata", 8, SHT_PROGBITS, atleast, SHF_ALLOC, SHF_MERGE | SHF_STRINGS },
3616 { ".rodata1", 9, SHT_PROGBITS, atleast, SHF_ALLOC, SHF_MERGE | SHF_STRINGS },
3880 | SHF_STRINGS | SHF_INFO_LINK | SHF_LINK_ORDER \ in check_sections()
3942 && (shdr->sh_flags & SHF_STRINGS) != 0 in check_sections()
Dldgeneric.c4827 && (head->flags & SHF_STRINGS)) in ld_generic_create_outfile()
4898 && likely (head->flags & SHF_STRINGS)) in ld_generic_create_outfile()
4979 unsigned int len = (head->flags & SHF_STRINGS) ? 0 : 1; in ld_generic_create_outfile()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h754 SHF_STRINGS = 0x20, enumerator
/external/llvm/include/llvm/Support/
DELF.h727 SHF_STRINGS = 0x20, enumerator
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp284 flags |= ELF::SHF_STRINGS; in parseSectionFlags()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp190 Flags |= ELF::SHF_STRINGS; in getELFSectionFlags()
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp417 BCase(SHF_STRINGS) in bitset()
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp558 case (ELF::SHF_ALLOC | ELF::SHF_MERGE | ELF::SHF_STRINGS): in getSymbolNMTypeChar()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp766 case (ELF::SHF_ALLOC | ELF::SHF_MERGE | ELF::SHF_STRINGS): in getSymbolNMTypeChar()
/external/kmod/port-gnu/
Delf.h362 #define SHF_STRINGS (1 << 5) /* Contains nul-terminated strings */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1052 ENUM_ENT(SHF_STRINGS, "S"),
1104 case ELF::SHF_STRINGS: in getGNUFlags()
/external/elfutils/config/
Delfutils.spec.in554 or no argument (as before) for all SHF_STRINGS sections;

12