Searched refs:MIPS_ABIS (Results 1 – 1 of 1) sorted by relevance
67 private static final Set<String> MIPS_ABIS = new HashSet<String>(); field in AbiUtils98 MIPS_ABIS.add(ABI_MIPS);99 MIPS_ABIS.add(ABI_MIPS64);105 ARCH_TO_ABIS.put(BASE_ARCH_MIPS, MIPS_ABIS); in ARCH_TO_ABIS.put() argument106 ARCH_TO_ABIS.put(ARCH_MIPS64, MIPS_ABIS); in ARCH_TO_ABIS.put() argument110 ABIS_SUPPORTED_BY_COMPATIBILITY.addAll(MIPS_ABIS);