Home
last modified time | relevance | path

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

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