Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dbinfmt_elfn32.c42 if (((__h->e_flags & EF_MIPS_ABI2) == 0) || \
111 #define ELF_CORE_EFLAGS EF_MIPS_ABI2
Dbinfmt_elfo32.c54 if ((__h->e_flags & EF_MIPS_ABI2) != 0) \
Delf.c146 (ehdr->e_flags & EF_MIPS_ABI2); in arch_check_elf()
/linux-4.4.14/arch/mips/include/asm/
Delf.h43 #define EF_MIPS_ABI2 0x00000020 macro
234 if ((__h->e_flags & EF_MIPS_ABI2) != 0) \
346 if ((((ex).e_flags & EF_MIPS_ABI2) != 0) && \
/linux-4.4.14/arch/mips/vdso/
Dgenvdso.h145 else if (flags & EF_MIPS_ABI2) in FUNC()