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

  /external/elfutils/libelf/
gelf_getnote.c 71 if (unlikely (data->d_type != ELF_T_NHDR))
gelf_fsize.c 87 [ELF_T_NHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Nhdr)), \
elf_getdata.c 89 [SHT_NOTE] = ELF_T_NHDR,
120 [ELF_T_NHDR] = __alignof__ (ElfW2(Bits,Nhdr)), \
245 if (t == ELF_T_VDEF || t == ELF_T_NHDR
gelf_xlate.c 217 [ELF_T_NHDR] = elf_cvt_note, \
libelf.h 81 ELF_T_NHDR, /* Elf32_Nhdr, Elf64_Nhdr, ... */
  /external/elfutils/libdwfl/
dwfl_module_build_id.c 123 ELF_T_NHDR),
core-file.c 430 ELF_T_NHDR);
dwfl_segment_report_module.c 301 xlatefrom.d_type = xlateto.d_type = ELF_T_NHDR;
  /external/elfutils/src/
xelf.h 161 case ELF_T_NHDR: fsize = sizeof (Elf32_Nhdr); break; \
293 case ELF_T_NHDR: fsize = sizeof (Elf64_Nhdr); break; \
elflint.c     [all...]
readelf.c     [all...]

Completed in 109 milliseconds