• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/

Lines Matching defs:hash

1761 /* We use a hash table when writing out symbols so that we only write
1767 This hash table code breaks dbx on SunOS 4.1.3, so we don't do it
1779 bfd_boolean hash;
1786 /* Don't hash if BFD_TRADITIONAL_FORMAT is set, because SunOS dbx
1788 hash = TRUE;
1790 hash = FALSE;
1792 index = _bfd_stringtab_add (tab, str, hash, copy);
2829 /* Routine to create an entry in an a.out link hash table. */
2859 /* Initialize an a.out link hash table. */
2872 /* Create an a.out link hash table. */
2894 /* Add all symbols from an object file to the hash table. */
2927 /* We keep a list of the linker hash table entries that correspond
2928 to particular symbols. We could just look them up in the hash
3097 it is possible for the hash entry to not have been set. In
3201 h = bfd_link_hash_lookup (info->hash, name, FALSE, FALSE, TRUE);
3296 h->u.c.p = bfd_hash_allocate (&info->hash->table,
3377 /* Given an a.out BFD, add symbols to the global hash table as
3397 /* A hash table used for header files with N_BINCL entries. */
3413 /* An entry in the header file hash table. */
3422 /* Look up an entry in an the header file hash table. */
3443 /* Header file hash table. */
3455 /* The function to create a new entry in the header file hash table. */
3576 already in the hash table. */
4788 /* We have saved the hash table entry for this symbol, if
4790 in the hash table, provided we first check that it is an
4794 /* Use the name from the hash table, in case the symbol was
4899 /* We need to get the value from the hash table. We use
5131 free. If there is a hash table entry, use that string.
5217 strings in the hash table point into them. */