Searched refs:hash_print_statistics (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/ |
D | hash.h | 85 extern void hash_print_statistics (FILE *, const char *name,
|
D | hash.c | 374 hash_print_statistics (FILE *f ATTRIBUTE_UNUSED, in hash_print_statistics() function
|
D | symbols.c | 3032 hash_print_statistics (file, "symbol table", sy_hash); in symbol_print_statistics() 3033 hash_print_statistics (file, "mini local symbol table", local_hash); in symbol_print_statistics()
|
D | read.c | 6224 hash_print_statistics (file, "pseudo-op table", po_hash); in read_print_statistics()
|
D | ChangeLog-9697 | 4686 (hash_print_statistics): Use %lu, not %d, to print unsigned
|
D | ChangeLog-9295 | 156 * hash.c (hash_print_statistics): New function. 157 * hash.h (hash_print_statistics): Declare.
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-m68hc11.c | 475 hash_print_statistics (file, "opcode table", m68hc11_hash); in m68hc11_print_statistics()
|
D | tc-i386.c | 2713 hash_print_statistics (file, "i386 opcode", op_hash); in i386_print_statistics() 2714 hash_print_statistics (file, "i386 register", reg_hash); in i386_print_statistics()
|