Searched refs:SHT_GNU_verdef (Results 1 – 10 of 10) sorted by relevance
69 [TYPEIDX (SHT_GNU_verdef)] = ELF_T_VDEF,
346 #define SHT_GNU_verdef 0x6ffffffd /* Version definition section. */ macro
604 SHT_GNU_verdef = 0x6ffffffd, // GNU version definitions. enumerator
328 ECase(SHT_GNU_verdef) in enumeration()
701 case ELF::SHT_GNU_verdef: in ELFFile()
3431 { ".gnu.version_d", 15, SHT_GNU_verdef, exact, SHF_ALLOC, 0 },3670 && shdr->sh_type != SHT_GNU_verdef in check_sections()3905 case SHT_GNU_verdef: in check_sections()
2185 else if (runshdr->sh_type == SHT_GNU_verdef) in handle_symtab()2405 else if (shdr->sh_type == SHT_GNU_verdef) in print_verinfo()2638 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()
436 LLVM_READOBJ_ENUM_CASE(ELF, SHT_GNU_verdef ); in getElfSectionType()
357 #define SHT_GNU_verdef 0x6ffffffd /* Version definition section. */ macro