Lines Matching refs:Elf32_Ehdr
81 Elf32_Ehdr *e32; in get_shnum()
87 Elf32_Ehdr e32; in get_shnum()
96 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr)) in get_shnum()
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()
114 memcpy (&ehdr_mem, e_ident, sizeof (Elf32_Ehdr)); in get_shnum()
155 & (__alignof__ (Elf32_Ehdr) - 1)) == 0)) in get_shnum()
304 Elf32_Ehdr *ehdr = (Elf32_Ehdr *) ((char *) map_address + offset); in file_read_elf()
309 || ((((uintptr_t) ehdr) & (__alignof__ (Elf32_Ehdr) - 1)) == 0 in file_read_elf()
366 sizeof (Elf32_Ehdr)); in file_read_elf()
571 ? sizeof (Elf32_Ehdr) : sizeof (Elf64_Ehdr))) in read_unmmaped_file()