Searched refs:e_phentsize (Results 1 – 6 of 6) sorted by relevance
316 ehdr.e_phentsize = sizeof(Elf_Phdr); in dumpsys_generic()325 hdrsz = ehdr.e_phoff + ehdr.e_phnum * ehdr.e_phentsize; in dumpsys_generic()
460 (u_int)hdr->e_phentsize * hdr->e_phnum <= PAGE_SIZE - hdr->e_phoff); in __elfN()473 hdr->e_phentsize != sizeof(Elf_Phdr) || in __elfN()1140 hdr->e_phoff + hdr->e_phnum * hdr->e_phentsize in __CONCAT()1325 elf_auxargs->phent = hdr->e_phentsize; in __CONCAT()1981 ehdr->e_phentsize = sizeof(Elf_Phdr); in __elfN()1992 (numsegs + 1) * ehdr->e_phentsize; in __elfN()
1043 if (!((hdr->e_phentsize == sizeof(Elf_Phdr)) && in link_elf_load_file()
67 Elf32_Half e_phentsize; /* Size of program header entry. */ member
76 Elf64_Half e_phentsize; /* Size of program header entry. */ member
160 hdr->e_phentsize = TO_NATIVE(endian, 16, hdr->e_phentsize); in parse_elf()