Searched refs:coff_link_hash_table (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibcoff-in.h274 struct coff_link_hash_table struct
298 #define coff_hash_table(p) ((struct coff_link_hash_table *) ((p)->hash))
538 (struct coff_link_hash_table *, bfd *,
H A Dlibcoff.h278 struct coff_link_hash_table struct
302 #define coff_hash_table(p) ((struct coff_link_hash_table *) ((p)->hash))
542 (struct coff_link_hash_table *, bfd *,
H A Dcofflink.c93 _bfd_coff_link_hash_table_init (struct coff_link_hash_table *table,
109 struct coff_link_hash_table *ret;
110 bfd_size_type amt = sizeof (struct coff_link_hash_table);
590 struct coff_link_hash_table *table;
H A Dcoff-arm.c888 /* Extend the coff_link_hash_table structure with a few ARM specific fields.
893 /* The original coff_link_hash_table structure. MUST be first field. */
894 struct coff_link_hash_table root;
H A Dcoff-ppc.c123 struct coff_link_hash_table root; /* First entry, as required. */

Completed in 79 milliseconds