Searched refs:e_phentsize (Results 1 – 6 of 6) sorted by relevance
45 uint32_t e_phentsize; member
36 ehdr->e_phentsize != sizeof(Elf32_Phdr) || in e32_parse_ehdr()
47 unsigned int e_phentsize; member
112 ehdr->e_phentsize != sizeof(Elf32_Phdr) || in e32_parse_ehdr()130 elf->e_phentsize = ehdr->e_phentsize; in e32_parse_ehdr()144 ehdr->e_flags || ehdr->e_phentsize != sizeof(Elf64_Phdr) || in e64_parse_ehdr()155 elf->e_phentsize = ehdr->e_phentsize; in e64_parse_ehdr()183 ehdr->e_phentsize != sizeof(Elf64_Phdr) || in e64_parse_ehdr()193 elf->e_phentsize = ehdr->e_phentsize; in e64_parse_ehdr()520 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