HomeSort by relevance Sort by last modified time
    Searched refs:ELF_T_VDEF (Results 1 - 10 of 10) sorted by null

  /external/elfutils/libelf/
gelf_getverdaux.c 49 if (unlikely (data->d_type != ELF_T_VDEF))
gelf_getverdef.c 49 if (unlikely (data->d_type != ELF_T_VDEF))
gelf_update_verdaux.c 61 if (unlikely (data_scn->d.d_type != ELF_T_VDEF))
gelf_update_verdef.c 61 if (unlikely (data_scn->d.d_type != ELF_T_VDEF))
gelf_fsize.c 62 [ELF_T_VDEF] = sizeof (ElfW2(LIBELFBITS, Ext_Verdef)), \
elf_getdata.c 69 [TYPEIDX (SHT_GNU_verdef)] = ELF_T_VDEF,
100 [ELF_T_VDEF] = __alignof__ (ElfW2(Bits,Verdef)), \
278 if (t == ELF_T_VDEF || t == ELF_T_NHDR
gelf_xlate.c 194 [ELF_T_VDEF] = elf_cvt_Verdef, \
libelf.h 85 ELF_T_VDEF, /* Elf32_Verdef, Elf64_Verdef, ... */
  /external/elfutils/src/
xelf.h 149 case ELF_T_VDEF: fsize = sizeof (Elf32_Verdef); break; \
281 case ELF_T_VDEF: fsize = sizeof (Elf64_Verdef); break; \
elflint.c     [all...]

Completed in 216 milliseconds