Searched refs:e_shentsize (Results 1 – 4 of 4) sorted by relevance
47 unsigned int e_shentsize; member
114 ehdr->e_shentsize != sizeof(Elf32_Shdr)) in e32_parse_ehdr()124 elf->e_shentsize = ehdr->e_shentsize; in e32_parse_ehdr()138 ehdr->e_shentsize != sizeof(Elf64_Shdr)) in e64_parse_ehdr()149 elf->e_shentsize = ehdr->e_shentsize; in e64_parse_ehdr()177 ehdr->e_shentsize != sizeof(Elf64_Shdr)) in e64_parse_ehdr()187 elf->e_shentsize = ehdr->e_shentsize; in e64_parse_ehdr()1100 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 9 milliseconds