Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/include/
H A Delf_machdep.h174 #define EF_MIPS_ARCH_64 0x60000000 /* -mips64 code */ macro
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Dmips.h284 EF_MIPS_ARCH_64 = 0x60000000, enumerator
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dmips.h244 #define EF_MIPS_ARCH_64 0x60000000 macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h556 EF_MIPS_ARCH_64 = 0x60000000, // MIPS64 instruction set per linux not elf.h enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d1108 enum EF_MIPS_ARCH_64 = 0x60000000; variable