Home
last modified time | relevance | path

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

/external/elfutils/tests/
Dnewfile.c41 ehdr->e_phentsize, in print_ehdr()
120 ZERO_TEST (e_phentsize); in main()
152 VALUE_TEST (e_phentsize, (int) sizeof (Elf32_Phdr)); in main()
Dupdate1.c71 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
109 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
Dupdate2.c72 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
132 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
Dupdate3.c81 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
187 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
Dupdate4.c86 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/
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
Dgelf_update_ehdr.c77 COPY (e_phentsize); in gelf_update_ehdr()
Dgelf_getehdr.c67 COPY (e_phentsize);
Delf_begin.c303 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()
Delf.h77 Elf32_Half e_phentsize; /* Program header table entry size */ member
95 Elf64_Half e_phentsize; /* Program header table entry size */ member
Dabstract.h31 TYPE_NAME (ElfW2(Bits, Ext##Half), e_phentsize) \
/external/kernel-headers/original/linux/
Delf.h183 Elf32_Half e_phentsize; member
200 Elf64_Half e_phentsize; member
/external/qemu/elff/
Delf.h173 Elf_Half e_phentsize; member
/external/grub/stage2/
Di386-elf.h78 Elf32_Half e_phentsize; /* program header entry size */ member
Dboot.c117 || ((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/
Delflint.c490 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()
Dreadelf.c607 ehdr->e_phentsize, gettext ("(bytes)")); in print_ehdr()
Dldgeneric.c5775 phdr->p_filesz = ehdr->e_phnum * ehdr->e_phentsize; in ld_generic_create_outfile()
/external/qemu/
Delf.h963 Elf32_Half e_phentsize; member
980 Elf64_Half e_phentsize; member
Delf_ops.h11 bswap16s(&ehdr->e_phentsize); /* Program header table entry size */ in glue()
/external/elfcopy/
Delfcopy.c1034 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/
Dobj_int_extract.c271 ENDIAN_ASSIGN_IN_PLACE(elf->hdr.e_phentsize); in parse_elf32_header()