Lines Matching refs:Elf64_Ehdr
82 Elf64_Ehdr *e64; in get_shnum()
88 Elf64_Ehdr e64; in get_shnum()
96 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr)) in get_shnum()
126 ehdr_mem.e64.e_shnum = ((Elf64_Ehdr *) e_ident)->e_shnum; in get_shnum()
127 ehdr_mem.e64.e_shoff = ((Elf64_Ehdr *) e_ident)->e_shoff; in get_shnum()
130 memcpy (&ehdr_mem, e_ident, sizeof (Elf64_Ehdr)); in get_shnum()
205 & (__alignof__ (Elf64_Ehdr) - 1)) == 0)) in get_shnum()
400 Elf64_Ehdr *ehdr = (Elf64_Ehdr *) ((char *) map_address + offset); in file_read_elf()
405 || ((((uintptr_t) ehdr) & (__alignof__ (Elf64_Ehdr) - 1)) == 0 in file_read_elf()
457 sizeof (Elf64_Ehdr)); in file_read_elf()
543 Elf64_Ehdr ehdr; in read_unmmaped_file()
544 unsigned char header[MAX (sizeof (Elf64_Ehdr), SARMAG)]; in read_unmmaped_file()
549 MIN (MAX (sizeof (Elf64_Ehdr), SARMAG), in read_unmmaped_file()
571 ? sizeof (Elf32_Ehdr) : sizeof (Elf64_Ehdr))) in read_unmmaped_file()