Lines Matching refs:e32
352 Elf32_Ehdr e32;
395 e_type = ehdr.e32.e_type;
396 phoff = ehdr.e32.e_phoff;
397 phnum = ehdr.e32.e_phnum;
398 phentsize = ehdr.e32.e_phentsize;
406 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * sizeof (Elf32_Shdr);
419 /* See the NOTE above for shdrs_end and ehdr.e32.e_shnum. */
561 const unsigned int xencoding = ehdr.e32.e_ident[EI_DATA];
932 if (mod != NULL && (execlike || ehdr.e32.e_type == ET_EXEC))