Lines Matching refs:Elf32_Ehdr
78 Elf32_Ehdr *e32;
84 Elf32_Ehdr e32;
89 if ((is32 && maxsize < sizeof (Elf32_Ehdr))
100 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr))
114 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum;
115 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff;
118 memcpy (&ehdr_mem, e_ident, sizeof (Elf32_Ehdr));
344 Elf32_Ehdr *ehdr = (Elf32_Ehdr *) ((char *) map_address + offset);
349 || (((uintptr_t) ehdr) & (__alignof__ (Elf32_Ehdr) - 1)) == 0))
358 sizeof (Elf32_Ehdr));
627 ? sizeof (Elf32_Ehdr) : sizeof (Elf64_Ehdr)))