Searched refs:SHT_NULL (Results 1 - 18 of 18) sorted by relevance

/external/elfutils/libdwelf/
H A Ddwelf_scn_gnu_compressed_size.c48 || shdr.sh_type == SHT_NULL
/external/elfutils/libelf/
H A Delf32_getchdr.c57 if (shdr->sh_type == SHT_NULL
H A Delf_compress_gnu.c89 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS)
H A Delf_compress.c374 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS)
H A Delf_getdata.c46 (Sh_Type >= SHT_NULL && Sh_Type < SHT_NUM \
H A Delf.h320 #define SHT_NULL 0 /* Section header table entry unused */ macro
/external/google-breakpad/src/common/linux/
H A Dsynth_elf.cc81 AddSection("", shn_undef, SHT_NULL);
124 if (section.type_ == SHT_NULL) {
H A Dsynth_elf_unittest.cc205 // 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/elfutils/tests/
H A Dasm-tst3.c45 [0] = SHT_NULL,
/external/kernel-headers/original/uapi/linux/
H A Delf.h266 #define SHT_NULL 0 macro
/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp77 case ELF::SHT_NULL:
/external/llvm/include/llvm/Support/
H A DELF.h643 SHT_NULL = 0, // No associated section (inactive entry).
/external/llvm/lib/Object/
H A DELFYAML.cpp351 ECase(SHT_NULL)
/external/elfutils/src/
H A Dldgeneric.c916 if (unlikely (scninfo->shdr.sh_type == SHT_NULL))
1133 if (fileinfo->scninfo[cnt].shdr.sh_type == SHT_NULL)
3287 assert (head->type != SHT_NULL);
H A Delflint.c4140 case SHT_NULL:
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp762 LLVM_READOBJ_ENUM_CASE(ELF, SHT_NULL );
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader_cfi_unittest.cc2386 ELFSectionHeader null_header(SHT_NULL);
/external/valgrind/perf/
H A Dtinycc.c340 #define SHT_NULL 0 /* Section header table entry unused */ macro

Completed in 934 milliseconds