Searched refs:e_shentsize (Results 1 – 6 of 6) sorted by relevance
46 uint32_t e_shentsize; member
43 ehdr->e_shentsize != sizeof(Elf32_Shdr)) { in e32_parse_ehdr()
48 unsigned int e_shentsize; member
114 ehdr->e_shentsize != sizeof(Elf32_Shdr)) in e32_parse_ehdr()132 elf->e_shentsize = ehdr->e_shentsize; in e32_parse_ehdr()146 ehdr->e_shentsize != sizeof(Elf64_Shdr)) in e64_parse_ehdr()157 elf->e_shentsize = ehdr->e_shentsize; in e64_parse_ehdr()185 ehdr->e_shentsize != sizeof(Elf64_Shdr)) in e64_parse_ehdr()195 elf->e_shentsize = ehdr->e_shentsize; in e64_parse_ehdr()1112 if (MUL_OVERFLOW(elf->e_shnum, elf->e_shentsize, &sz)) in copy_section_headers()
69 Elf32_Half e_shentsize; /* Size of section header entry. */ member
78 Elf64_Half e_shentsize; /* Size of section header entry. */ member