Searched refs:cref_table (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/ld/ |
H A D | ldcref.c | 101 static struct cref_hash_table cref_table; variable 169 if (!bfd_hash_table_init (&cref_table.root, cref_hash_newfunc, in add_cref() 175 h = cref_hash_lookup (&cref_table, name, TRUE, FALSE); in add_cref() 185 r = (struct cref_ref *) bfd_hash_allocate (&cref_table.root, sizeof *r); in add_cref() 221 for (i = 0; i < cref_table.root.size; i++) in handle_asneeded_cref() 227 for (p = cref_table.root.table[i]; p != NULL; p = p->next) in handle_asneeded_cref() 229 entsize += cref_table.root.entsize; in handle_asneeded_cref() 236 tabsize = cref_table.root.size * sizeof (struct bfd_hash_entry *); in handle_asneeded_cref() 239 alloc_mark = bfd_hash_allocate (&cref_table.root, 1); in handle_asneeded_cref() 243 memcpy (old_tab, cref_table.root.table, tabsize); in handle_asneeded_cref() [all …]
|
/dflybsd-src/contrib/binutils-2.27/ld/ |
H A D | ldcref.c | 100 static struct cref_hash_table cref_table; variable 168 if (!bfd_hash_table_init (&cref_table.root, cref_hash_newfunc, in add_cref() 174 h = cref_hash_lookup (&cref_table, name, TRUE, FALSE); in add_cref() 184 r = (struct cref_ref *) bfd_hash_allocate (&cref_table.root, sizeof *r); in add_cref() 220 for (i = 0; i < cref_table.root.size; i++) in handle_asneeded_cref() 226 for (p = cref_table.root.table[i]; p != NULL; p = p->next) in handle_asneeded_cref() 228 entsize += cref_table.root.entsize; in handle_asneeded_cref() 235 tabsize = cref_table.root.size * sizeof (struct bfd_hash_entry *); in handle_asneeded_cref() 238 alloc_mark = bfd_hash_allocate (&cref_table.root, 1); in handle_asneeded_cref() 242 memcpy (old_tab, cref_table.root.table, tabsize); in handle_asneeded_cref() [all …]
|