Searched refs:SHT_GNU_verdef (Results 1 – 10 of 10) sorted by relevance
90 [TYPEIDX (SHT_GNU_verdef)] = ELF_T_VDEF,
347 #define SHT_GNU_verdef 0x6ffffffd /* Version definition section. */ macro
1282 SHT_GNU_verdef = 0x6ffffffd, // GNU version definitions. enumerator
323 ECase(SHT_GNU_verdef) in enumeration()
701 case ELF::SHT_GNU_verdef: in ELFFile()
3375 { ".gnu.version_d", 15, SHT_GNU_verdef, exact, SHF_ALLOC, 0 },3614 && shdr->sh_type != SHT_GNU_verdef in check_sections()3847 case SHT_GNU_verdef: in check_sections()
1950 else if (runshdr->sh_type == SHT_GNU_verdef) in handle_symtab()2166 else if (shdr->sh_type == SHT_GNU_verdef) in print_verinfo()2380 if (vershdr->sh_type == SHT_GNU_verdef) in handle_versym()
1212 else if (unlikely (shdr->sh_type == SHT_GNU_verdef)) in add_relocatable_file()7039 || (type >= SHT_GNU_verdef && type <= SHT_GNU_versym)) in ld_generic_section_type_p()
433 LLVM_READOBJ_ENUM_CASE(ELF, SHT_GNU_verdef ); in getElfSectionType()
357 #define SHT_GNU_verdef 0x6ffffffd /* Version definition section. */ macro