Lines Matching refs:e32
78 Elf32_Ehdr *e32;
84 Elf32_Ehdr e32;
114 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum;
115 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff;
122 CONVERT (ehdr_mem.e32.e_shnum);
123 CONVERT (ehdr_mem.e32.e_shoff);
147 result = ehdr.e32->e_shnum;
149 if (unlikely (result == 0) && ehdr.e32->e_shoff != 0)
151 if (unlikely (ehdr.e32->e_shoff >= maxsize)
152 || unlikely (maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr)))
158 || (((size_t) ((char *) (map_address + ehdr.e32->e_shoff
162 result = ((Elf32_Shdr *) ((char *) map_address + ehdr.e32->e_shoff
173 + ehdr.e32->e_shoff
180 offset + ehdr.e32->e_shoff
200 if (ehdr.e32->e_shoff > maxsize
201 || maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr) * result)
406 elf->state.elf32.scns.data[cnt].shdr.e32 =