Lines Matching refs:e32
105 Elf32_Ehdr e32;
137 phoff = ehdr.e32.e_phoff;
138 phnum = ehdr.e32.e_phnum;
139 phentsize = ehdr.e32.e_phentsize;
147 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
159 /* See the NOTE above for shdrs_end and ehdr.e32.e_shnum. */
200 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32;
229 if (! elf32_xlatetom (&xlateto, &xlatefrom, ehdr.e32.e_ident[EI_DATA]))
323 ehdr.e32.e_shoff = 0;
324 ehdr.e32.e_shnum = 0;
325 ehdr.e32.e_shstrndx = 0;
341 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e32;
342 xlatefrom.d_buf = &ehdr.e32;
344 ehdr.e32.e_ident[EI_DATA]) == NULL)