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

Lines Matching defs:table

55 /* Create an entry in a COFF linker hash table.  */
59 struct bfd_hash_table *table,
68 bfd_hash_allocate (table, sizeof (struct coff_link_hash_entry)));
75 table, string));
90 /* Initialize a COFF linker hash table. */
93 _bfd_coff_link_hash_table_init (struct coff_link_hash_table *table,
100 memset (&table->stab_info, 0, sizeof (table->stab_info));
101 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize);
104 /* Create a COFF linker hash table. */
126 /* Create an entry in a COFF debug merge hash table. */
130 struct bfd_hash_table *table,
140 bfd_hash_allocate (table,
147 bfd_hash_newfunc ((struct bfd_hash_entry *) ret, table, string));
157 /* Given a COFF BFD, add symbols to the global hash table as
286 /* Add all the symbols from an object file to the hash table. */
316 /* We keep a list of the linker hash table entries that correspond
353 syment itself, rather than the string table. */
484 the hash table, or if we are looking at a symbol
486 the hash table. */
529 bfd_hash_allocate (&info->hash->table,
590 struct coff_link_hash_table *table;
603 table = coff_hash_table (info);
605 if (! _bfd_link_section_stabs (abfd, &table->stab_info,
751 table. This must correspond to the code in
802 table entries. Each entry in the array corresponds to a
880 we don't know the size of the symbol table and therefore we don't
881 know where the string table starts. We just build the string
882 table in memory as we go along. We process all the relocations
1094 /* Write out the string table. */
1332 in the relocation table. This will then be picked up in the
1476 end of the symbol table, so skip them for now.
1732 table we are building. Note that we do not check
1953 string table. */
2386 hash table entry in the rel_hash list.