/external/elfutils/tests/ |
D | newfile.c | 53 ehdr->e_phentsize, in print_ehdr() 132 ZERO_TEST (e_phentsize); in main() 164 VALUE_TEST (e_phentsize, (int) sizeof (Elf32_Phdr)); in main()
|
D | update1.c | 83 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 121 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | update2.c | 84 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 144 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | update3.c | 93 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 199 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | update4.c | 98 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 352 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
/external/elfutils/libelf/ |
D | elf32_newphdr.c | 114 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize = 143 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize = 157 assert (elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize
|
D | gelf_update_ehdr.c | 110 COPY (e_phentsize); in gelf_update_ehdr()
|
D | gelf_getehdr.c | 104 COPY (e_phentsize);
|
D | elf_begin.c | 370 CONVERT (elf->state.elf32.ehdr_mem.e_phentsize); in file_read_elf() 458 CONVERT (elf->state.elf64.ehdr_mem.e_phentsize); in file_read_elf()
|
D | elf.h | 88 Elf32_Half e_phentsize; /* Program header table entry size */ member 106 Elf64_Half e_phentsize; /* Program header table entry size */ member
|
D | abstract.h | 64 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 | elff_elf.h | 171 Elf_Half e_phentsize; member
|
/external/elfutils/libdwfl/ |
D | elf-from-memory.c | 149 phentsize = ehdr.e32.e_phentsize; in elf_from_remote_memory() 161 phentsize = ehdr.e64.e_phentsize; in elf_from_remote_memory()
|
D | dwfl_segment_report_module.c | 206 phentsize = ehdr.e32.e_phentsize; in dwfl_segment_report_module() 219 phentsize = ehdr.e64.e_phentsize; in dwfl_segment_report_module()
|
/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 | elfcmp.c | 184 || ehdr1->e_phentsize != ehdr2->e_phentsize in main() 412 phdr_region.to = ehdr1->e_phoff + ehdr1->e_phnum * ehdr1->e_phentsize; in main()
|
D | elflint.c | 479 if (ehdr->e_phentsize != 0 && ehdr->e_phentsize != sizeof (Elf32_Phdr)) in check_elf_header() 481 ehdr->e_phentsize); in check_elf_header() 482 else if (ehdr->e_phoff + ehdr->e_phnum * ehdr->e_phentsize > size) in check_elf_header() 496 if (ehdr->e_phentsize != 0 && ehdr->e_phentsize != sizeof (Elf64_Phdr)) in check_elf_header() 498 ehdr->e_phentsize); in check_elf_header() 499 else if (ehdr->e_phoff + ehdr->e_phnum * ehdr->e_phentsize > size) in check_elf_header()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 72 Elf32_Half e_phentsize; // Size of an entry in the program header table member 96 Elf64_Half e_phentsize; member
|
/external/qemu/ |
D | elf.h | 1011 Elf32_Half e_phentsize; member 1028 Elf64_Half e_phentsize; member
|
D | elf_ops.h | 11 bswap16s(&ehdr->e_phentsize); /* Program header table entry size */ in glue()
|
/external/libvpx/build/make/ |
D | obj_int_extract.c | 354 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_phentsize); in parse_elf_header() 373 ENDIAN_ASSIGN_IN_PLACE(elf->hdr64.e_phentsize); in parse_elf_header()
|
/external/valgrind/main/coregrind/m_ume/ |
D | elf.c | 133 if (e->e.e_phentsize != sizeof(ESZ(Phdr))) { in readelf()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readelf.c | 904 = (ElfXX_Phdr*)(image + ehdr->e_phoff + i * ehdr->e_phentsize); in find_buildid() 1438 phdr_ent_szB = ehdr_img->e_phentsize; in ML_() 2277 UWord phdr_dent_szB = ehdr_dimg->e_phentsize; in ML_()
|