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 73 if (unlikely (data->d_type != ELF_T_VDEF))
gelf_getverdef.c 73 if (unlikely (data->d_type != ELF_T_VDEF))
gelf_update_verdaux.c 85 if (unlikely (data_scn->d.d_type != ELF_T_VDEF))
gelf_update_verdef.c 85 if (unlikely (data_scn->d.d_type != ELF_T_VDEF))
gelf_fsize.c 83 [ELF_T_VDEF] = sizeof (ElfW2(LIBELFBITS, Ext_Verdef)), \
elf_getdata.c 90 [TYPEIDX (SHT_GNU_verdef)] = ELF_T_VDEF,
114 [ELF_T_VDEF] = __alignof__ (ElfW2(Bits,Verdef)), \
245 if (t == ELF_T_VDEF || t == ELF_T_NHDR
gelf_xlate.c 213 [ELF_T_VDEF] = elf_cvt_Verdef, \
libelf.h 77 ELF_T_VDEF, /* Elf32_Verdef, Elf64_Verdef, ... */
  /external/elfutils/src/
xelf.h 157 case ELF_T_VDEF: fsize = sizeof (Elf32_Verdef); break; \
289 case ELF_T_VDEF: fsize = sizeof (Elf64_Verdef); break; \
elflint.c     [all...]

Completed in 47 milliseconds