Home
last modified time | relevance | path

Searched refs:ELF_T_DYN (Results 1 – 13 of 13) sorted by relevance

/external/elfutils/libelf/
Dgelf_getdyn.c51 if (unlikely (data_scn->d.d_type != ELF_T_DYN)) in gelf_getdyn()
Dgelf_update_dyn.c50 if (unlikely (data_scn->d.d_type != ELF_T_DYN)) in gelf_update_dyn()
Dgelf_fsize.c59 [ELF_T_DYN] = sizeof (ElfW2(LIBELFBITS, Ext_Dyn)), \
Delf_getdata.c58 [SHT_DYNAMIC] = ELF_T_DYN,
95 [ELF_T_DYN] = __alignof__ (ElfW2(Bits,Dyn)), \
Dgelf_xlate.c179 [ELF_T_DYN] = ElfW2(Bits, cvt_Dyn), \
Dlibelf.h96 ELF_T_DYN, /* Dynamic section record. */ enumerator
Delf32_updatenull.c243 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_DYN, 1); in __elfw2()
/external/elfutils/libdwfl/
Dlink_map.c601 phdr->p_filesz, ELF_T_DYN); in consider_executable()
605 ELF_T_DYN, 1, EV_CURRENT); in consider_executable()
957 .d_type = ELF_T_DYN, in dwfl_link_map_report()
976 .d_type = ELF_T_DYN, in dwfl_link_map_report()
Ddwfl_module_getdwarf.c847 ELF_T_DYN); in find_dynsym()
854 ELF_T_DYN, 1, EV_CURRENT); in find_dynsym()
Ddwfl_segment_report_module.c798 xlatefrom.d_type = xlateto.d_type = ELF_T_DYN; in dwfl_segment_report_module()
/external/elfutils/tests/
Dalldts.c174 data->d_type = ELF_T_DYN; in main()
/external/elfutils/src/
Delflint.c1670 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_DYN, 1, EV_CURRENT); in check_dynamic()
Dreadelf.c1766 sh_entsize = gelf_fsize (ebl->elf, ELF_T_DYN, 1, EV_CURRENT); in handle_dynamic()