Lines Matching refs:e64
116 Elf64_Ehdr e64; in elf_from_remote_memory() member
159 phoff = ehdr.e64.e_phoff; in elf_from_remote_memory()
160 phnum = ehdr.e64.e_phnum; in elf_from_remote_memory()
161 phentsize = ehdr.e64.e_phentsize; in elf_from_remote_memory()
164 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize; in elf_from_remote_memory()
334 ehdr.e64.e_shoff = 0; in elf_from_remote_memory()
335 ehdr.e64.e_shnum = 0; in elf_from_remote_memory()
336 ehdr.e64.e_shstrndx = 0; in elf_from_remote_memory()
342 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e64; in elf_from_remote_memory()
343 xlatefrom.d_buf = &ehdr.e64; in elf_from_remote_memory()
346 ehdr.e64.e_ident[EI_DATA]) == NULL) in elf_from_remote_memory()