Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Delf.h44 #define EF_MIPS_ABI2 0x00000020 macro
291 if ((__h->e_flags & EF_MIPS_ABI2) != 0) \
330 if (((__h->e_flags & EF_MIPS_ABI2) == 0) || \
395 if ((((ex).e_flags & EF_MIPS_ABI2) != 0) && \
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dbinfmt_elfn32.c98 #define ELF_CORE_EFLAGS EF_MIPS_ABI2
H A Delf.c194 if (elf32 && !(flags & EF_MIPS_ABI2)) { in arch_check_elf()
H A Dptrace.c1047 .e_flags = EF_MIPS_ABI2,
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Delf.h44 #define EF_MIPS_ABI2 0x00000020 macro
289 if ((__h->e_flags & EF_MIPS_ABI2) != 0) { \
379 if ((((ex).e_flags & EF_MIPS_ABI2) != 0) && \
/kernel/linux/linux-5.10/arch/mips/vdso/
H A Dgenvdso.h90 else if (flags & EF_MIPS_ABI2) in get_symbols()
/kernel/linux/linux-6.6/arch/mips/vdso/
H A Dgenvdso.h90 else if (flags & EF_MIPS_ABI2) in get_symbols()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Delf.c194 if (elf32 && !(flags & EF_MIPS_ABI2)) { in arch_check_elf()
H A Dptrace.c1054 .e_flags = EF_MIPS_ABI2,

Completed in 9 milliseconds