Home
last modified time | relevance | path

Searched refs:cref_hash_entry (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/ld/
HDldcref.c57 struct cref_hash_entry { struct
73 static void output_one_cref (FILE *, struct cref_hash_entry *); argument
75 static bfd_boolean check_nocrossref (struct cref_hash_entry *, void *);
83 ((struct cref_hash_entry *) \
123 struct cref_hash_entry *ret = (struct cref_hash_entry *) entry; in cref_hash_newfunc()
128 ret = ((struct cref_hash_entry *) in cref_hash_newfunc()
129 bfd_hash_allocate (table, sizeof (struct cref_hash_entry))); in cref_hash_newfunc()
134 ret = ((struct cref_hash_entry *) in cref_hash_newfunc()
159 struct cref_hash_entry *h; in add_cref()
165 sizeof (struct cref_hash_entry))) in add_cref()
[all …]
HDChangeLog213 * ldcref.c (struct cref_hash_entry): Make "demangled" const.