Searched refs:EM_MIPS_RS3_LE (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2163 #ifndef EM_MIPS_RS3_LE
2164 #define EM_MIPS_RS3_LE 10 /* MIPS */ macro
2196 {EM_MIPS_RS3_LE, EM_MIPS_RS3_LE, ELFCLASS32, ELFDATA2LSB, (char*)"MIPSel"},
2223 static Elf32_Half running_arch_code=EM_MIPS_RS3_LE;
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1971 {EM_MIPS_RS3_LE, EM_MIPS_RS3_LE, ELFCLASS32, ELFDATA2LSB, (char*)"MIPSel"},
1998 static Elf32_Half running_arch_code=EM_MIPS_RS3_LE;

Completed in 2256 milliseconds