Searched refs:coff_link_hash_entry (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibcoff-in.h88 struct coff_link_hash_entry **sym_hashes;
243 struct coff_link_hash_entry struct
284 ((struct coff_link_hash_entry *) \
447 struct coff_link_hash_entry **rel_hashes;
560 (struct coff_link_hash_entry *, void *);
562 (struct coff_link_hash_entry *, void *);
H A Dlibcoff.h92 struct coff_link_hash_entry **sym_hashes;
247 struct coff_link_hash_entry struct
288 ((struct coff_link_hash_entry *) \
451 struct coff_link_hash_entry **rel_hashes;
564 (struct coff_link_hash_entry *, void *);
566 (struct coff_link_hash_entry *, void *);
786 struct coff_link_hash_entry *, struct internal_syment *,
H A Dcofflink.c62 struct coff_link_hash_entry *ret = (struct coff_link_hash_entry *) entry;
66 if (ret == (struct coff_link_hash_entry *) NULL)
67 ret = ((struct coff_link_hash_entry *)
68 bfd_hash_allocate (table, sizeof (struct coff_link_hash_entry)));
69 if (ret == (struct coff_link_hash_entry *) NULL)
73 ret = ((struct coff_link_hash_entry *)
76 if (ret != (struct coff_link_hash_entry *) NULL)
118 sizeof (struct coff_link_hash_entry)))
298 struct coff_link_hash_entry **sym_has
[all...]
H A Dcoff-arm.c527 struct coff_link_hash_entry *h ATTRIBUTE_UNUSED,
928 sizeof (struct coff_link_hash_entry)))
1017 static struct coff_link_hash_entry *
1023 struct coff_link_hash_entry *myh;
1046 static struct coff_link_hash_entry *
1052 struct coff_link_hash_entry * myh;
1186 struct coff_link_hash_entry * h;
1341 struct coff_link_hash_entry * myh;
1429 struct coff_link_hash_entry * myh;
1830 struct coff_link_hash_entry *
[all...]
H A Dcoff-i386.c45 struct coff_link_hash_entry *, struct internal_syment *,
446 struct coff_link_hash_entry *h;
H A Dcoff-ppc.c108 struct coff_link_hash_entry root; /* First entry, as required. */
136 struct coff_link_hash_entry *, struct internal_syment *,
1345 struct coff_link_hash_entry *myh;
1387 struct coff_link_hash_entry *myh;
1877 struct coff_link_hash_entry *h ATTRIBUTE_UNUSED;
2242 amt *= sizeof (struct coff_link_hash_entry *);
2244 (struct coff_link_hash_entry **) bfd_malloc (amt);
2449 struct coff_link_hash_entry **rel_hash;
H A Dpe-mips.c386 struct coff_link_hash_entry *h,
623 struct coff_link_hash_entry *h;
H A Dcoff-x86_64.c536 struct coff_link_hash_entry *h,
H A DpeXXigen.c2079 struct coff_link_hash_entry *h1;
H A Dcoffcode.h1277 . struct coff_link_hash_entry *, struct internal_syment *,
4949 struct coff_link_hash_entry *h ATTRIBUTE_UNUSED,
H A Dxcofflink.c1008 coff_data (abfd)->sym_hashes = (struct coff_link_hash_entry **) sym_hash;

Completed in 217 milliseconds