Searched refs:bfd_hash_table_init (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dhash.c64 @findex bfd_hash_table_init
68 <<bfd_hash_table_init>> (if you know approximately how many
71 <<bfd_hash_table_init>> returns <<FALSE>> if some sort of
75 The function <<bfd_hash_table_init>> take as an argument a
82 <<bfd_hash_table_init>> will create an objalloc which will be
203 function argument to <<bfd_hash_table_init>>.
394 bfd_hash_table_init (struct bfd_hash_table *table, function
696 if (!bfd_hash_table_init (&table->table, strtab_hash_newfunc,
H A Delf-strtab.c103 if (!bfd_hash_table_init (&table->table, elf_strtab_hash_newfunc,
H A Dlibcoff-in.h424 (bfd_hash_table_init (&(table)->root, _bfd_coff_debug_merge_hash_newfunc, \
H A Dbfd-in.h438 extern bfd_boolean bfd_hash_table_init
487 tables allocated using bfd_hash_table_init will be created with
H A Dbfd.c1509 if (! bfd_hash_table_init (&abfd->section_htab, bfd_section_hash_newfunc,
H A Dlibcoff.h428 (bfd_hash_table_init (&(table)->root, _bfd_coff_debug_merge_hash_newfunc, \
H A Dstabs.c199 if (! bfd_hash_table_init (&sinfo->includes,
H A Dlinker.c484 return bfd_hash_table_init (&table->table, newfunc, entsize);
913 return bfd_hash_table_init (&table->table, newfunc, entsize);
H A Decofflink.c534 if (!bfd_hash_table_init (&ainfo->str_hash.table, string_hash_newfunc,
H A Dbfd-in2.h445 extern bfd_boolean bfd_hash_table_init
494 tables allocated using bfd_hash_table_init will be created with
H A Delf32-spu.c369 if (!bfd_hash_table_init (&htab->stub_hash_table, stub_hash_newfunc,
H A Delf64-ppc.c3685 if (!bfd_hash_table_init (&htab->stub_hash_table, stub_hash_newfunc,
3690 if (!bfd_hash_table_init (&htab->branch_hash_table, branch_hash_newfunc,
/freebsd-11-stable/contrib/binutils/ld/
H A Dldmain.c785 einfo (_("%P%F: bfd_hash_table_init failed: %E\n"));
804 einfo (_("%P%F: bfd_hash_table_init failed: %E\n"));
833 if (!bfd_hash_table_init (link_info.keep_hash, bfd_hash_newfunc,
835 einfo (_("%P%F: bfd_hash_table_init failed: %E\n"));
1334 if (!bfd_hash_table_init (hash, bfd_hash_newfunc,
1336 einfo (_("%F%P: bfd_hash_table_init failed: %E\n"));
H A Dldcref.c164 if (!bfd_hash_table_init (&cref_table.root, cref_hash_newfunc,
166 einfo (_("%X%P: bfd_hash_table_init of cref table failed: %E\n"));
/freebsd-11-stable/contrib/binutils/binutils/
H A Dwrstabs.c484 if (!bfd_hash_table_init (&info.strhash.table, string_hash_newfunc,
486 || !bfd_hash_table_init (&info.typedef_hash.table, string_hash_newfunc,
H A Dieee.c4599 if (!bfd_hash_table_init (&info.typedefs.root, ieee_name_type_newfunc,
4601 || !bfd_hash_table_init (&info.tags.root, ieee_name_type_newfunc,
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h451 extern bfd_boolean bfd_hash_table_init
500 tables allocated using bfd_hash_table_init will be created with

Completed in 461 milliseconds