Searched refs:mips_abi_choices (Results 1 – 2 of 2) sorted by relevance
426 struct mips_abi_choice mips_abi_choices[] = variable690 for (i = 0, c = NULL; i < ARRAY_SIZE (mips_abi_choices) && c == NULL; i++) in choose_abi_by_name()691 if (strncmp (mips_abi_choices[i].name, name, namelen) == 0 in choose_abi_by_name()692 && strlen (mips_abi_choices[i].name) == namelen) in choose_abi_by_name()693 c = &mips_abi_choices[i]; in choose_abi_by_name()2424 for (i = 0; i < ARRAY_SIZE (mips_abi_choices); i++) in print_mips_disassembler_options()2425 fprintf (stream, " %s", mips_abi_choices[i].name); in print_mips_disassembler_options()
875 (mips_cp0_names_sb1, mips_abi_choices, mips_arch_choices)