Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/include/
H A Delf_machdep.h169 #define EF_MIPS_ARCH_2 0x10000000 /* -mips2 code */ macro
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Dmips.h274 EF_MIPS_ARCH_2 = 0x10000000, enumerator
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dmips.h229 #define EF_MIPS_ARCH_2 0x10000000 macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h551 EF_MIPS_ARCH_2 = 0x10000000, // MIPS2 instruction set enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d1103 enum EF_MIPS_ARCH_2 = 0x10000000; variable