Searched refs:SHT_NULL (Results 1 – 21 of 21) sorted by relevance
48 || shdr.sh_type == SHT_NULL in dwelf_scn_gnu_compressed_size()
57 if (shdr->sh_type == SHT_NULL in ElfW2()
89 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress_gnu()
374 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress()
46 (Sh_Type >= SHT_NULL && Sh_Type < SHT_NUM \
320 #define SHT_NULL 0 /* Section header table entry unused */ macro
81 AddSection("", shn_undef, SHT_NULL); in ELF()124 if (section.type_ == SHT_NULL) { in AppendSection()
243 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()
45 [0] = SHT_NULL,
266 #define SHT_NULL 0 macro
28 ELF: Type: SHT_NULL
643 SHT_NULL = 0, // No associated section (inactive entry). enumerator
77 case ELF::SHT_NULL: in dump()
351 ECase(SHT_NULL) in enumeration()
61 ELF-NEXT: Type: SHT_NULL (0x0)
77 ELF-NEXT: Type: SHT_NULL (0x0)
916 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()
4140 case SHT_NULL: in check_sections()
762 LLVM_READOBJ_ENUM_CASE(ELF, SHT_NULL ); in getElfSectionType()
2386 ELFSectionHeader null_header(SHT_NULL); in WriteELFFrameSection()
340 #define SHT_NULL 0 /* Section header table entry unused */ macro