Home
last modified time | relevance | path

Searched defs:EF_MIPS_ARCH_3 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/mips/include/
H A Delf_machdep.h170 #define EF_MIPS_ARCH_3 0x20000000 /* -mips3 code */ macro
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Dmips.h276 EF_MIPS_ARCH_3 = 0x20000000, enumerator
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dmips.h232 #define EF_MIPS_ARCH_3 0x20000000 macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h552 EF_MIPS_ARCH_3 = 0x20000000, // MIPS3 instruction set enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d1104 enum EF_MIPS_ARCH_3 = 0x20000000; variable