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