Searched refs:e_phentsize (Results 1 – 6 of 6) sorted by relevance
45 uint32_t e_phentsize; member
42 ehdr->e_phentsize != sizeof(Elf32_Phdr) || in e32_parse_ehdr()
47 unsigned int e_phentsize; member
113 ehdr->e_phentsize != sizeof(Elf32_Phdr) || in e32_parse_ehdr()131 elf->e_phentsize = ehdr->e_phentsize; in e32_parse_ehdr()145 ehdr->e_flags || ehdr->e_phentsize != sizeof(Elf64_Phdr) || in e64_parse_ehdr()156 elf->e_phentsize = ehdr->e_phentsize; in e64_parse_ehdr()184 ehdr->e_phentsize != sizeof(Elf64_Phdr) || in e64_parse_ehdr()194 elf->e_phentsize = ehdr->e_phentsize; in e64_parse_ehdr()521 if (MUL_OVERFLOW(elf->e_phnum, elf->e_phentsize, &sz) || in init_elf()
67 Elf32_Half e_phentsize; /* Size of program header entry. */ member
76 Elf64_Half e_phentsize; /* Size of program header entry. */ member