Searched refs:SHT_NULL (Results 1 – 18 of 18) sorted by relevance
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
46 (Sh_Type >= SHT_NULL && Sh_Type < SHT_NUM \
319 #define SHT_NULL 0 /* Section header table entry unused */ macro
28 ELF: Type: SHT_NULL
72 case ELF::SHT_NULL: in dump()
584 SHT_NULL = 0, // No associated section (inactive entry). enumerator
307 ECase(SHT_NULL) in enumeration()
61 ELF-NEXT: Type: SHT_NULL (0x0)
77 ELF-NEXT: Type: SHT_NULL (0x0)
1727 CASE_AND_STREAM(s, SHT_NULL , kStrWidth); in DumpELFSectionHeader_sh_type()
417 LLVM_READOBJ_ENUM_CASE(ELF, SHT_NULL ); in getElfSectionType()
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()
3880 case SHT_NULL: in check_sections()
2386 ELFSectionHeader null_header(SHT_NULL); in WriteELFFrameSection()
340 #define SHT_NULL 0 /* Section header table entry unused */ macro