Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/kernel/
Dbinfmt_elfn32.c42 if (((__h->e_flags & EF_MIPS_ABI2) == 0) || \
111 #define ELF_CORE_EFLAGS EF_MIPS_ABI2
Dbinfmt_elfo32.c42 if ((__h->e_flags & EF_MIPS_ABI2) != 0) \
/linux-2.6.39/arch/mips/include/asm/
Delf.h36 #define EF_MIPS_ABI2 0x00000020 macro
190 if ((__h->e_flags & EF_MIPS_ABI2) != 0) \
288 if ((((ex).e_flags & EF_MIPS_ABI2) != 0) && \