Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:e32

309     Elf32_Ehdr e32;
332 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
334 if (ehdr.e32.e_shentsize != shentsize
335 || ehdr.e32.e_phentsize != phentsize)
337 phnum = ehdr.e32.e_phnum;
338 shnum = ehdr.e32.e_shnum;
388 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32;
400 ehdr.e32.e_ident[EI_DATA]) == NULL))
445 ehdr.e32.e_ident[EI_DATA]) == NULL))