Searched refs:e_phentsize (Results 1 - 25 of 55) sorted by relevance

123

/external/minijail/
H A Delfparse.c30 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)) \
H A Delfparse.h43 Elf32_Half e_phentsize; /* Program header table entry size */ member in struct:__anon16092
61 Elf64_Half e_phentsize; /* Program header table entry size */ member in struct:__anon16093
/external/syslinux/com32/lib/sys/module/
H A Delfutils.h36 return (Elf_Phdr*)((Elf_Off)elf_pht + index * elf_hdr->e_phentsize);
/external/syslinux/core/elflink/
H A Delfutils.h38 return (Elf32_Phdr *) ((Elf32_Off) elf_pht + index * elf_hdr->e_phentsize);
/external/elfutils/tests/
H A Dnewfile.c45 ehdr->e_phentsize,
124 ZERO_TEST (e_phentsize);
156 VALUE_TEST (e_phentsize, (int) sizeof (Elf32_Phdr));
H A Dupdate1.c76 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
114 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
H A Delfshphehdr.c120 ehdr.e_shoff = ehdr.e_phoff + ehdr.e_phnum * ehdr.e_phentsize;
147 check ("e_phentsize", ehdr.e_phentsize == phentsize);
H A Dupdate2.c77 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
137 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
H A Dupdate3.c86 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
192 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
H A Dupdate4.c90 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
344 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
/external/elfutils/libelf/
H A Dgelf_update_ehdr.c89 COPY (e_phentsize);
H A Dgelf_getehdr.c82 COPY (e_phentsize);
H A Delf32_newphdr.c101 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize =
161 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize =
175 assert (elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize
/external/syslinux/com32/lib/sys/module/i386/
H A Delf_module.c48 pht = malloc(elf_hdr->e_phnum * elf_hdr->e_phentsize);
52 image_read(pht, elf_hdr->e_phnum * elf_hdr->e_phentsize, module);
56 cr_pht = (Elf32_Phdr*)(pht + i * elf_hdr->e_phentsize);
113 cr_pht = (Elf32_Phdr*)(pht + i * elf_hdr->e_phentsize);
/external/syslinux/com32/lib/sys/module/x86_64/
H A Delf_module.c48 pht = malloc(elf_hdr->e_phnum * elf_hdr->e_phentsize);
52 image_read(pht, elf_hdr->e_phnum * elf_hdr->e_phentsize, module);
56 cr_pht = (Elf64_Phdr*)(pht + i * elf_hdr->e_phentsize);
113 cr_pht = (Elf64_Phdr*)(pht + i * elf_hdr->e_phentsize);
/external/syslinux/gpxe/src/include/
H A Delf.h181 Elf32_Half e_phentsize; /* Size of program header entry. */ member in struct:__anon22076
198 Elf64_Half e_phentsize; /* Size of program header entry. */ member in struct:__anon22077
/external/syslinux/com32/include/sys/
H A Delf32.h71 Elf32_Half e_phentsize; member in struct:elf32_hdr
H A Delf64.h71 Elf64_Half e_phentsize; member in struct:elf64_hdr
/external/syslinux/com32/modules/
H A Delf.c109 if (eh->e_phentsize < sizeof(Elf32_Phdr))
115 if (eh->e_phoff + eh->e_phentsize * eh->e_phnum > len)
166 ph = (Elf32_Phdr *) ((char *)ph + eh->e_phentsize);
/external/syslinux/com32/mboot/
H A Dmap.c149 eh->e_phentsize < sizeof(Elf32_Phdr) ||
150 !eh->e_phnum || eh->e_phoff + eh->e_phentsize * eh->e_phnum > len)
224 ph = (Elf32_Phdr *) ((char *)ph + eh->e_phentsize);
/external/syslinux/gpxe/src/image/
H A Delf.c143 phoff += ehdr.e_phentsize, phnum-- ) {
/external/syslinux/efi/
H A Dwrapper.c202 phentsize = e32_hdr.e_phentsize;
215 phentsize = e64_hdr.e_phentsize;
/external/google-breakpad/src/common/linux/
H A Delf_core_dump.cc128 header->e_phoff, header->e_phentsize, index));
/external/elfutils/libdwfl/
H A Delf-from-memory.c139 phentsize = ehdr.e32.e_phentsize;
151 phentsize = ehdr.e64.e_phentsize;
/external/kernel-headers/original/uapi/linux/
H A Delf.h213 Elf32_Half e_phentsize; member in struct:elf32_hdr
230 Elf64_Half e_phentsize; member in struct:elf64_hdr

Completed in 320 milliseconds

123