mach_table 29 arch/mips/fw/arc/identify.c static struct smatch mach_table[] = { mach_table 75 arch/mips/fw/arc/identify.c for (i = 0; i < ARRAY_SIZE(mach_table); i++) { mach_table 76 arch/mips/fw/arc/identify.c if (!strcmp(s, mach_table[i].arcname)) mach_table 77 arch/mips/fw/arc/identify.c return &mach_table[i];