Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.h186 return getSection("", ELF::SHT_NULL, 0); in getNullSection()
/external/elfutils/tests/
Dasm-tst3.c45 [0] = SHT_NULL,
/external/syslinux/com32/include/sys/
Delfcommon.h193 #define SHT_NULL 0 macro
/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/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h702 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
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h666 SHT_NULL = 0, // No associated section (inactive entry). enumerator
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp77 case ELF::SHT_NULL: in dump()
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp82 ELFSection(NullSectionName, SHT_NULL, 0, 0, 0); in ELFObjectWriter()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp181 case ELF::SHT_NULL: in considerForSize()
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp356 ECase(SHT_NULL) in enumeration()
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Delf_container.ll166 ; CHECK: Type: SHT_NULL
/external/llvm/test/tools/llvm-readobj/
Dsections.test61 ELF-NEXT: Type: SHT_NULL (0x0)
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1013 LLVM_READOBJ_ENUM_CASE(ELF, SHT_NULL ); in getElfSectionType()
2582 case SHT_NULL: in getSectionTypeString()
2954 checkPTDynamic(Phdr, Sec) && (Sec.sh_type != ELF::SHT_NULL)) in printProgramHeaders()
/external/kmod/port-gnu/
Delf.h319 #define SHT_NULL 0 /* Section header table entry unused */ macro
/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()

12