/third_party/elfutils/tests/ |
D | update2.c | 116 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main() 117 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
|
D | update3.c | 165 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main() 166 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
|
D | alldts.c | 234 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main() 235 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
|
D | update4.c | 317 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main() 318 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
|
D | elfstrmerge.c | 305 + gelf_fsize (elf, ELF_T_PHDR, phnum, EV_CURRENT)); in main()
|
/third_party/elfutils/libelf/ |
D | elf32_newphdr.c | 165 elf_typesize (LIBELFBITS, ELF_T_PHDR, 1); in ElfW2() 179 == elf_typesize (LIBELFBITS, ELF_T_PHDR, 1)); in ElfW2()
|
D | elf32_updatefile.c | 173 == elf_typesize (LIBELFBITS, ELF_T_PHDR, 1)); in __elfw2() 185 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR] in __elfw2() 209 + elf_typesize (LIBELFBITS, ELF_T_PHDR, phnum)); in __elfw2() 584 == elf_typesize (LIBELFBITS, ELF_T_PHDR, 1)); in __elfw2() 610 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR] in __elfw2()
|
D | gelf_fsize.c | 58 [ELF_T_PHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Phdr)), \
|
D | elf32_updatenull.c | 159 + elf_typesize (LIBELFBITS, ELF_T_PHDR, phnum)); in __elfw2() 168 size += elf_typesize (LIBELFBITS, ELF_T_PHDR, phnum); in __elfw2()
|
D | gelf_xlate.c | 188 [ELF_T_PHDR] = ElfW2(Bits, cvt_Phdr), \
|
D | libelf.h | 100 ELF_T_PHDR, /* Program header. */ enumerator
|
D | elf_getdata.c | 83 [ELF_T_PHDR] = __alignof__ (ElfW2(Bits,Phdr)), \
|
D | ChangeLog | 828 ELF_T_OFF, ELF_T_PHDR, ELF_T_SHDR, ELF_T_SWORD, ELF_T_XWORD,
|
/third_party/skia/buildtools/third_party/eu-strip/ |
D | fix-elf-size.patch | 21 + elf_typesize (LIBELFBITS, ELF_T_PHDR, phnum));
|
/third_party/elfutils/libdwfl/ |
D | elf-from-memory.c | 171 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR; in elf_from_remote_memory()
|
D | link_map.c | 794 .d_type = ELF_T_PHDR, in dwfl_link_map_report() 907 .d_type = ELF_T_PHDR, in dwfl_link_map_report()
|
D | dwfl_module_getdwarf.c | 332 size_t phentsize = gelf_fsize (mod->main.elf, ELF_T_PHDR, 1, EV_CURRENT); in find_prelink_address_sync() 390 src.d_type = ELF_T_PHDR; in find_prelink_address_sync()
|
D | relocate.c | 603 size_t phentsize = gelf_fsize (relocated, ELF_T_PHDR, 1, EV_CURRENT); in relocate_section()
|
D | dwfl_segment_report_module.c | 434 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR; in dwfl_segment_report_module()
|
/third_party/elfutils/src/ |
D | elfcompress.c | 391 + gelf_fsize (elf, ELF_T_PHDR, phnum, EV_CURRENT)); in process_file()
|
D | unstrip.c | 1160 size_t phsize = gelf_fsize (main, ELF_T_PHDR, phnum, EV_CURRENT); in find_alloc_sections_prelink()
|