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

1 2

  /external/elfutils/libdwelf/
dwelf_scn_gnu_compressed_size.c 48 || shdr.sh_type == SHT_NULL
  /external/elfutils/libelf/
elf32_getchdr.c 57 if (shdr->sh_type == SHT_NULL
elf_compress_gnu.c 91 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS)
elf_compress.c 394 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS)
elf_getdata.c 46 (Sh_Type >= SHT_NULL && Sh_Type < SHT_NUM \
  /external/google-breakpad/src/common/linux/
synth_elf.cc 81 AddSection("", shn_undef, SHT_NULL);
124 if (section.type_ == SHT_NULL) {
synth_elf_unittest.cc 205 // Two sections, SHT_NULL + the section header string table.
243 EXPECT_EQ(static_cast<unsigned int>(SHT_NULL), shdr[0].sh_type);
272 // Four sections, SHT_NULL + the section header string table +
318 EXPECT_EQ(static_cast<unsigned int>(SHT_NULL), shdr[0].sh_type);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.h 186 return getSection("", ELF::SHT_NULL, 0);
  /external/elfutils/tests/
asm-tst3.c 45 [0] = SHT_NULL,
  /bionic/libc/kernel/uapi/linux/
elf.h 225 #define SHT_NULL 0
  /external/kernel-headers/original/uapi/linux/
elf.h 267 #define SHT_NULL 0
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
ELF.cpp 225 STRINGIFY_ENUM_CASE(ELF, SHT_NULL);
  /external/u-boot/include/
elf.h 271 #define SHT_NULL 0 /* inactive */
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 208 #define SHT_NULL 0 /* inactive */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 208 #define SHT_NULL 0 /* inactive */
    [all...]
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 77 case ELF::SHT_NULL:
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 702 SHT_NULL = 0, // No associated section (inactive entry).
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.h 252 uint64_t Type = ELF::SHT_NULL;
  /build/soong/symbol_inject/
elf_symboldata_test.go 33 elf.SectionHeader{Name: "", Type: elf.SHT_NULL, Flags: 0x0, Addr: 0x0, Offset: 0x0, Size: 0x0, Link: 0x0, Info: 0x0, Addralign: 0x0, Entsize: 0x0, FileSize: 0x0},
146 elf.SectionHeader{Name: "", Type: elf.SHT_NULL, Flags: 0x0, Addr: 0x0, Offset: 0x0, Size: 0x0, Link: 0x0, Info: 0x0, Addralign: 0x0, Entsize: 0x0, FileSize: 0x0},
  /external/llvm/include/llvm/Support/
ELF.h 665 SHT_NULL = 0, // No associated section (inactive entry).
    [all...]
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 356 ECase(SHT_NULL)
  /external/llvm/tools/llvm-size/
llvm-size.cpp 181 case ELF::SHT_NULL:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 774 SHT_NULL = 0, // No associated section (inactive entry).
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/
llvm-size.cpp 191 case ELF::SHT_NULL:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
elf2yaml.cpp 133 case ELF::SHT_NULL:

Completed in 1007 milliseconds

1 2