Searched refs:EF_MIPS_ABI2 (Results 1 - 3 of 3) sorted by relevance

/arch/mips/kernel/
H A Dbinfmt_elfn32.c42 if (((__h->e_flags & EF_MIPS_ABI2) == 0) || \
111 #define ELF_CORE_EFLAGS EF_MIPS_ABI2
H A Dbinfmt_elfo32.c54 if ((__h->e_flags & EF_MIPS_ABI2) != 0) \
/arch/mips/include/asm/
H A Delf.h36 #define EF_MIPS_ABI2 0x00000020 macro
203 if ((__h->e_flags & EF_MIPS_ABI2) != 0) \
312 if ((((ex).e_flags & EF_MIPS_ABI2) != 0) && \

Completed in 38 milliseconds