Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/include/
H A Delf_machdep.h172 #define EF_MIPS_ARCH_5 0x40000000 /* -mips5 code */ macro
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Dmips.h280 EF_MIPS_ARCH_5 = 0x40000000, enumerator
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dmips.h238 #define EF_MIPS_ARCH_5 0x40000000 macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h554 EF_MIPS_ARCH_5 = 0x40000000, // MIPS5 instruction set enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d1106 enum EF_MIPS_ARCH_5 = 0x40000000; variable