Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/kernel/
Delf.c105 if (phdr32->p_type != PT_MIPS_ABIFLAGS) in arch_elf_pt_proc()
112 if (phdr64->p_type != PT_MIPS_ABIFLAGS) in arch_elf_pt_proc()
/linux-5.19.10/arch/mips/boot/
Delf2ecoff.c55 #define PT_MIPS_ABIFLAGS 0x70000003 /* Records ABI related flags */ macro
356 case PT_MIPS_ABIFLAGS: in main()
/linux-5.19.10/arch/mips/include/asm/
Delf.h38 #define PT_MIPS_ABIFLAGS 0x70000003 macro