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

/arch/mips/kernel/
H A Dbinfmt_elfo32.c56 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \
57 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \
H A Dbinfmt_elfn32.c43 ((__h->e_flags & EF_MIPS_ABI) != 0)) \
/arch/mips/include/asm/
H A Delf.h40 #define EF_MIPS_ABI 0x0000f000 macro
205 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \
206 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \
313 ((ex).e_flags & EF_MIPS_ABI) == 0) \

Completed in 74 milliseconds