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

  /external/elfutils/libelf/
gelf_getauxv.c 50 if (unlikely (data_scn->d.d_type != ELF_T_AUXV))
gelf_update_auxv.c 55 if (unlikely (data_scn->d.d_type != ELF_T_AUXV))
gelf_fsize.c 70 [ELF_T_AUXV] = sizeof (ElfW2(LIBELFBITS, Ext_auxv_t)), \
gelf_xlate.c 201 [ELF_T_AUXV] = ElfW2(Bits, cvt_auxv_t), \
libelf.h 118 ELF_T_AUXV, /* Elf32_auxv_t, Elf64_auxv_t, ... */
elf_getdata.c 104 [ELF_T_AUXV] = __alignof__ (ElfW2(Bits,auxv_t)), \
  /external/elfutils/src/
readelf.c     [all...]

Completed in 264 milliseconds