ielf32            169 arch/mips/kernel/elf.c 		bool ielf32;
ielf32            172 arch/mips/kernel/elf.c 		ielf32 = iehdr->e32.e_ident[EI_CLASS] == ELFCLASS32;
ielf32            173 arch/mips/kernel/elf.c 		iflags = ielf32 ? iehdr->e32.e_flags : iehdr->e64.e_flags;