Home | History | Annotate | Download | only in libdwfl

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;
142 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
194 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32;
220 switch (ehdr.e32.e_ident[EI_CLASS])
252 ehdr.e32.e_ident[EI_DATA]) == NULL)
302 switch (ehdr.e32.e_ident[EI_CLASS])
330 ehdr.e32.e_shoff = 0;
331 ehdr.e32.e_shnum = 0;
332 ehdr.e32.e_shstrndx = 0;
338 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e32;
339 xlatefrom.d_buf = &ehdr.e32;
342 ehdr.e32.e_ident[EI_DATA]) == NULL)