| /src/external/gpl3/binutils/dist/opcodes/ |
| mips-dis.c | 476 struct mips_abi_choice mips_abi_choices[] = 773 for (i = 0, c = NULL; i < ARRAY_SIZE (mips_abi_choices) && c == NULL; i++) 774 if (strncmp (mips_abi_choices[i].name, name, namelen) == 0 775 && strlen (mips_abi_choices[i].name) == namelen) 776 c = &mips_abi_choices[i]; 2849 = XNEWVEC (const char *, ARRAY_SIZE (mips_abi_choices) + 1); 2850 for (i = 0; i < ARRAY_SIZE (mips_abi_choices); i++) 2851 args[MIPS_OPTION_ARG_ABI].values[i] = mips_abi_choices[i].name; 475 struct mips_abi_choice mips_abi_choices[] = variable in typeref:struct:mips_abi_choice
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mips-dis.c | 476 struct mips_abi_choice mips_abi_choices[] = 773 for (i = 0, c = NULL; i < ARRAY_SIZE (mips_abi_choices) && c == NULL; i++) 774 if (strncmp (mips_abi_choices[i].name, name, namelen) == 0 775 && strlen (mips_abi_choices[i].name) == namelen) 776 c = &mips_abi_choices[i]; 2849 = XNEWVEC (const char *, ARRAY_SIZE (mips_abi_choices) + 1); 2850 for (i = 0; i < ARRAY_SIZE (mips_abi_choices); i++) 2851 args[MIPS_OPTION_ARG_ABI].values[i] = mips_abi_choices[i].name; 475 struct mips_abi_choice mips_abi_choices[] = variable in typeref:struct:mips_abi_choice
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| mips-dis.c | 452 struct mips_abi_choice mips_abi_choices[] = 746 for (i = 0, c = NULL; i < ARRAY_SIZE (mips_abi_choices) && c == NULL; i++) 747 if (strncmp (mips_abi_choices[i].name, name, namelen) == 0 748 && strlen (mips_abi_choices[i].name) == namelen) 749 c = &mips_abi_choices[i]; 2822 = XNEWVEC (const char *, ARRAY_SIZE (mips_abi_choices) + 1); 2823 for (i = 0; i < ARRAY_SIZE (mips_abi_choices); i++) 2824 args[MIPS_OPTION_ARG_ABI].values[i] = mips_abi_choices[i].name; 451 struct mips_abi_choice mips_abi_choices[] = variable in typeref:struct:mips_abi_choice
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| mips-dis.c | 476 struct mips_abi_choice mips_abi_choices[] = 773 for (i = 0, c = NULL; i < ARRAY_SIZE (mips_abi_choices) && c == NULL; i++) 774 if (strncmp (mips_abi_choices[i].name, name, namelen) == 0 775 && strlen (mips_abi_choices[i].name) == namelen) 776 c = &mips_abi_choices[i]; 2849 = XNEWVEC (const char *, ARRAY_SIZE (mips_abi_choices) + 1); 2850 for (i = 0; i < ARRAY_SIZE (mips_abi_choices); i++) 2851 args[MIPS_OPTION_ARG_ABI].values[i] = mips_abi_choices[i].name; 475 struct mips_abi_choice mips_abi_choices[] = variable in typeref:struct:mips_abi_choice
|