Lines Matching refs:e32
80 Elf32_Ehdr *e32; in get_shnum() member
86 Elf32_Ehdr e32; in get_shnum() member
109 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum; in get_shnum()
110 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff; in get_shnum()
117 CONVERT (ehdr_mem.e32.e_shnum); in get_shnum()
118 CONVERT (ehdr_mem.e32.e_shoff); in get_shnum()
142 result = ehdr.e32->e_shnum; in get_shnum()
144 if (unlikely (result == 0) && ehdr.e32->e_shoff != 0) in get_shnum()
146 if (unlikely (ehdr.e32->e_shoff >= maxsize) in get_shnum()
147 || unlikely (maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr))) in get_shnum()
153 || (((size_t) ((char *) map_address + ehdr.e32->e_shoff)) in get_shnum()
156 result = ((Elf32_Shdr *) ((char *) map_address + ehdr.e32->e_shoff in get_shnum()
167 + ehdr.e32->e_shoff in get_shnum()
173 offset + ehdr.e32->e_shoff in get_shnum()
193 if (ehdr.e32->e_shoff > maxsize in get_shnum()
194 || maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr) * result) in get_shnum()
392 elf->state.elf32.scns.data[cnt].shdr.e32 = in file_read_elf()