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

12

/external/elfutils/tests/
H A Dnewfile.c53 ehdr->e_phentsize,
132 ZERO_TEST (e_phentsize);
164 VALUE_TEST (e_phentsize, (int) sizeof (Elf32_Phdr));
H A Dupdate1.c83 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
121 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
H A Dupdate2.c84 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
144 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
H A Dupdate3.c93 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
199 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
H A Dupdate4.c98 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
352 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
/external/elfutils/libelf/
H A Delf32_newphdr.c114 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
H A Dgelf_update_ehdr.c110 COPY (e_phentsize);
H A Dgelf_getehdr.c104 COPY (e_phentsize);
H A Delf_begin.c370 CONVERT (elf->state.elf32.ehdr_mem.e_phentsize);
458 CONVERT (elf->state.elf64.ehdr_mem.e_phentsize);
H A Dabstract.h64 TYPE_NAME (ElfW2(Bits, Ext##Half), e_phentsize) \
H A Delf.h88 Elf32_Half e_phentsize; /* Program header table entry size */ member in struct:__anon4705
106 Elf64_Half e_phentsize; /* Program header table entry size */ member in struct:__anon4706
/external/qemu/elff/
H A Delff_elf.h171 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:__anon5025
H A Dboot.c117 || ((pu.elf->e_phoff + (pu.elf->e_phentsize * pu.elf->e_phnum))
603 + (pu.elf->e_phentsize * i));
/external/elfutils/libdwfl/
H A Delf-from-memory.c149 phentsize = ehdr.e32.e_phentsize;
161 phentsize = ehdr.e64.e_phentsize;
H A Ddwfl_segment_report_module.c206 phentsize = ehdr.e32.e_phentsize;
219 phentsize = ehdr.e64.e_phentsize;
/external/elfutils/src/
H A Delfcmp.c184 || ehdr1->e_phentsize != ehdr2->e_phentsize
412 phdr_region.to = ehdr1->e_phoff + ehdr1->e_phnum * ehdr1->e_phentsize;
H A Delflint.c473 /* Check e_ehsize, e_phentsize, and e_shentsize fields. */
479 if (ehdr->e_phentsize != 0 && ehdr->e_phentsize != sizeof (Elf32_Phdr))
481 ehdr->e_phentsize);
482 else if (ehdr->e_phoff + ehdr->e_phnum * ehdr->e_phentsize > size)
496 if (ehdr->e_phentsize != 0 && ehdr->e_phentsize != sizeof (Elf64_Phdr))
498 ehdr->e_phentsize);
499 else if (ehdr->e_phoff + ehdr->e_phnum * ehdr->e_phentsize > size)
/external/llvm/include/llvm/Support/
H A DELF.h72 Elf32_Half e_phentsize; // Size of an entry in the program header table member in struct:llvm::ELF::Elf32_Ehdr
96 Elf64_Half e_phentsize; member in struct:llvm::ELF::Elf64_Ehdr
/external/qemu/
H A Delf_ops.h11 bswap16s(&ehdr->e_phentsize); /* Program header table entry size */
H A Delf.h1011 Elf32_Half e_phentsize; member in struct:elf32_hdr
1028 Elf64_Half e_phentsize; member in struct:elf64_hdr
/external/valgrind/main/coregrind/m_ume/
H A Delf.c133 if (e->e.e_phentsize != sizeof(ESZ(Phdr))) {
/external/libvpx/build/make/
H A Dobj_int_extract.c354 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_phentsize);
373 ENDIAN_ASSIGN_IN_PLACE(elf->hdr64.e_phentsize);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c904 = (ElfXX_Phdr*)(image + ehdr->e_phoff + i * ehdr->e_phentsize);
1438 phdr_ent_szB = ehdr_img->e_phentsize;
2277 UWord phdr_dent_szB = ehdr_dimg->e_phentsize;

Completed in 123 milliseconds

12