Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:e32

115     Elf32_Ehdr e32;
147 phoff = ehdr.e32.e_phoff;
148 phnum = ehdr.e32.e_phnum;
149 phentsize = ehdr.e32.e_phentsize;
152 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
217 switch (ehdr.e32.e_ident[EI_CLASS])
238 ehdr.e32.e_ident[EI_DATA]) == NULL)
281 switch (ehdr.e32.e_ident[EI_CLASS])
307 ehdr.e32.e_shoff = 0;
308 ehdr.e32.e_shnum = 0;
309 ehdr.e32.e_shstrndx = 0;
315 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e32;
316 xlatefrom.d_buf = &ehdr.e32;
319 ehdr.e32.e_ident[EI_DATA]) == NULL)