Home | History | Annotate | Download | only in libelf

Lines Matching refs:e32

102     Elf32_Ehdr *e32;
108 Elf32_Ehdr e32;
131 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum;
132 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff;
139 CONVERT (ehdr_mem.e32.e_shnum);
140 CONVERT (ehdr_mem.e32.e_shoff);
164 result = ehdr.e32->e_shnum;
166 if (unlikely (result == 0) && ehdr.e32->e_shoff != 0)
168 if (ehdr.e32->e_shoff + sizeof (Elf32_Shdr) > maxsize)
177 result = ((Elf32_Shdr *) ((char *) map_address + ehdr.e32->e_shoff
187 + ehdr.e32->e_shoff
192 offset + ehdr.e32->e_shoff
205 if (ehdr.e32->e_shoff > maxsize
206 || maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr) * result)
337 elf->state.elf32.scns.data[cnt].shdr.e32 =