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

12

/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/swiftshader/third_party/LLVM/lib/CodeGen/
H A DELFWriter.h186 return getSection("", ELF::SHT_NULL, 0);
/external/syslinux/com32/include/sys/
H A Delfcommon.h193 #define SHT_NULL 0 macro
/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/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h702 SHT_NULL = 0, // No associated section (inactive entry). enumerator in enum:llvm::ELF::__anon19692
/external/llvm/include/llvm/Support/
H A DELF.h665 SHT_NULL = 0, // No associated section (inactive entry).
/external/llvm/lib/ObjectYAML/
H A DELFYAML.cpp356 ECase(SHT_NULL)
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp181 case ELF::SHT_NULL:
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h666 SHT_NULL = 0, // No associated section (inactive entry).
/external/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp82 ELFSection(NullSectionName, SHT_NULL, 0, 0, 0);
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1013 LLVM_READOBJ_ENUM_CASE(ELF, SHT_NULL );
2582 case SHT_NULL:
2954 checkPTDynamic(Phdr, Sec) && (Sec.sh_type != ELF::SHT_NULL))
/external/kmod/port-gnu/
H A Delf.h319 #define SHT_NULL 0 /* Section header table entry unused */ macro
/external/swiftshader/third_party/LLVM/lib/MC/
H A DELFObjectWriter.cpp999 case ELF::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/google-breakpad/src/common/dwarf/
H A Ddwarf2reader_cfi_unittest.cc2386 ELFSectionHeader null_header(SHT_NULL);

Completed in 1409 milliseconds

12