Searched refs:SYMBOL_HASH_NEXT (Results 1 – 6 of 6) sorted by relevance
196 #define SYMBOL_HASH_NEXT(hash, c) \ macro
173 hash = SYMBOL_HASH_NEXT (hash, *string); in msymbol_hash_iw()188 hash = SYMBOL_HASH_NEXT (hash, *string); in msymbol_hash()
801 hash = SYMBOL_HASH_NEXT (hash, *string); in search_name_hash()
1729 hash = SYMBOL_HASH_NEXT (hash, *string);
133 (msymbol_hash, SYMBOL_HASH_NEXT, msymbol_objfile)7274 * symtab.h (SYMBOL_HASH_NEXT): Always call tolower.7804 * dictionary.c (dict_hash): Use SYMBOL_HASH_NEXT.7805 * dwarf2read.c (mapped_index_string_hash): Refer to SYMBOL_HASH_NEXT7807 * minsyms.c (msymbol_hash_iw, msymbol_hash): Use SYMBOL_HASH_NEXT.7808 * symtab.h (SYMBOL_HASH_NEXT): New.
1596 * minsyms.c (SYMBOL_HASH_NEXT): Use TOLOWER instead of tolower.