/external/elfutils/tests/ |
D | elfcopy.c | 208 GElf_Shdr last_shdr = { .sh_type = SHT_NULL }; in copy_elf() 223 if (last_shdr.sh_type != SHT_NULL in copy_elf() 238 last_shdr.sh_type = SHT_NULL; in copy_elf()
|
D | asm-tst3.c | 45 [0] = SHT_NULL,
|
/external/elfutils/libdwelf/ |
D | dwelf_scn_gnu_compressed_size.c | 48 || shdr.sh_type == SHT_NULL in dwelf_scn_gnu_compressed_size()
|
/external/elfutils/libelf/ |
D | elf32_getchdr.c | 57 if (shdr->sh_type == SHT_NULL in ElfW2()
|
D | elf_compress_gnu.c | 91 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress_gnu()
|
D | elf_compress.c | 394 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress()
|
D | elf_getdata.c | 46 (Sh_Type >= SHT_NULL && Sh_Type < SHT_NUM \
|
/external/google-breakpad/src/common/linux/ |
D | synth_elf.cc | 81 AddSection("", shn_undef, SHT_NULL); in ELF() 124 if (section.type_ == SHT_NULL) { in AppendSection()
|
D | synth_elf_unittest.cc | 243 EXPECT_EQ(static_cast<unsigned int>(SHT_NULL), shdr[0].sh_type); in TYPED_TEST() 318 EXPECT_EQ(static_cast<unsigned int>(SHT_NULL), shdr[0].sh_type); in TYPED_TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/ |
D | basic-copy.test | 23 # CHECK: Type: SHT_NULL
|
D | remove-symtab.test | 18 #CHECK-NEXT: Type: SHT_NULL (0x0)
|
D | remove-section.test | 37 # CHECK: Type: SHT_NULL (0x0)
|
D | remove-multiple-sections.test | 35 # CHECK: Type: SHT_NULL (0x0)
|
D | basic-archive-copy.test | 56 # CHECK: Type: SHT_NULL
|
D | segment-shift-section-remove.test | 50 # CHECK-NEXT: Type: SHT_NULL (0x0)
|
D | segment-test-remove-section.test | 55 # CHECK-NEXT: Type: SHT_NULL (0x0)
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 267 #define SHT_NULL 0 macro
|
/external/crosvm/kernel_loader/src/ |
D | elf.rs | 135 pub const SHT_NULL: u32 = 0; constant
|
/external/u-boot/include/ |
D | elf.h | 271 #define SHT_NULL 0 /* inactive */ macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | ELF.cpp | 225 STRINGIFY_ENUM_CASE(ELF, SHT_NULL); in getELFSectionTypeName()
|
/external/llvm/test/Object/ |
D | readobj-shared-object.test | 28 ELF: Type: SHT_NULL
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | readobj-shared-object.test | 28 ELF: Type: SHT_NULL
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 774 SHT_NULL = 0, // No associated section (inactive entry). enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 666 SHT_NULL = 0, // No associated section (inactive entry). enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 665 SHT_NULL = 0, // No associated section (inactive entry). enumerator
|