Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Delf.h49 #define EF_MIPS_ABI 0x0000f000 macro
293 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \
294 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \
331 ((__h->e_flags & EF_MIPS_ABI) != 0)) \
396 ((ex).e_flags & EF_MIPS_ABI) == 0) \
/kernel/linux/linux-6.6/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 3 milliseconds