Searched refs:e_phentsize (Results 1 – 12 of 12) sorted by relevance
64 Elf32_Half e_phentsize; member81 Elf64_Half e_phentsize; member
225 Elf32_Half e_phentsize; member242 Elf64_Half e_phentsize; member
244 ehdr.e_phentsize = elf16_to_cpu(ehdr.e_phentsize); in read_ehdr()262 if (ehdr.e_phentsize != sizeof(Elf32_Phdr)) { in read_ehdr()
82 u16 e_phentsize; member115 u32 pos = be32_to_cpu(elf_header->e_phoff) + (u32)(i * be16_to_cpu(elf_header->e_phentsize)); in mixart_load_elf()
507 ehdr.e_phentsize != sizeof(Elf64_Phdr) || in parse_crash_elf64_headers()563 ehdr.e_phentsize != sizeof(Elf32_Phdr) || in parse_crash_elf32_headers()
342 elf->e_phentsize= sizeof(struct elf_phdr); in elf_kcore_store_hdr()
176 e->e_phentsize = swab16(e->e_phentsize); in convert_elf_hdr()
404 if (interp_elf_ex->e_phentsize != sizeof(struct elf_phdr)) in load_elf_interp()603 if (loc->elf_ex.e_phentsize != sizeof(struct elf_phdr)) in load_elf_binary()1239 elf->e_phentsize = sizeof(struct elf_phdr); in fill_elf_header()
129 if (params->hdr.e_phentsize != sizeof(struct elf_phdr)) in elf_fdpic_fetch_phdrs()1333 elf->e_phentsize = sizeof(struct elf_phdr); in fill_elf_fdpic_header()
407 hdr->e_phentsize = TO_NATIVE(hdr->e_phentsize); in parse_elf()
388 || ehdr->e_phentsize != sizeof(Elf32_Phdr) in map_elf()
797 .e_phentsize = sizeof(Elf32_Phdr),