e32                79 arch/mips/kernel/elf.c 		struct elf32_hdr e32;
e32                90 arch/mips/kernel/elf.c 	elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32;
e32                91 arch/mips/kernel/elf.c 	flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags;
e32               138 arch/mips/kernel/elf.c 		struct elf32_hdr e32;
e32               142 arch/mips/kernel/elf.c 		struct elf32_hdr e32;
e32               150 arch/mips/kernel/elf.c 	elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32;
e32               151 arch/mips/kernel/elf.c 	flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags;
e32               172 arch/mips/kernel/elf.c 		ielf32 = iehdr->e32.e_ident[EI_CLASS] == ELFCLASS32;
e32               173 arch/mips/kernel/elf.c 		iflags = ielf32 ? iehdr->e32.e_flags : iehdr->e64.e_flags;