Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/include/
H A Delf_machdep.h173 #define EF_MIPS_ARCH_32 0x50000000 /* -mips32 code */ macro
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Dmips.h282 EF_MIPS_ARCH_32 = 0x50000000, enumerator
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dmips.h241 #define EF_MIPS_ARCH_32 0x50000000 macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h555 EF_MIPS_ARCH_32 = 0x50000000, // MIPS32 instruction set per linux not elf.h enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d1107 enum EF_MIPS_ARCH_32 = 0x50000000; variable