Home
last modified time | relevance | path

Searched refs:ielf32 (Results 1 – 1 of 1) sorted by relevance

/arch/mips/kernel/
Delf.c175 bool ielf32; in arch_check_elf() local
178 ielf32 = iehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf()
179 iflags = ielf32 ? iehdr->e32.e_flags : iehdr->e64.e_flags; in arch_check_elf()