Home
last modified time | relevance | path

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

12

/external/elfutils/tests/
Dnewfile.c53 ehdr->e_phentsize, in print_ehdr()
132 ZERO_TEST (e_phentsize); in main()
164 VALUE_TEST (e_phentsize, (int) sizeof (Elf32_Phdr)); in main()
Dupdate1.c83 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
121 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
Dupdate2.c84 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
144 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
Dupdate3.c93 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
199 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
Dupdate4.c98 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
352 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
/external/elfutils/libelf/
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
Dgelf_update_ehdr.c110 COPY (e_phentsize); in gelf_update_ehdr()
Dgelf_getehdr.c104 COPY (e_phentsize);
Delf_begin.c370 CONVERT (elf->state.elf32.ehdr_mem.e_phentsize); in file_read_elf()
458 CONVERT (elf->state.elf64.ehdr_mem.e_phentsize); in file_read_elf()
Delf.h88 Elf32_Half e_phentsize; /* Program header table entry size */ member
106 Elf64_Half e_phentsize; /* Program header table entry size */ member
Dabstract.h64 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/
Delff_elf.h171 Elf_Half e_phentsize; member
/external/elfutils/libdwfl/
Delf-from-memory.c149 phentsize = ehdr.e32.e_phentsize; in elf_from_remote_memory()
161 phentsize = ehdr.e64.e_phentsize; in elf_from_remote_memory()
Ddwfl_segment_report_module.c206 phentsize = ehdr.e32.e_phentsize; in dwfl_segment_report_module()
219 phentsize = ehdr.e64.e_phentsize; in dwfl_segment_report_module()
/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/
Delfcmp.c184 || ehdr1->e_phentsize != ehdr2->e_phentsize in main()
412 phdr_region.to = ehdr1->e_phoff + ehdr1->e_phnum * ehdr1->e_phentsize; in main()
Delflint.c479 if (ehdr->e_phentsize != 0 && ehdr->e_phentsize != sizeof (Elf32_Phdr)) in check_elf_header()
481 ehdr->e_phentsize); in check_elf_header()
482 else if (ehdr->e_phoff + ehdr->e_phnum * ehdr->e_phentsize > size) in check_elf_header()
496 if (ehdr->e_phentsize != 0 && ehdr->e_phentsize != sizeof (Elf64_Phdr)) in check_elf_header()
498 ehdr->e_phentsize); in check_elf_header()
499 else if (ehdr->e_phoff + ehdr->e_phnum * ehdr->e_phentsize > size) in check_elf_header()
/external/llvm/include/llvm/Support/
DELF.h72 Elf32_Half e_phentsize; // Size of an entry in the program header table member
96 Elf64_Half e_phentsize; member
/external/qemu/
Delf.h1011 Elf32_Half e_phentsize; member
1028 Elf64_Half e_phentsize; member
Delf_ops.h11 bswap16s(&ehdr->e_phentsize); /* Program header table entry size */ in glue()
/external/libvpx/build/make/
Dobj_int_extract.c354 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_phentsize); in parse_elf_header()
373 ENDIAN_ASSIGN_IN_PLACE(elf->hdr64.e_phentsize); in parse_elf_header()
/external/valgrind/main/coregrind/m_ume/
Delf.c133 if (e->e.e_phentsize != sizeof(ESZ(Phdr))) { in readelf()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c904 = (ElfXX_Phdr*)(image + ehdr->e_phoff + i * ehdr->e_phentsize); in find_buildid()
1438 phdr_ent_szB = ehdr_img->e_phentsize; in ML_()
2277 UWord phdr_dent_szB = ehdr_dimg->e_phentsize; in ML_()

12