Searched refs:SHT_GNU_verdef (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/libelf/
H A Delf_getdata.c62 alignment. SHT_GNU_verdef is special since the section does
87 [TYPEIDX (SHT_GNU_verdef)] = { ELF_T_VDEF, 1 AL (1) }, \
H A Delf.h337 #define SHT_GNU_verdef 0x6ffffffd /* Version definition section. */ macro
/external/elfutils/src/
H A Dreadelf.c1666 else if (runshdr->sh_type == SHT_GNU_verdef)
1882 else if (shdr->sh_type == SHT_GNU_verdef)
2121 if (vershdr->sh_type == SHT_GNU_verdef)
H A Delflint.c2126 && shdr->sh_type != SHT_GNU_verdef
H A Dldgeneric.c1117 else if (unlikely (shdr->sh_type == SHT_GNU_verdef))
6287 || (type >= SHT_GNU_verdef && type <= SHT_GNU_versym))

Completed in 76 milliseconds