Searched refs:e_shentsize (Results 1 – 6 of 6) sorted by relevance
46 uint32_t e_shentsize; member
37 ehdr->e_shentsize != sizeof(Elf32_Shdr)) { in e32_parse_ehdr()
48 unsigned int e_shentsize; member
113 ehdr->e_shentsize != sizeof(Elf32_Shdr)) in e32_parse_ehdr()131 elf->e_shentsize = ehdr->e_shentsize; in e32_parse_ehdr()145 ehdr->e_shentsize != sizeof(Elf64_Shdr)) in e64_parse_ehdr()156 elf->e_shentsize = ehdr->e_shentsize; in e64_parse_ehdr()184 ehdr->e_shentsize != sizeof(Elf64_Shdr)) in e64_parse_ehdr()194 elf->e_shentsize = ehdr->e_shentsize; in e64_parse_ehdr()1111 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