Lines Matching refs:hash

446   /* We can just do a hash lookup for the section with the right name.
1008 /* The hash table. */
1012 /* Support routines for the hash table used by lang_output_section_find,
1069 einfo (_("%P%F: can not create hash table: %E\n"));
1103 scripts, there are none. Why a hash table then? Well, it's somewhat
1111 einfo (_("%P%F: can not create hash table: %E\n"));
1206 unsigned long hash;
1214 hash = entry->root.hash;
1222 && entry->root.hash == hash
1233 unsigned long hash;
1248 hash = entry->root.hash;
1260 && entry->root.hash == hash
1812 bfd_link_hash_traverse (link_info.hash, sort_def_symbol, 0);
2832 link_info.hash = bfd_link_hash_table_create (output);
2833 if (link_info.hash == NULL)
2834 einfo (_("%P%F: can not create hash table: %E\n"));
2927 undefs = link_info.hash->undefs_tail;
2930 while (undefs != link_info.hash->undefs_tail);
2972 /* Add a symbol to a hash of symbols used in DEFINED (NAME) expressions. */
2981 /* New-function for the definedness hash table. */
3083 h = bfd_link_hash_lookup (link_info.hash, name, TRUE, FALSE, TRUE);
3090 bfd_link_add_undef (link_info.hash, h);
3095 into the linker hash table as undefined symbols belonging to the
3362 .dynsym, .dynstr and .hash. These all have SEC_LINKER_CREATED
3536 h = bfd_link_hash_lookup (link_info.hash, assignment->exp->assign.dst,
3670 bfd_link_hash_traverse (link_info.hash, print_one_symbol, i);
4745 we have a large number of sections then a hash lookup is faster. */
5013 h = bfd_link_hash_lookup (link_info.hash, buf, FALSE, FALSE, TRUE);
5022 h = bfd_link_hash_lookup (link_info.hash, buf, FALSE, FALSE, TRUE);
5053 h = bfd_link_hash_lookup (link_info.hash, entry_symbol.name,
5208 bfd_link_hash_traverse (link_info.hash, lang_one_common, NULL);
5214 bfd_link_hash_traverse (link_info.hash, lang_one_common, &power);
5636 h = bfd_link_hash_lookup (link_info.hash, ulist->name,
5714 /* Add to the hash table all undefineds on the command line. */
5718 einfo (_("%P%F: Failed to create hash table\n"));
6089 h = bfd_link_hash_lookup (link_info.hash, name, TRUE, TRUE, TRUE);
6120 h = bfd_link_hash_lookup (link_info.hash, name, TRUE, TRUE, TRUE);