Home
last modified time | relevance | path

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

/external/qemu/
Dmips-dis.c3038 struct mips_abi_choice mips_abi_choices[] = variable
3202 for (i = 0, c = NULL; i < ARRAY_SIZE (mips_abi_choices) && c == NULL; i++) in choose_abi_by_name()
3203 if (strncmp (mips_abi_choices[i].name, name, namelen) == 0 in choose_abi_by_name()
3204 && strlen (mips_abi_choices[i].name) == namelen) in choose_abi_by_name()
3205 c = &mips_abi_choices[i]; in choose_abi_by_name()
4828 for (i = 0; i < ARRAY_SIZE (mips_abi_choices); i++)
4829 fprintf (stream, " %s", mips_abi_choices[i].name);