Home | History | Annotate | Download | only in bfd

Lines Matching refs:coff_link_hash_table

95 _bfd_coff_link_hash_table_init (struct coff_link_hash_table *table,
111 struct coff_link_hash_table *ret;
112 bfd_size_type amt = sizeof (struct coff_link_hash_table);
114 ret = (struct coff_link_hash_table *) bfd_malloc (amt);
529 struct coff_link_hash_table *table;