Searched refs:arm_all_abis (Results 1 – 1 of 1) sorted by relevance
693 static const struct abi_name arm_all_abis[] = variable1135 for (i = 0; i < ARRAY_SIZE (arm_all_abis); i++) in arm_override_options()1137 if (streq (arm_all_abis[i].name, target_abi_name)) in arm_override_options()1139 arm_abi = arm_all_abis[i].abi_type; in arm_override_options()1143 if (i == ARRAY_SIZE (arm_all_abis)) in arm_override_options()