Home
last modified time | relevance | path

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

/openbmc/qemu/disas/
H A Dmips.c3840 static struct mips_abi_choice mips_abi_choices[] = variable
4002 for (i = 0, c = NULL; i < ARRAY_SIZE (mips_abi_choices) && c == NULL; i++) in choose_abi_by_name()
4003 if (strncmp (mips_abi_choices[i].name, name, namelen) == 0 in choose_abi_by_name()
4004 && strlen (mips_abi_choices[i].name) == namelen) in choose_abi_by_name()
4005 c = &mips_abi_choices[i]; in choose_abi_by_name()
5804 for (i = 0; i < ARRAY_SIZE (mips_abi_choices); i++)
5805 fprintf (stream, " %s", mips_abi_choices[i].name);