Searched refs:SHF_STRINGS (Results 1 - 17 of 17) sorted by relevance

/external/elfutils/libelf/
H A Delf-knowledge.h102 | (Flags1 & Flags2 & (SHF_MERGE | SHF_STRINGS | SHF_INFO_LINK)))
H A Delf.h366 #define SHF_STRINGS (1 << 5) /* Contains nul-terminated strings */ macro
/external/elfutils/libasm/
H A Dasm_newscn.c81 if (flags & SHF_STRINGS)
174 | SHF_STRINGS | SHF_LINK_ORDER)) != 0)
/external/llvm/lib/MC/
H A DMCSectionELF.cpp95 if (Flags & ELF::SHF_STRINGS)
H A DMCObjectFileInfo.cpp440 ELF::SHF_MERGE | ELF::SHF_STRINGS,
480 ELF::SHF_MERGE | ELF::SHF_STRINGS,
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp300 flags |= ELF::SHF_STRINGS;
542 ELF::SHF_STRINGS,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h155 SHF_STRINGS = 0x20, /* contains 0-terminated strings */ enumerator in enum:__anon13989
H A Delf-objfmt.c973 data->flags |= SHF_STRINGS;
/external/llvm/lib/Object/
H A DELFYAML.cpp271 BCase(SHF_STRINGS)
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp197 Flags |= ELF::SHF_STRINGS;
294 ELF::SHF_STRINGS,
/external/elfutils/src/
H A Delflint.c1183 if (((*destshdrp)->sh_flags & (SHF_MERGE | SHF_STRINGS)) != 0)
3319 { ".debug_str", 11, SHT_PROGBITS, exact_or_gnuld, SHF_MERGE | SHF_STRINGS, 0 },
3337 { ".rodata", 8, SHT_PROGBITS, atleast, SHF_ALLOC, SHF_MERGE | SHF_STRINGS },
3338 { ".rodata1", 9, SHT_PROGBITS, atleast, SHF_ALLOC, SHF_MERGE | SHF_STRINGS },
3581 | SHF_STRINGS | SHF_INFO_LINK | SHF_LINK_ORDER \
3623 && (shdr->sh_flags & SHF_STRINGS) != 0
H A Dldgeneric.c4837 && (head->flags & SHF_STRINGS))
4908 && likely (head->flags & SHF_STRINGS))
4989 unsigned int len = (head->flags & SHF_STRINGS) ? 0 : 1;
H A Dreadelf.c157 /* True if SHF_STRINGS section content should be printed. */
868 if (shdr->sh_flags & SHF_STRINGS)
6385 || !(shdr_mem.sh_flags & SHF_STRINGS))
/external/llvm/include/llvm/Support/
H A DELF.h1181 SHF_STRINGS = 0x20, enumerator in enum:llvm::ELF::__anon21002
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp381 LLVM_READOBJ_ENUM_ENT(ELF, SHF_STRINGS ),
/external/elfutils/
H A Delfutils.spec233 or no argument (as before) for all SHF_STRINGS sections;
/external/llvm/include/llvm/Object/
H A DELF.h1144 case (ELF::SHF_ALLOC | ELF::SHF_MERGE | ELF::SHF_STRINGS):

Completed in 190 milliseconds