Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Delf.c129 bool is_mips64; in arch_check_elf() local
145 is_mips64 = (ehdr->e_ident[EI_CLASS] == ELFCLASS64) || in arch_check_elf()
148 if (is_mips64) { in arch_check_elf()