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

1 2

  /external/elfutils/libelf/
elf-knowledge.h 79 | (Flags1 & Flags2 & (SHF_MERGE | SHF_STRINGS | SHF_INFO_LINK)))
elf.h 363 #define SHF_STRINGS (1 << 5) /* Contains nul-terminated strings */
    [all...]
  /external/elfutils/libasm/
asm_newscn.c 84 if (flags & SHF_STRINGS)
173 | SHF_STRINGS | SHF_LINK_ORDER)) != 0)
  /external/llvm/lib/MC/
MCSectionELF.cpp 103 if (Flags & ELF::SHF_STRINGS)
MCObjectFileInfo.cpp 502 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, "");
530 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, "");
    [all...]
MCELFStreamer.cpp 369 ".comment", ELF::SHT_PROGBITS, ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, "");
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 59 ELF::SHF_ALLOC | ELF::SHF_MERGE | ELF::SHF_STRINGS |
93 Flags |= ELF::SHF_STRINGS;
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c 645 /* Allow different SHF_MERGE and SHF_STRINGS if we have
652 & ~SHF_STRINGS) == 0)
696 | ((attr & SHF_STRINGS) ? SEC_STRINGS : 0)
784 attr |= SHF_STRINGS;
802 attr |= SHF_STRINGS;
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 499 #define SHF_STRINGS (1 << 5) /* Contains null terminated character strings */
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 282 flags |= ELF::SHF_STRINGS;
  /toolchain/binutils/binutils-2.25/gold/
icf.cc 452 if ((secn_flags & elfcpp::SHF_STRINGS) != 0)
    [all...]
output.cc     [all...]
  /external/elfutils/src/
elflint.c     [all...]
  /external/llvm/include/llvm/Support/
ELF.h 705 SHF_STRINGS = 0x20,
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 187 Flags |= ELF::SHF_STRINGS;
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 412 BCase(SHF_STRINGS)
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 586 if (pSection.flag() & llvm::ELF::SHF_STRINGS)
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 408 SHF_STRINGS SectionFlag = 0x20 /* Section contains strings. */
423 {0x20, "SHF_STRINGS"},
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 408 SHF_STRINGS SectionFlag = 0x20 /* Section contains strings. */
423 {0x20, "SHF_STRINGS"},
    [all...]
  /art/runtime/
elf.h     [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 683 case (ELF::SHF_ALLOC | ELF::SHF_MERGE | ELF::SHF_STRINGS):
    [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 426 SHF_STRINGS = 0x20,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 358 #define SHF_STRINGS (1 << 5) /* Contains nul-terminated strings */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 360 #define SHF_STRINGS (1 << 5) /* Contains nul-terminated strings */
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 1335 milliseconds

1 2