Searched refs:MIPS_ABIS (Results 1 – 1 of 1) sorted by relevance
68 private static final Set<String> MIPS_ABIS = new HashSet<String>(); field in AbiUtils99 MIPS_ABIS.add(ABI_MIPS);100 MIPS_ABIS.add(ABI_MIPS64);106 ARCH_TO_ABIS.put(BASE_ARCH_MIPS, MIPS_ABIS); in ARCH_TO_ABIS.put() argument107 ARCH_TO_ABIS.put(ARCH_MIPS64, MIPS_ABIS); in ARCH_TO_ABIS.put() argument111 ABIS_SUPPORTED_BY_COMPATIBILITY.addAll(MIPS_ABIS);