Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Dhash.c416 #define TABLES (6) macro
428 char *hashtable[TABLES];
467 for (pp = hashtable; pp < hashtable + TABLES; pp++) in main()
576 printf (" what hash table (%d:%d) ? ", 0, TABLES - 1); in whattable()
579 if (number >= 0 && number < TABLES) in whattable()