Searched refs:e_shentsize (Results 1 – 12 of 12) sorted by relevance
47 unsigned int e_shentsize; member
113 ehdr->e_shentsize != sizeof(Elf32_Shdr)) in e32_parse_ehdr()123 elf->e_shentsize = ehdr->e_shentsize; in e32_parse_ehdr()137 ehdr->e_shentsize != sizeof(Elf64_Shdr)) in e64_parse_ehdr()148 elf->e_shentsize = ehdr->e_shentsize; in e64_parse_ehdr()1053 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
Completed in 21 milliseconds