Lines Matching defs:Table
401 "extends past the end of the symbol table");
408 "command extends past the end of the symbol table");
413 "extends past the end of the symbol table");
421 "table");
426 "extends past the end of the symbol table");
433 " command extends past the end of the symbol table");
475 // getIndirectName() returns the name of the alias'ed symbol who's string table
792 static const char *const Table[] = {
803 res = Table[RType];
807 static const char *const Table[] = {
822 res = Table[RType];
826 static const char *const Table[] = {
841 res = Table[RType];
845 static const char *const Table[] = {
854 if (RType >= array_lengthof(Table))
857 res = Table[RType];
861 static const char *const Table[] = {
882 res = Table[RType];
1121 report_fatal_error("getSymbolIndex() called with no symbol table symbol");