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

/external/elfutils/0.153/libelf/
H A Delf-knowledge.h102 | (Flags1 & Flags2 & (SHF_MERGE | SHF_STRINGS | SHF_INFO_LINK)))
H A Delf.h363 #define SHF_STRINGS (1 << 5) /* Contains nul-terminated strings */ macro
/external/elfutils/0.153/libasm/
H A Dasm_newscn.c81 if (flags & SHF_STRINGS)
173 | SHF_STRINGS | SHF_LINK_ORDER)) != 0)
/external/llvm/lib/MC/
H A DMCSectionELF.cpp103 if (Flags & ELF::SHF_STRINGS)
H A DMCObjectFileInfo.cpp531 ELF::SHF_MERGE | ELF::SHF_STRINGS,
571 ELF::SHF_MERGE | ELF::SHF_STRINGS,
H A DMCELFStreamer.cpp301 ".comment", ELF::SHT_PROGBITS, ELF::SHF_MERGE | ELF::SHF_STRINGS,
/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp81 ELF::SHF_ALLOC | ELF::SHF_MERGE | ELF::SHF_STRINGS |
116 Flags |= ELF::SHF_STRINGS;
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp278 if (Flags & ELF::SHF_STRINGS) {
327 flags |= 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:__anon16346
H A Delf-objfmt.c973 data->flags |= SHF_STRINGS;
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp190 Flags |= ELF::SHF_STRINGS;
305 ELF::SHF_STRINGS,
/external/elfutils/0.153/src/
H A Delflint.c1221 if (((*destshdrp)->sh_flags & (SHF_MERGE | SHF_STRINGS)) != 0)
3341 { ".comment", 8, SHT_PROGBITS, atleast, 0, SHF_MERGE | SHF_STRINGS },
3344 { ".debug_str", 11, SHT_PROGBITS, exact_or_gnuld, SHF_MERGE | SHF_STRINGS, 0 },
3362 { ".rodata", 8, SHT_PROGBITS, atleast, SHF_ALLOC, SHF_MERGE | SHF_STRINGS },
3363 { ".rodata1", 9, SHT_PROGBITS, atleast, SHF_ALLOC, SHF_MERGE | SHF_STRINGS },
3623 | SHF_STRINGS | SHF_INFO_LINK | SHF_LINK_ORDER \
3665 && (shdr->sh_flags & SHF_STRINGS) != 0
H A Dldgeneric.c4835 && (head->flags & SHF_STRINGS))
4906 && likely (head->flags & SHF_STRINGS))
4987 unsigned int len = (head->flags & SHF_STRINGS) ? 0 : 1;
H A Dreadelf.c166 /* True if SHF_STRINGS section content should be printed. */
932 if (shdr->sh_flags & SHF_STRINGS)
8439 || !(shdr_mem.sh_flags & SHF_STRINGS))
/external/llvm/lib/Object/
H A DELFYAML.cpp348 BCase(SHF_STRINGS)
/external/llvm/include/llvm/Support/
H A DELF.h1324 SHF_STRINGS = 0x20,
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp529 case (ELF::SHF_ALLOC | ELF::SHF_MERGE | ELF::SHF_STRINGS):
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp446 LLVM_READOBJ_ENUM_ENT(ELF, SHF_STRINGS ),
/external/elfutils/0.153/
H A Delfutils.spec360 or no argument (as before) for all SHF_STRINGS sections;

Completed in 226 milliseconds