/external/elfutils/tests/ |
D | newfile.c | 41 ehdr->e_phentsize, in print_ehdr() 120 ZERO_TEST (e_phentsize); in main() 152 VALUE_TEST (e_phentsize, (int) sizeof (Elf32_Phdr)); in main()
|
D | update1.c | 71 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 109 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | update2.c | 72 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 132 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | update3.c | 81 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 187 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | update4.c | 86 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 340 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
/external/elfutils/libelf/ |
D | elf32_newphdr.c | 81 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize = 110 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize = 124 assert (elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize
|
D | gelf_update_ehdr.c | 77 COPY (e_phentsize); in gelf_update_ehdr()
|
D | gelf_getehdr.c | 67 COPY (e_phentsize);
|
D | elf_begin.c | 303 CONVERT (elf->state.elf32.ehdr_mem.e_phentsize); in file_read_elf() 389 CONVERT (elf->state.elf64.ehdr_mem.e_phentsize); in file_read_elf()
|
D | elf.h | 77 Elf32_Half e_phentsize; /* Program header table entry size */ member 95 Elf64_Half e_phentsize; /* Program header table entry size */ member
|
D | abstract.h | 31 TYPE_NAME (ElfW2(Bits, Ext##Half), e_phentsize) \
|
/external/kernel-headers/original/linux/ |
D | elf.h | 183 Elf32_Half e_phentsize; member 200 Elf64_Half e_phentsize; member
|
/external/qemu/elff/ |
D | elf.h | 173 Elf_Half e_phentsize; member
|
/external/grub/stage2/ |
D | i386-elf.h | 78 Elf32_Half e_phentsize; /* program header entry size */ member
|
D | boot.c | 117 || ((pu.elf->e_phoff + (pu.elf->e_phentsize * pu.elf->e_phnum)) in load_image() 603 + (pu.elf->e_phentsize * i)); in load_image()
|
/external/elfutils/src/ |
D | elflint.c | 490 if (ehdr->e_phentsize != 0 && ehdr->e_phentsize != sizeof (Elf32_Phdr)) in check_elf_header() 492 ehdr->e_phentsize); in check_elf_header() 493 else if (ehdr->e_phoff + ehdr->e_phnum * ehdr->e_phentsize > size) in check_elf_header() 507 if (ehdr->e_phentsize != 0 && ehdr->e_phentsize != sizeof (Elf64_Phdr)) in check_elf_header() 509 ehdr->e_phentsize); in check_elf_header() 510 else if (ehdr->e_phoff + ehdr->e_phnum * ehdr->e_phentsize > size) in check_elf_header()
|
D | readelf.c | 607 ehdr->e_phentsize, gettext ("(bytes)")); in print_ehdr()
|
D | ldgeneric.c | 5775 phdr->p_filesz = ehdr->e_phnum * ehdr->e_phentsize; in ld_generic_create_outfile()
|
/external/qemu/ |
D | elf.h | 963 Elf32_Half e_phentsize; member 980 Elf64_Half e_phentsize; member
|
D | elf_ops.h | 11 bswap16s(&ehdr->e_phentsize); /* Program header table entry size */ in glue()
|
/external/elfcopy/ |
D | elfcopy.c | 1034 if (phdr_info[pi].p_memsz != ehdr->e_phentsize * ehdr->e_phnum) { in adjust_elf() 1035 ASSERT(phdr_info[pi].p_memsz > ehdr->e_phentsize * ehdr->e_phnum); in adjust_elf() 1038 (long)(ehdr->e_phentsize * ehdr->e_phnum)); in adjust_elf() 1039 phdr_info[pi].p_memsz = ehdr->e_phentsize * ehdr->e_phnum; in adjust_elf() 2787 lastoffset += ehdr->e_phnum * ehdr->e_phentsize; in update_section_offsets()
|
/external/libvpx/build/make/ |
D | obj_int_extract.c | 271 ENDIAN_ASSIGN_IN_PLACE(elf->hdr.e_phentsize); in parse_elf32_header()
|