Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/
Dldcref.c59 struct cref_hash_entry struct
77 static void output_one_cref (FILE *, struct cref_hash_entry *); argument
79 static bfd_boolean check_nocrossref (struct cref_hash_entry *, void *);
87 ((struct cref_hash_entry *) \
127 struct cref_hash_entry *ret = (struct cref_hash_entry *) entry; in cref_hash_newfunc()
132 ret = ((struct cref_hash_entry *) in cref_hash_newfunc()
133 bfd_hash_allocate (table, sizeof (struct cref_hash_entry))); in cref_hash_newfunc()
138 ret = ((struct cref_hash_entry *) in cref_hash_newfunc()
163 struct cref_hash_entry *h; in add_cref()
169 sizeof (struct cref_hash_entry))) in add_cref()
[all …]
DChangeLog-2007691 * ldcref.c (struct cref_hash_entry): Make "demangled" const.