Lines Matching defs:e64
106 Elf64_Ehdr e64;
154 phoff = ehdr.e64.e_phoff;
155 phnum = ehdr.e64.e_phnum;
156 phentsize = ehdr.e64.e_phentsize;
160 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize;
234 if (! elf64_xlatetom (&xlateto, &xlatefrom, ehdr.e64.e_ident[EI_DATA]))
329 ehdr.e64.e_shoff = 0;
330 ehdr.e64.e_shnum = 0;
331 ehdr.e64.e_shstrndx = 0;
349 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e64;
350 xlatefrom.d_buf = &ehdr.e64;
352 ehdr.e64.e_ident[EI_DATA]) == NULL)