Searched refs:SHT_GNU_verdef (Results 1 – 9 of 9) sorted by relevance
69 [TYPEIDX (SHT_GNU_verdef)] = ELF_T_VDEF,
347 #define SHT_GNU_verdef 0x6ffffffd /* Version definition section. */ macro
663 SHT_GNU_verdef = 0x6ffffffd, // GNU version definitions. enumerator
372 ECase(SHT_GNU_verdef) in enumeration()
781 LLVM_READOBJ_ENUM_CASE(ELF, SHT_GNU_verdef ); in getElfSectionType()982 case ELF::SHT_GNU_verdef: in ELFDumper()
3628 { ".gnu.version_d", 15, SHT_GNU_verdef, exact, SHF_ALLOC, 0 },3871 && shdr->sh_type != SHT_GNU_verdef in check_sections()4165 case SHT_GNU_verdef: in check_sections()
2283 else if (runshdr->sh_type == SHT_GNU_verdef) in handle_symtab()2503 else if (shdr->sh_type == SHT_GNU_verdef) in print_verinfo()2736 if (vershdr->sh_type == SHT_GNU_verdef) in handle_versym()
1204 else if (unlikely (shdr->sh_type == SHT_GNU_verdef)) in add_relocatable_file()7031 || (type >= SHT_GNU_verdef && type <= SHT_GNU_versym)) in ld_generic_section_type_p()
357 #define SHT_GNU_verdef 0x6ffffffd /* Version definition section. */ macro