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

  /external/elfutils/libelf/
gelf_getdyn.c 51 if (unlikely (data_scn->d.d_type != ELF_T_DYN))
gelf_update_dyn.c 50 if (unlikely (data_scn->d.d_type != ELF_T_DYN))
gelf_fsize.c 61 [ELF_T_DYN] = sizeof (ElfW2(LIBELFBITS, Ext_Dyn)), \
elf_getdata.c 60 [SHT_DYNAMIC] = ELF_T_DYN,
99 [ELF_T_DYN] = __alignof__ (ElfW2(Bits,Dyn)), \
gelf_xlate.c 181 [ELF_T_DYN] = ElfW2(Bits, cvt_Dyn), \
libelf.h 72 ELF_T_DYN, /* Dynamic section record. */
elf32_updatenull.c 247 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_DYN, 1);
  /external/elfutils/libdwfl/
link_map.c 608 phdr->p_filesz, ELF_T_DYN);
612 ELF_T_DYN, 1, EV_CURRENT);
958 .d_type = ELF_T_DYN,
977 .d_type = ELF_T_DYN,
dwfl_module_getdwarf.c 840 ELF_T_DYN);
847 ELF_T_DYN, 1, EV_CURRENT);
    [all...]
dwfl_segment_report_module.c 768 xlatefrom.d_type = xlateto.d_type = ELF_T_DYN;
  /external/elfutils/tests/
alldts.c 174 data->d_type = ELF_T_DYN;
  /external/elfutils/src/
xelf.h 136 case ELF_T_DYN: fsize = sizeof (Elf32_Dyn); break; \
268 case ELF_T_DYN: fsize = sizeof (Elf64_Dyn); break; \
ldgeneric.c     [all...]
elflint.c     [all...]
readelf.c     [all...]

Completed in 392 milliseconds