/external/minijail/ |
D | elfparse.c | 30 pHeader->e_phentsize = le16toh(pHeader->e_phentsize); \ 34 pHeader->e_phentsize = be16toh(pHeader->e_phentsize); \ 37 if (pHeader->e_phentsize != sizeof(Minijail_Elf ## bit ## _Phdr)) \
|
D | elfparse.h | 43 Elf32_Half e_phentsize; /* Program header table entry size */ member 61 Elf64_Half e_phentsize; /* Program header table entry size */ member
|
/external/elfutils/tests/ |
D | newfile.c | 45 ehdr->e_phentsize, in print_ehdr() 124 ZERO_TEST (e_phentsize); in main() 156 VALUE_TEST (e_phentsize, (int) sizeof (Elf32_Phdr)); in main()
|
D | update1.c | 76 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 114 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | update2.c | 77 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 137 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | elfshphehdr.c | 120 ehdr.e_shoff = ehdr.e_phoff + ehdr.e_phnum * ehdr.e_phentsize; in test() 147 check ("e_phentsize", ehdr.e_phentsize == phentsize); in test()
|
D | update3.c | 86 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 192 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | update4.c | 90 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 344 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
/external/syslinux/com32/lib/sys/module/i386/ |
D | elf_module.c | 48 pht = malloc(elf_hdr->e_phnum * elf_hdr->e_phentsize); in load_segments() 52 image_read(pht, elf_hdr->e_phnum * elf_hdr->e_phentsize, module); in load_segments() 56 cr_pht = (Elf32_Phdr*)(pht + i * elf_hdr->e_phentsize); in load_segments() 113 cr_pht = (Elf32_Phdr*)(pht + i * elf_hdr->e_phentsize); in load_segments()
|
/external/syslinux/com32/lib/sys/module/x86_64/ |
D | elf_module.c | 48 pht = malloc(elf_hdr->e_phnum * elf_hdr->e_phentsize); in load_segments() 52 image_read(pht, elf_hdr->e_phnum * elf_hdr->e_phentsize, module); in load_segments() 56 cr_pht = (Elf64_Phdr*)(pht + i * elf_hdr->e_phentsize); in load_segments() 113 cr_pht = (Elf64_Phdr*)(pht + i * elf_hdr->e_phentsize); in load_segments()
|
/external/syslinux/com32/modules/ |
D | elf.c | 109 if (eh->e_phentsize < sizeof(Elf32_Phdr)) in boot_elf() 115 if (eh->e_phoff + eh->e_phentsize * eh->e_phnum > len) in boot_elf() 166 ph = (Elf32_Phdr *) ((char *)ph + eh->e_phentsize); in boot_elf()
|
/external/elfutils/libelf/ |
D | elf32_newphdr.c | 101 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize = in ElfW2() 161 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize = in ElfW2() 175 assert (elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize in ElfW2()
|
D | gelf_update_ehdr.c | 89 COPY (e_phentsize); in gelf_update_ehdr()
|
D | gelf_getehdr.c | 82 COPY (e_phentsize); in __gelf_getehdr_rdlock()
|
/external/syslinux/gpxe/src/include/ |
D | elf.h | 181 Elf32_Half e_phentsize; /* Size of program header entry. */ member 198 Elf64_Half e_phentsize; /* Size of program header entry. */ member
|
/external/syslinux/com32/mboot/ |
D | map.c | 149 eh->e_phentsize < sizeof(Elf32_Phdr) || in map_image() 150 !eh->e_phnum || eh->e_phoff + eh->e_phentsize * eh->e_phnum > len) in map_image() 224 ph = (Elf32_Phdr *) ((char *)ph + eh->e_phentsize); in map_image()
|
/external/syslinux/com32/lib/sys/module/ |
D | elfutils.h | 36 return (Elf_Phdr*)((Elf_Off)elf_pht + index * elf_hdr->e_phentsize); in elf_get_ph()
|
/external/syslinux/core/elflink/ |
D | elfutils.h | 38 return (Elf32_Phdr *) ((Elf32_Off) elf_pht + index * elf_hdr->e_phentsize); in elf_get_ph()
|
/external/syslinux/efi/ |
D | wrapper.c | 202 phentsize = e32_hdr.e_phentsize; in main() 215 phentsize = e64_hdr.e_phentsize; in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 213 Elf32_Half e_phentsize; member 230 Elf64_Half e_phentsize; member
|
/external/syslinux/com32/include/sys/ |
D | elf64.h | 71 Elf64_Half e_phentsize; member
|
D | elf32.h | 71 Elf32_Half e_phentsize; member
|
/external/elfutils/libdwfl/ |
D | elf-from-memory.c | 139 phentsize = ehdr.e32.e_phentsize; in elf_from_remote_memory() 151 phentsize = ehdr.e64.e_phentsize; in elf_from_remote_memory()
|
/external/syslinux/gpxe/src/image/ |
D | elf.c | 143 phoff += ehdr.e_phentsize, phnum-- ) { in elf_load()
|
/external/syslinux/com32/tools/ |
D | relocs.c | 279 ehdr.e_phentsize = elf16_to_cpu(ehdr.e_phentsize); in read_ehdr() 297 if (ehdr.e_phentsize != sizeof(Elf32_Phdr)) { in read_ehdr()
|