| /src/external/gpl3/binutils/dist/opcodes/ |
| mips-dis.c | 502 const struct mips_arch_choice mips_arch_choices[] = 787 for (i = 0, c = NULL; i < ARRAY_SIZE (mips_arch_choices) && c == NULL; i++) 788 if (strncmp (mips_arch_choices[i].name, name, namelen) == 0 789 && strlen (mips_arch_choices[i].name) == namelen) 790 c = &mips_arch_choices[i]; 810 for (i = 0, c = NULL; i < ARRAY_SIZE (mips_arch_choices) && c == NULL; i++) 812 if (mips_arch_choices[i].bfd_mach_valid 813 && mips_arch_choices[i].bfd_mach == mach) 815 c = &mips_arch_choices[i]; 2857 = XNEWVEC (const char *, ARRAY_SIZE (mips_arch_choices) + 1) 501 const struct mips_arch_choice mips_arch_choices[] = variable in typeref:struct:mips_arch_choice [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mips-dis.c | 502 const struct mips_arch_choice mips_arch_choices[] = 787 for (i = 0, c = NULL; i < ARRAY_SIZE (mips_arch_choices) && c == NULL; i++) 788 if (strncmp (mips_arch_choices[i].name, name, namelen) == 0 789 && strlen (mips_arch_choices[i].name) == namelen) 790 c = &mips_arch_choices[i]; 810 for (i = 0, c = NULL; i < ARRAY_SIZE (mips_arch_choices) && c == NULL; i++) 812 if (mips_arch_choices[i].bfd_mach_valid 813 && mips_arch_choices[i].bfd_mach == mach) 815 c = &mips_arch_choices[i]; 2857 = XNEWVEC (const char *, ARRAY_SIZE (mips_arch_choices) + 1) 501 const struct mips_arch_choice mips_arch_choices[] = variable in typeref:struct:mips_arch_choice [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| mips-dis.c | 475 const struct mips_arch_choice mips_arch_choices[] = 760 for (i = 0, c = NULL; i < ARRAY_SIZE (mips_arch_choices) && c == NULL; i++) 761 if (strncmp (mips_arch_choices[i].name, name, namelen) == 0 762 && strlen (mips_arch_choices[i].name) == namelen) 763 c = &mips_arch_choices[i]; 783 for (i = 0, c = NULL; i < ARRAY_SIZE (mips_arch_choices) && c == NULL; i++) 785 if (mips_arch_choices[i].bfd_mach_valid 786 && mips_arch_choices[i].bfd_mach == mach) 788 c = &mips_arch_choices[i]; 2830 = XNEWVEC (const char *, ARRAY_SIZE (mips_arch_choices) + 1) 474 const struct mips_arch_choice mips_arch_choices[] = variable in typeref:struct:mips_arch_choice [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| mips-dis.c | 502 const struct mips_arch_choice mips_arch_choices[] = 787 for (i = 0, c = NULL; i < ARRAY_SIZE (mips_arch_choices) && c == NULL; i++) 788 if (strncmp (mips_arch_choices[i].name, name, namelen) == 0 789 && strlen (mips_arch_choices[i].name) == namelen) 790 c = &mips_arch_choices[i]; 810 for (i = 0, c = NULL; i < ARRAY_SIZE (mips_arch_choices) && c == NULL; i++) 812 if (mips_arch_choices[i].bfd_mach_valid 813 && mips_arch_choices[i].bfd_mach == mach) 815 c = &mips_arch_choices[i]; 2857 = XNEWVEC (const char *, ARRAY_SIZE (mips_arch_choices) + 1) 501 const struct mips_arch_choice mips_arch_choices[] = variable in typeref:struct:mips_arch_choice [all...] |