Home | History | Annotate | Download | only in libelf

Lines Matching refs:Elf32_Ehdr

81     Elf32_Ehdr *e32;
87 Elf32_Ehdr e32;
96 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr))
110 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum;
111 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff;
114 memcpy (&ehdr_mem, e_ident, sizeof (Elf32_Ehdr));
304 Elf32_Ehdr *ehdr = (Elf32_Ehdr *) ((char *) map_address + offset);
309 || (((uintptr_t) ehdr) & (__alignof__ (Elf32_Ehdr) - 1)) == 0))
318 sizeof (Elf32_Ehdr));
583 ? sizeof (Elf32_Ehdr) : sizeof (Elf64_Ehdr)))