| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | hash.c | 394 bfd_hash_table_init (struct bfd_hash_table *table, in bfd_hash_table_init() function 694 if (!bfd_hash_table_init (&table->table, strtab_hash_newfunc, in _bfd_stringtab_init()
|
| H A D | elf-strtab.c | 103 if (!bfd_hash_table_init (&table->table, elf_strtab_hash_newfunc, in _bfd_elf_strtab_init()
|
| H A D | libcoff-in.h | 424 (bfd_hash_table_init (&(table)->root, _bfd_coff_debug_merge_hash_newfunc, \
|
| H A D | stabs.c | 197 if (! bfd_hash_table_init (&sinfo->includes, in _bfd_link_section_stabs()
|
| H A D | bfd-in.h | 432 extern bfd_boolean bfd_hash_table_init
|
| H A D | libcoff.h | 428 (bfd_hash_table_init (&(table)->root, _bfd_coff_debug_merge_hash_newfunc, \
|
| H A D | bfd.c | 1506 if (! bfd_hash_table_init (&abfd->section_htab, bfd_section_hash_newfunc, in bfd_preserve_save()
|
| H A D | linker.c | 484 return bfd_hash_table_init (&table->table, newfunc, entsize); in _bfd_link_hash_table_init() 910 return bfd_hash_table_init (&table->table, newfunc, entsize); in archive_hash_table_init()
|
| H A D | ecofflink.c | 531 if (!bfd_hash_table_init (&ainfo->str_hash.table, string_hash_newfunc,
|
| H A D | bfd-in2.h | 439 extern bfd_boolean bfd_hash_table_init
|
| H A D | elf32-spu.c | 369 if (!bfd_hash_table_init (&htab->stub_hash_table, stub_hash_newfunc, in spu_elf_link_hash_table_create()
|
| H A D | ChangeLog-2006 | 2911 (bfd_hash_table_init, bfd_hash_table_init_n): Adjust prototype. 2915 (bfd_hash_table_init): Add param, adjust calls.
|
| H A D | elf64-ppc.c | 3681 if (!bfd_hash_table_init (&htab->stub_hash_table, stub_hash_newfunc, in ppc64_elf_link_hash_table_create() 3686 if (!bfd_hash_table_init (&htab->branch_hash_table, branch_hash_newfunc, in ppc64_elf_link_hash_table_create()
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ldmain.c | 832 if (!bfd_hash_table_init (link_info.keep_hash, bfd_hash_newfunc, in add_keepsyms_file() 1332 if (!bfd_hash_table_init (hash, bfd_hash_newfunc, in undefined_symbol()
|
| H A D | ldcref.c | 164 if (!bfd_hash_table_init (&cref_table.root, cref_hash_newfunc, in add_cref()
|
| H A D | ChangeLog-2006 | 1214 * ldcref.c (add_cref): Adjust bfd_hash_table_init calls.
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | wrstabs.c | 482 if (!bfd_hash_table_init (&info.strhash.table, string_hash_newfunc, in write_stabs_in_sections_debugging_info() 484 || !bfd_hash_table_init (&info.typedef_hash.table, string_hash_newfunc, in write_stabs_in_sections_debugging_info()
|
| H A D | ChangeLog-2006 | 435 * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
|
| H A D | ieee.c | 4595 if (!bfd_hash_table_init (&info.typedefs.root, ieee_name_type_newfunc, in write_ieee_debugging_info() 4597 || !bfd_hash_table_init (&info.tags.root, ieee_name_type_newfunc, in write_ieee_debugging_info()
|
| /freebsd-12.1/contrib/binutils/ld/po/ |
| H A D | ld.pot | 342 msgid "%X%P: bfd_hash_table_init of cref table failed: %E\n" 921 msgid "%P%F: bfd_hash_table_init failed: %E\n" 1013 msgid "%F%P: bfd_hash_table_init failed: %E\n"
|
| /freebsd-12.1/gnu/usr.bin/binutils/libbfd/ |
| H A D | bfd.h | 445 extern bfd_boolean bfd_hash_table_init
|