Home
last modified time | relevance | path

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

/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.c89 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress_gnu()
Delf_compress.c374 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress()
Delf_getdata.c46 (Sh_Type >= SHT_NULL && Sh_Type < SHT_NUM \
Delf.h320 #define SHT_NULL 0 /* Section header table entry unused */ macro
/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/elfutils/tests/
Dasm-tst3.c45 [0] = SHT_NULL,
/external/kernel-headers/original/uapi/linux/
Delf.h266 #define SHT_NULL 0 macro
/external/llvm/test/Object/
Dreadobj-shared-object.test28 ELF: Type: SHT_NULL
/external/llvm/include/llvm/Support/
DELF.h643 SHT_NULL = 0, // No associated section (inactive entry). enumerator
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp77 case ELF::SHT_NULL: in dump()
/external/llvm/lib/Object/
DELFYAML.cpp351 ECase(SHT_NULL) in enumeration()
/external/llvm/test/tools/llvm-readobj/
Dsections.test61 ELF-NEXT: Type: SHT_NULL (0x0)
Dsections-ext.test77 ELF-NEXT: Type: SHT_NULL (0x0)
/external/elfutils/src/
Dldgeneric.c916 if (unlikely (scninfo->shdr.sh_type == SHT_NULL)) in mark_section_used()
1133 if (fileinfo->scninfo[cnt].shdr.sh_type == SHT_NULL) in add_relocatable_file()
3287 assert (head->type != SHT_NULL); in ld_generic_create_sections()
Delflint.c4140 case SHT_NULL: in check_sections()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp762 LLVM_READOBJ_ENUM_CASE(ELF, SHT_NULL ); in getElfSectionType()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_cfi_unittest.cc2386 ELFSectionHeader null_header(SHT_NULL); in WriteELFFrameSection()
/external/valgrind/perf/
Dtinycc.c340 #define SHT_NULL 0 /* Section header table entry unused */ macro