Home | History | Annotate | Download | only in libelf

Lines Matching refs:e32

81     Elf32_Ehdr *e32;
87 Elf32_Ehdr e32;
110 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum;
111 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff;
118 CONVERT (ehdr_mem.e32.e_shnum);
119 CONVERT (ehdr_mem.e32.e_shoff);
143 result = ehdr.e32->e_shnum;
145 if (unlikely (result == 0) && ehdr.e32->e_shoff != 0)
147 if (unlikely (ehdr.e32->e_shoff >= maxsize)
148 || unlikely (maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr)))
154 || (((size_t) ((char *) map_address + ehdr.e32->e_shoff))
157 result = ((Elf32_Shdr *) ((char *) map_address + ehdr.e32->e_shoff
167 + ehdr.e32->e_shoff
172 offset + ehdr.e32->e_shoff
185 if (ehdr.e32->e_shoff > maxsize
186 || maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr) * result)
364 elf->state.elf32.scns.data[cnt].shdr.e32 =