Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dbinfmt_elfn32.c42 if (((__h->e_flags & EF_MIPS_ABI2) == 0) || \
111 #define ELF_CORE_EFLAGS EF_MIPS_ABI2
Dbinfmt_elfo32.c54 if ((__h->e_flags & EF_MIPS_ABI2) != 0) \
Delf.c146 (ehdr->e_flags & EF_MIPS_ABI2); in arch_check_elf()
/linux-4.1.27/arch/mips/include/asm/
Delf.h42 #define EF_MIPS_ABI2 0x00000020 macro
233 if ((__h->e_flags & EF_MIPS_ABI2) != 0) \
345 if ((((ex).e_flags & EF_MIPS_ABI2) != 0) && \