Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Delf.h44 #define EF_MIPS_ABI2 0x00000020 macro
291 if ((__h->e_flags & EF_MIPS_ABI2) != 0) { \
381 if ((((ex).e_flags & EF_MIPS_ABI2) != 0) && \
/linux/arch/mips/vdso/
H A Dgenvdso.h90 else if (flags & EF_MIPS_ABI2) in FUNC()
/linux/arch/mips/kernel/
H A Delf.c194 if (elf32 && !(flags & EF_MIPS_ABI2)) { in arch_check_elf()