Lines Matching defs:Table
308 // generating pretty output, scan through the symbol table looking for a
483 // getIndirectName() returns the name of the alias'ed symbol who's string table
907 static const char *const Table[] = {
918 res = Table[RType];
922 static const char *const Table[] = {
937 res = Table[RType];
941 static const char *const Table[] = {
956 res = Table[RType];
961 static const char *const Table[] = {
970 if (RType >= array_lengthof(Table))
973 res = Table[RType];
977 static const char *const Table[] = {
998 res = Table[RType];