Searched refs:ELF_T_DYN (Results 1 – 15 of 15) sorted by relevance
/third_party/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 | 57 [SHT_DYNAMIC] = ELF_T_DYN, 93 [ELF_T_DYN] = __alignof__ (ElfW2(Bits,Dyn)), \
|
D | gelf_xlate.c | 184 [ELF_T_DYN] = ElfW2(Bits, cvt_Dyn), \
|
D | libelf.h | 96 ELF_T_DYN, /* Dynamic section record. */ enumerator
|
D | elf32_updatenull.c | 245 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_DYN, 1); in __elfw2()
|
/third_party/elfutils/libdwfl/ |
D | link_map.c | 626 phdr->p_filesz, ELF_T_DYN); in consider_executable() 630 ELF_T_DYN, 1, EV_CURRENT); in consider_executable() 1012 .d_type = ELF_T_DYN, in dwfl_link_map_report() 1045 .d_type = ELF_T_DYN, in dwfl_link_map_report()
|
D | dwfl_module_getdwarf.c | 846 ELF_T_DYN); in find_dynsym() 853 ELF_T_DYN, 1, EV_CURRENT); in find_dynsym()
|
D | dwfl_segment_report_module.c | 839 xlatefrom.d_type = xlateto.d_type = ELF_T_DYN; in dwfl_segment_report_module()
|
/third_party/elfutils/tests/ |
D | alldts.c | 176 data->d_type = ELF_T_DYN; in main()
|
/third_party/libabigail/src/ |
D | abg-elf-helpers.cc | 1437 ELF_T_DYN, 1, in lookup_data_tag_from_dynamic_segment() 1524 : gelf_fsize (elf, ELF_T_DYN, 1, EV_CURRENT)); in get_soname_of_elf_file()
|
/third_party/elfutils/src/ |
D | elfclassify.c | 366 ELF_T_DYN); in run_classify()
|
D | elflint.c | 1673 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_DYN, 1, EV_CURRENT); in check_dynamic()
|
D | readelf.c | 1833 phdr->p_filesz, ELF_T_DYN); in handle_dynamic() 4906 elf, phdr->p_offset, phdr->p_filesz, ELF_T_DYN); in get_dynscn_addrs()
|