Lines Matching refs:e32
105 Elf32_Ehdr e32; in elf_from_remote_memory() member
137 phoff = ehdr.e32.e_phoff; in elf_from_remote_memory()
138 phnum = ehdr.e32.e_phnum; in elf_from_remote_memory()
139 phentsize = ehdr.e32.e_phentsize; in elf_from_remote_memory()
147 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in elf_from_remote_memory()
200 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32; in elf_from_remote_memory()
226 switch (ehdr.e32.e_ident[EI_CLASS]) in elf_from_remote_memory()
258 ehdr.e32.e_ident[EI_DATA]) == NULL) in elf_from_remote_memory()
308 switch (ehdr.e32.e_ident[EI_CLASS]) in elf_from_remote_memory()
336 ehdr.e32.e_shoff = 0; in elf_from_remote_memory()
337 ehdr.e32.e_shnum = 0; in elf_from_remote_memory()
338 ehdr.e32.e_shstrndx = 0; in elf_from_remote_memory()
344 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e32; in elf_from_remote_memory()
345 xlatefrom.d_buf = &ehdr.e32; in elf_from_remote_memory()
348 ehdr.e32.e_ident[EI_DATA]) == NULL) in elf_from_remote_memory()