Searched refs:ELF_T_DYN (Results 1 – 13 of 13) sorted by relevance
/external/elfutils/libelf/ |
D | gelf_getdyn.c | 51 if (unlikely (data_scn->d.d_type != ELF_T_DYN)) in gelf_getdyn()
|
D | gelf_update_dyn.c | 50 if (unlikely (data_scn->d.d_type != ELF_T_DYN)) in gelf_update_dyn()
|
D | gelf_fsize.c | 59 [ELF_T_DYN] = sizeof (ElfW2(LIBELFBITS, Ext_Dyn)), \
|
D | elf_getdata.c | 58 [SHT_DYNAMIC] = ELF_T_DYN, 95 [ELF_T_DYN] = __alignof__ (ElfW2(Bits,Dyn)), \
|
D | gelf_xlate.c | 179 [ELF_T_DYN] = ElfW2(Bits, cvt_Dyn), \
|
D | libelf.h | 96 ELF_T_DYN, /* Dynamic section record. */ enumerator
|
D | elf32_updatenull.c | 243 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_DYN, 1); in __elfw2()
|
/external/elfutils/libdwfl/ |
D | link_map.c | 601 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()
|
D | dwfl_module_getdwarf.c | 847 ELF_T_DYN); in find_dynsym() 854 ELF_T_DYN, 1, EV_CURRENT); in find_dynsym()
|
D | dwfl_segment_report_module.c | 798 xlatefrom.d_type = xlateto.d_type = ELF_T_DYN; in dwfl_segment_report_module()
|
/external/elfutils/tests/ |
D | alldts.c | 174 data->d_type = ELF_T_DYN; in main()
|
/external/elfutils/src/ |
D | elflint.c | 1670 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_DYN, 1, EV_CURRENT); in check_dynamic()
|
D | readelf.c | 1766 sh_entsize = gelf_fsize (ebl->elf, ELF_T_DYN, 1, EV_CURRENT); in handle_dynamic()
|