Lines Matching refs:e64
82 Elf64_Ehdr *e64; in get_shnum() member
88 Elf64_Ehdr e64; in get_shnum() member
126 ehdr_mem.e64.e_shnum = ((Elf64_Ehdr *) e_ident)->e_shnum; in get_shnum()
127 ehdr_mem.e64.e_shoff = ((Elf64_Ehdr *) e_ident)->e_shoff; in get_shnum()
134 CONVERT (ehdr_mem.e64.e_shnum); in get_shnum()
135 CONVERT (ehdr_mem.e64.e_shoff); in get_shnum()
192 result = ehdr.e64->e_shnum; in get_shnum()
194 if (unlikely (result == 0) && ehdr.e64->e_shoff != 0) in get_shnum()
196 if (unlikely (ehdr.e64->e_shoff >= maxsize) in get_shnum()
197 || unlikely (ehdr.e64->e_shoff + sizeof (Elf64_Shdr) > maxsize)) in get_shnum()
204 || (((size_t) ((char *) map_address + ehdr.e64->e_shoff)) in get_shnum()
207 size = ((Elf64_Shdr *) ((char *) map_address + ehdr.e64->e_shoff in get_shnum()
215 + ehdr.e64->e_shoff in get_shnum()
220 offset + ehdr.e64->e_shoff in get_shnum()
237 if (ehdr.e64->e_shoff > maxsize in get_shnum()
238 || maxsize - ehdr.e64->e_shoff < sizeof (Elf64_Shdr) * result) in get_shnum()
461 elf->state.elf64.scns.data[cnt].shdr.e64 = in file_read_elf()