Searched refs:bfd_hash_allocate (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/bfd/
H A Dhash.c81 @findex bfd_hash_allocate
84 objalloc using <<bfd_hash_allocate>>.
243 . ret = bfd_hash_allocate (table, sizeof (* ret));
544 bfd_hash_allocate (struct bfd_hash_table *table, function
563 entry = bfd_hash_allocate (table, sizeof (* entry));
660 ret = bfd_hash_allocate (table, sizeof (* ret));
755 entry = bfd_hash_allocate (&tab->table, sizeof (* entry));
764 n = bfd_hash_allocate (&tab->table, strlen (str) + 1);
H A Dlinker.c446 entry = bfd_hash_allocate (table, sizeof (struct bfd_link_hash_entry));
683 bfd_hash_allocate (table, sizeof (struct generic_link_hash_entry));
886 ret = bfd_hash_allocate (table, sizeof (struct archive_hash_entry));
924 #define archive_hash_allocate(t, size) bfd_hash_allocate (&(t)->table, (size))
1250 bfd_hash_allocate (&info->hash->table,
1703 bfd_hash_allocate (&info->hash->table,
1983 w = bfd_hash_allocate (&info->hash->table, len);
2944 l = bfd_hash_allocate (&_bfd_section_already_linked_table, sizeof *l);
2956 bfd_hash_allocate (table, sizeof *ret);
H A Di386linux.c205 bfd_hash_allocate (table, sizeof (struct linux_link_hash_entry)));
280 f = (struct fixup *) bfd_hash_allocate (&info->hash->table,
H A Dsparclinux.c205 bfd_hash_allocate (table, sizeof (struct linux_link_hash_entry)));
280 f = (struct fixup *) bfd_hash_allocate (&info->hash->table,
H A Dstabs.c129 ret = bfd_hash_allocate (table,
391 t = bfd_hash_allocate (&sinfo->includes, sizeof *t);
H A Delf-strtab.c70 entry = bfd_hash_allocate (table, sizeof (struct elf_strtab_hash_entry));
H A Dsection.c723 bfd_hash_allocate (table, sizeof (struct section_hash_entry));
H A Dbfd-in.h475 extern void *bfd_hash_allocate
H A Delf64-sparc.c487 p->name = bfd_hash_allocate (&info->hash->table,
H A Dcofflink.c68 bfd_hash_allocate (table, sizeof (struct coff_link_hash_entry)));
140 bfd_hash_allocate (table,
529 bfd_hash_allocate (&info->hash->table,
H A Dmerge.c109 entry = bfd_hash_allocate (table, sizeof (struct sec_merge_hash_entry));
H A Daoutx.h2867 ret = bfd_hash_allocate (table, sizeof (* ret));
3322 h->u.c.p = bfd_hash_allocate (&info->hash->table,
3494 ret = bfd_hash_allocate (table, sizeof (* ret));
5105 t = bfd_hash_allocate (&finfo->includes.root,
H A Dcoff-ppc.c154 bfd_hash_allocate (table,
H A Delfxx-sparc.c798 entry = bfd_hash_allocate (table,
2365 bfd_hash_allocate (&info->hash->table, sizeof (*entry));
H A Decofflink.c319 bfd_hash_allocate (table, sizeof (struct string_hash_entry)));
H A Dsunos.c651 ret = bfd_hash_allocate (table, sizeof (* ret));
H A Delflink.c1513 shortname = bfd_hash_allocate (&info->hash->table, shortlen + 1);
1624 shortname = bfd_hash_allocate (&info->hash->table, len);
3728 alloc_mark = bfd_hash_allocate (&htab->root.table, 1);
4003 newname = bfd_hash_allocate (&htab->root.table, newlen);
H A Delf64-ppc.c3554 entry = bfd_hash_allocate (table, sizeof (struct ppc_stub_hash_entry));
3590 entry = bfd_hash_allocate (table, sizeof (struct ppc_branch_hash_entry));
3621 entry = bfd_hash_allocate (table, sizeof (struct ppc_link_hash_entry));
H A Dbfd-in2.h482 extern void *bfd_hash_allocate
H A Decoff.c3264 bfd_hash_allocate (table, sizeof (struct ecoff_link_hash_entry)));
H A Delf32-i386.c710 entry = bfd_hash_allocate (table,
H A Delf32-s390.c753 entry = bfd_hash_allocate (table,
/freebsd-11-stable/contrib/binutils/ld/
H A Dldcref.c129 bfd_hash_allocate (table, sizeof (struct cref_hash_entry)));
180 r = bfd_hash_allocate (&cref_table.root, sizeof *r);
234 alloc_mark = bfd_hash_allocate (&cref_table.root, 1);
H A Dldlang.c1025 entry = bfd_hash_allocate (table, sizeof (*ret));
2993 bfd_hash_allocate (table, sizeof (struct lang_definedness_hash_entry));
2996 einfo (_("%P%F: bfd_hash_allocate failed creating symbol %s\n"), name);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dwrstabs.c311 bfd_hash_allocate (table, sizeof (struct string_hash_entry)));

Completed in 500 milliseconds

12