Home
last modified time | relevance | path

Searched refs:mips_abi_choices (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dmips-dis.c426 struct mips_abi_choice mips_abi_choices[] = variable
690 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()
DChangeLog-0203875 (mips_cp0_names_sb1, mips_abi_choices, mips_arch_choices)