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

/external/elfutils/tests/
H A Dnewfile.c41 ehdr->e_phentsize,
120 ZERO_TEST (e_phentsize);
152 VALUE_TEST (e_phentsize, (int) sizeof (Elf32_Phdr));
H A Dupdate1.c71 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
109 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
H A Dupdate2.c72 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
132 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
H A Dupdate3.c81 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
187 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
H A Dupdate4.c86 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
340 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
/external/elfutils/libelf/
H A Delf32_newphdr.c81 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
H A Dgelf_getehdr.c67 COPY (e_phentsize);
H A Dgelf_update_ehdr.c77 COPY (e_phentsize);
H A Delf_begin.c303 CONVERT (elf->state.elf32.ehdr_mem.e_phentsize);
389 CONVERT (elf->state.elf64.ehdr_mem.e_phentsize);
H A Dabstract.h31 TYPE_NAME (ElfW2(Bits, Ext##Half), e_phentsize) \
H A Delf.h77 Elf32_Half e_phentsize; /* Program header table entry size */ member in struct:__anon2000
95 Elf64_Half e_phentsize; /* Program header table entry size */ member in struct:__anon2001
/external/qemu/elff/
H A Delf.h173 Elf_Half e_phentsize; member in struct:Elf_FHdr
/external/kernel-headers/original/linux/
H A Delf.h183 Elf32_Half e_phentsize; member in struct:elf32_hdr
200 Elf64_Half e_phentsize; member in struct:elf64_hdr
/external/grub/stage2/
H A Di386-elf.h78 Elf32_Half e_phentsize; /* program header entry size */ member in struct:__anon2206
H A Dboot.c117 || ((pu.elf->e_phoff + (pu.elf->e_phentsize * pu.elf->e_phnum))
603 + (pu.elf->e_phentsize * i));
/external/elfutils/src/
H A Delflint.c484 /* Check e_ehsize, e_phentsize, and e_shentsize fields. */
490 if (ehdr->e_phentsize != 0 && ehdr->e_phentsize != sizeof (Elf32_Phdr))
492 ehdr->e_phentsize);
493 else if (ehdr->e_phoff + ehdr->e_phnum * ehdr->e_phentsize > size)
507 if (ehdr->e_phentsize != 0 && ehdr->e_phentsize != sizeof (Elf64_Phdr))
509 ehdr->e_phentsize);
510 else if (ehdr->e_phoff + ehdr->e_phnum * ehdr->e_phentsize > size)
H A Dreadelf.c607 ehdr->e_phentsize, gettext ("(bytes)"));
H A Dldgeneric.c5775 phdr->p_filesz = ehdr->e_phnum * ehdr->e_phentsize;
/external/qemu/
H A Delf_ops.h11 bswap16s(&ehdr->e_phentsize); /* Program header table entry size */
H A Delf.h963 Elf32_Half e_phentsize; member in struct:elf32_hdr
980 Elf64_Half e_phentsize; member in struct:elf64_hdr
/external/elfcopy/
H A Delfcopy.c1034 if (phdr_info[pi].p_memsz != ehdr->e_phentsize * ehdr->e_phnum) {
1035 ASSERT(phdr_info[pi].p_memsz > ehdr->e_phentsize * ehdr->e_phnum);
1038 (long)(ehdr->e_phentsize * ehdr->e_phnum));
1039 phdr_info[pi].p_memsz = ehdr->e_phentsize * ehdr->e_phnum;
2787 lastoffset += ehdr->e_phnum * ehdr->e_phentsize;
/external/libvpx/build/make/
H A Dobj_int_extract.c271 ENDIAN_ASSIGN_IN_PLACE(elf->hdr.e_phentsize);

Completed in 190 milliseconds