Lines Matching refs:e64
106 Elf64_Ehdr e64; in elf_from_remote_memory() member
149 phoff = ehdr.e64.e_phoff; in elf_from_remote_memory()
150 phnum = ehdr.e64.e_phnum; in elf_from_remote_memory()
151 phentsize = ehdr.e64.e_phentsize; in elf_from_remote_memory()
154 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize; in elf_from_remote_memory()
263 ehdr.e64.e_ident[EI_DATA]) == NULL) in elf_from_remote_memory()
357 ehdr.e64.e_shoff = 0; in elf_from_remote_memory()
358 ehdr.e64.e_shnum = 0; in elf_from_remote_memory()
359 ehdr.e64.e_shstrndx = 0; in elf_from_remote_memory()
365 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e64; in elf_from_remote_memory()
366 xlatefrom.d_buf = &ehdr.e64; in elf_from_remote_memory()
369 ehdr.e64.e_ident[EI_DATA]) == NULL) in elf_from_remote_memory()