HomeSort by relevance Sort by last modified time
    Searched refs:coff_link_hash_table (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
libcoff-in.h 286 struct coff_link_hash_table struct
310 #define coff_hash_table(p) ((struct coff_link_hash_table *) ((p)->hash))
558 (struct coff_link_hash_table *, bfd *,
libcoff.h 290 struct coff_link_hash_table struct
314 #define coff_hash_table(p) ((struct coff_link_hash_table *) ((p)->hash))
562 (struct coff_link_hash_table *, bfd *,
    [all...]
coff-mcore.c 192 /* Extend the coff_link_hash_table structure with a few M*Core specific fields.
197 /* The original coff_link_hash_table structure. MUST be first field. */
198 struct coff_link_hash_table root;
cofflink.c 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;
    [all...]
coff-arm.c 886 /* Extend the coff_link_hash_table structure with a few ARM specific fields.
891 /* The original coff_link_hash_table structure. MUST be first field. */
892 struct coff_link_hash_table root;
    [all...]
coff-ppc.c 120 struct coff_link_hash_table root; /* First entry, as required. */
    [all...]

Completed in 539 milliseconds