Home
last modified time | relevance | path

Searched refs:SHT_NULL (Results 1 – 25 of 45) sorted by relevance

12

/external/elfutils/tests/
Delfcopy.c208 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()
Dasm-tst3.c45 [0] = SHT_NULL,
/external/elfutils/libdwelf/
Ddwelf_scn_gnu_compressed_size.c48 || shdr.sh_type == SHT_NULL in dwelf_scn_gnu_compressed_size()
/external/elfutils/libelf/
Delf32_getchdr.c57 if (shdr->sh_type == SHT_NULL in ElfW2()
Delf_compress_gnu.c91 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress_gnu()
Delf_compress.c394 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress()
Delf_getdata.c46 (Sh_Type >= SHT_NULL && Sh_Type < SHT_NUM \
/external/google-breakpad/src/common/linux/
Dsynth_elf.cc81 AddSection("", shn_undef, SHT_NULL); in ELF()
124 if (section.type_ == SHT_NULL) { in AppendSection()
Dsynth_elf_unittest.cc243 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/
Dbasic-copy.test23 # CHECK: Type: SHT_NULL
Dremove-symtab.test18 #CHECK-NEXT: Type: SHT_NULL (0x0)
Dremove-section.test37 # CHECK: Type: SHT_NULL (0x0)
Dremove-multiple-sections.test35 # CHECK: Type: SHT_NULL (0x0)
Dbasic-archive-copy.test56 # CHECK: Type: SHT_NULL
Dsegment-shift-section-remove.test50 # CHECK-NEXT: Type: SHT_NULL (0x0)
Dsegment-test-remove-section.test55 # CHECK-NEXT: Type: SHT_NULL (0x0)
/external/kernel-headers/original/uapi/linux/
Delf.h267 #define SHT_NULL 0 macro
/external/crosvm/kernel_loader/src/
Delf.rs135 pub const SHT_NULL: u32 = 0; constant
/external/u-boot/include/
Delf.h271 #define SHT_NULL 0 /* inactive */ macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELF.cpp225 STRINGIFY_ENUM_CASE(ELF, SHT_NULL); in getELFSectionTypeName()
/external/llvm/test/Object/
Dreadobj-shared-object.test28 ELF: Type: SHT_NULL
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dreadobj-shared-object.test28 ELF: Type: SHT_NULL
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h774 SHT_NULL = 0, // No associated section (inactive entry). enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h666 SHT_NULL = 0, // No associated section (inactive entry). enumerator
/external/llvm/include/llvm/Support/
DELF.h665 SHT_NULL = 0, // No associated section (inactive entry). enumerator

12