Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:e32

338     Elf32_Ehdr e32;
367 e_type = ehdr.e32.e_type;
368 phoff = ehdr.e32.e_phoff;
369 phnum = ehdr.e32.e_phnum;
370 phentsize = ehdr.e32.e_phentsize;
373 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
475 ehdr.e32.e_ident[EI_DATA]) == NULL)
835 if (mod != NULL && (execlike || ehdr.e32.e_type == ET_EXEC))