/external/elfutils/tests/ |
D | update2.c | 115 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main() 116 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
|
D | update3.c | 164 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main() 165 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
|
D | alldts.c | 232 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main() 233 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
|
D | update4.c | 316 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main() 317 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
|
D | elfstrmerge.c | 263 + gelf_fsize (elf, ELF_T_PHDR, phnum, EV_CURRENT)); in main()
|
/external/elfutils/libelf/ |
D | elf32_updatefile.c | 182 == elf_typesize (LIBELFBITS, ELF_T_PHDR, 1)); in __elfw2() 195 …= __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR]; in __elfw2() 198 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR] in __elfw2() 223 + elf_typesize (LIBELFBITS, ELF_T_PHDR, phnum)); in __elfw2() 568 == elf_typesize (LIBELFBITS, ELF_T_PHDR, 1)); in __elfw2() 595 …= __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR]; in __elfw2() 598 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR] in __elfw2()
|
D | elf32_newphdr.c | 162 elf_typesize (LIBELFBITS, ELF_T_PHDR, 1); in ElfW2() 176 == elf_typesize (LIBELFBITS, ELF_T_PHDR, 1)); in ElfW2()
|
D | gelf_fsize.c | 60 [ELF_T_PHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Phdr)), \
|
D | elf32_updatenull.c | 168 + elf_typesize (LIBELFBITS, ELF_T_PHDR, phnum)); in __elfw2() 177 size += elf_typesize (LIBELFBITS, ELF_T_PHDR, phnum); in __elfw2()
|
D | gelf_xlate.c | 185 [ELF_T_PHDR] = ElfW2(Bits, cvt_Phdr), \
|
D | libelf.h | 76 ELF_T_PHDR, /* Program header. */ enumerator
|
D | elf_getdata.c | 89 [ELF_T_PHDR] = __alignof__ (ElfW2(Bits,Phdr)), \
|
D | ChangeLog | 174 ELF_T_OFF, ELF_T_PHDR, ELF_T_SHDR, ELF_T_SWORD, ELF_T_XWORD,
|
/external/elfutils/src/ |
D | xelf.h | 140 case ELF_T_PHDR: fsize = sizeof (Elf32_Phdr); break; \ 272 case ELF_T_PHDR: fsize = sizeof (Elf64_Phdr); break; \
|
D | elfcompress.c | 415 + gelf_fsize (elf, ELF_T_PHDR, phnum, EV_CURRENT)); in process_file()
|
D | unstrip.c | 1042 size_t phsize = gelf_fsize (main, ELF_T_PHDR, phnum, EV_CURRENT); in find_alloc_sections_prelink()
|
/external/elfutils/libdwfl/ |
D | elf-from-memory.c | 165 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR; in elf_from_remote_memory()
|
D | link_map.c | 792 .d_type = ELF_T_PHDR, in dwfl_link_map_report() 885 .d_type = ELF_T_PHDR, in dwfl_link_map_report()
|
D | dwfl_module_getdwarf.c | 328 size_t phentsize = gelf_fsize (mod->main.elf, ELF_T_PHDR, 1, EV_CURRENT); in find_prelink_address_sync() 384 src.d_type = ELF_T_PHDR; in find_prelink_address_sync()
|
D | relocate.c | 569 size_t phentsize = gelf_fsize (relocated, ELF_T_PHDR, 1, EV_CURRENT); in relocate_section()
|
D | dwfl_segment_report_module.c | 400 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR; in dwfl_segment_report_module()
|