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

/linux-master/arch/mips/include/asm/
H A Delf.h49 #define EF_MIPS_ABI 0x0000f000 macro
291 (__h->e_flags & EF_MIPS_ABI)) \
296 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \
297 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \
380 ((ex).e_flags & EF_MIPS_ABI) == 0) \

Completed in 162 milliseconds