Lines Matching refs:e64
79 Elf64_Ehdr *e64;
85 Elf64_Ehdr e64;
130 ehdr_mem.e64.e_shnum = ((Elf64_Ehdr *) e_ident)->e_shnum;
131 ehdr_mem.e64.e_shoff = ((Elf64_Ehdr *) e_ident)->e_shoff;
138 CONVERT (ehdr_mem.e64.e_shnum);
139 CONVERT (ehdr_mem.e64.e_shoff);
207 result = ehdr.e64->e_shnum;
209 if (unlikely (result == 0) && ehdr.e64->e_shoff != 0)
211 if (unlikely (ehdr.e64->e_shoff >= maxsize)
212 || unlikely (ehdr.e64->e_shoff + sizeof (Elf64_Shdr) > maxsize))
219 || (((size_t) ((char *) (map_address + ehdr.e64->e_shoff
223 size = ((Elf64_Shdr *) ((char *) map_address + ehdr.e64->e_shoff
232 + ehdr.e64->e_shoff
239 offset + ehdr.e64->e_shoff
269 if (ehdr.e64->e_shoff > maxsize
270 || maxsize - ehdr.e64->e_shoff < sizeof (Elf64_Shdr) * result)
505 elf->state.elf64.scns.data[cnt].shdr.e64 =