HomeSort by relevance Sort by last modified time
    Searched refs:SHF_STRINGS (Results 1 - 18 of 18) sorted by null

  /external/elfutils/libelf/
elf-knowledge.h 102 | (Flags1 & Flags2 & (SHF_MERGE | SHF_STRINGS | SHF_INFO_LINK)))
elf.h 366 #define SHF_STRINGS (1 << 5) /* Contains nul-terminated strings */
    [all...]
  /external/elfutils/libasm/
asm_newscn.c 81 if (flags & SHF_STRINGS)
174 | SHF_STRINGS | SHF_LINK_ORDER)) != 0)
  /external/llvm/lib/MC/
MCSectionELF.cpp 90 if (Flags & ELF::SHF_STRINGS)
MCObjectFileInfo.cpp 415 ELF::SHF_MERGE | ELF::SHF_STRINGS,
455 ELF::SHF_MERGE | ELF::SHF_STRINGS,
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 197 Flags |= ELF::SHF_STRINGS;
294 ELF::SHF_STRINGS,
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 294 flags |= ELF::SHF_STRINGS;
521 ELF::SHF_STRINGS,
  /bionic/libc/include/sys/
exec_elf.h 441 #define SHF_STRINGS 0x00000020 /* Contains nul terminated strings */
    [all...]
  /external/elfutils/src/
elflint.c     [all...]
ldgeneric.c     [all...]
readelf.c 157 /* True if SHF_STRINGS section content should be printed. */
868 if (shdr->sh_flags & SHF_STRINGS)
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/elfutils/
elfutils.spec 233 or no argument (as before) for all SHF_STRINGS sections;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 356 #define SHF_STRINGS (1 << 5) /* Contains nul-terminated strings */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 356 #define SHF_STRINGS (1 << 5) /* Contains nul-terminated strings */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 356 #define SHF_STRINGS (1 << 5) /* Contains nul-terminated strings */
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h     [all...]

Completed in 288 milliseconds