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

1 2

  /external/elfutils/libasm/
asm_newscn.c 83 if (flags & SHF_STRINGS)
172 | SHF_STRINGS | SHF_LINK_ORDER)) != 0)
  /external/llvm/lib/MC/
MCSectionELF.cpp 103 if (Flags & ELF::SHF_STRINGS)
MCObjectFileInfo.cpp 536 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, "");
566 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, "");
    [all...]
MCELFStreamer.cpp 373 ".comment", ELF::SHT_PROGBITS, ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, "");
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSectionELF.cpp 90 if (Flags & ELF::SHF_STRINGS)
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 59 ELF::SHF_ALLOC | ELF::SHF_MERGE | ELF::SHF_STRINGS |
93 Flags |= ELF::SHF_STRINGS;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 59 ELF::SHF_ALLOC | ELF::SHF_MERGE | ELF::SHF_STRINGS |
93 Flags |= ELF::SHF_STRINGS;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCSectionELF.cpp 102 if (Flags & ELF::SHF_STRINGS)
MCObjectFileInfo.cpp 545 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, "");
557 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, "");
595 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, "");
    [all...]
MCELFStreamer.cpp 367 ".comment", ELF::SHT_PROGBITS, ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, "");
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
ELFAsmParser.cpp 290 flags |= ELF::SHF_STRINGS;
507 ELF::SHF_STRINGS,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 168 Flags |= ELF::SHF_STRINGS;
264 ELF::SHF_STRINGS,
  /bionic/libc/include/
elf.h 484 #define SHF_STRINGS 0x20
  /external/u-boot/include/
elf.h 338 #define SHF_STRINGS 0x20 /* Contains NULL terminated strings */
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 255 #define SHF_STRINGS 0x20 /* Section contains strings. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 255 #define SHF_STRINGS 0x20 /* Section contains strings. */
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 284 flags |= ELF::SHF_STRINGS;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 754 SHF_STRINGS = 0x20,
    [all...]
  /external/elfutils/src/
elflint.c     [all...]
  /build/soong/symbol_inject/
elf_symboldata_test.go 58 elf.SectionHeader{Name: ".comment", Type: elf.SHT_PROGBITS, Flags: elf.SHF_MERGE + elf.SHF_STRINGS, Addr: 0x0, Offset: 0x10b0, Size: 0x56, Link: 0x0, Info: 0x0, Addralign: 0x1, Entsize: 0x1, FileSize: 0x56},
171 elf.SectionHeader{Name: ".comment", Type: elf.SHT_PROGBITS, Flags: elf.SHF_MERGE + elf.SHF_STRINGS, Addr: 0x0, Offset: 0x1130, Size: 0x56, Link: 0x0, Info: 0x0, Addralign: 0x1, Entsize: 0x1, FileSize: 0x56},
  /external/llvm/include/llvm/Support/
ELF.h 727 SHF_STRINGS = 0x20,
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 190 Flags |= ELF::SHF_STRINGS;
    [all...]
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 417 BCase(SHF_STRINGS)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 310 flags |= ELF::SHF_STRINGS;

Completed in 376 milliseconds

1 2