Searched refs:TABLES (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/gas/
H A Dhash.c417 #define TABLES (6)
429 char *hashtable[TABLES];
441 /* Number 0:TABLES-1 of current hashed symbol table. */
468 for (pp = hashtable; pp < hashtable + TABLES; pp++)
577 printf (" what hash table (%d:%d) ? ", 0, TABLES - 1);
580 if (number >= 0 && number < TABLES)
416 #define TABLES macro
/haiku-buildtools/legacy/binutils/gas/
H A Dhash.c438 #define TABLES (6)
450 char *hashtable[TABLES];
462 /* Number 0:TABLES-1 of current hashed symbol table. */
489 for (pp = hashtable; pp < hashtable + TABLES; pp++)
598 printf (" what hash table (%d:%d) ? ", 0, TABLES - 1);
601 if (number >= 0 && number < TABLES)
437 #define TABLES macro

Completed in 42 milliseconds