Home
last modified time | relevance | path

Searched refs:bfd_hash_table_init (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Dhash.c394 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 Delf-strtab.c103 if (!bfd_hash_table_init (&table->table, elf_strtab_hash_newfunc, in _bfd_elf_strtab_init()
H A Dlibcoff-in.h424 (bfd_hash_table_init (&(table)->root, _bfd_coff_debug_merge_hash_newfunc, \
H A Dstabs.c197 if (! bfd_hash_table_init (&sinfo->includes, in _bfd_link_section_stabs()
H A Dbfd-in.h432 extern bfd_boolean bfd_hash_table_init
H A Dlibcoff.h428 (bfd_hash_table_init (&(table)->root, _bfd_coff_debug_merge_hash_newfunc, \
H A Dbfd.c1506 if (! bfd_hash_table_init (&abfd->section_htab, bfd_section_hash_newfunc, in bfd_preserve_save()
H A Dlinker.c484 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 Decofflink.c531 if (!bfd_hash_table_init (&ainfo->str_hash.table, string_hash_newfunc,
H A Dbfd-in2.h439 extern bfd_boolean bfd_hash_table_init
H A Delf32-spu.c369 if (!bfd_hash_table_init (&htab->stub_hash_table, stub_hash_newfunc, in spu_elf_link_hash_table_create()
H A DChangeLog-20062911 (bfd_hash_table_init, bfd_hash_table_init_n): Adjust prototype.
2915 (bfd_hash_table_init): Add param, adjust calls.
H A Delf64-ppc.c3681 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 Dldmain.c832 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 Dldcref.c164 if (!bfd_hash_table_init (&cref_table.root, cref_hash_newfunc, in add_cref()
H A DChangeLog-20061214 * ldcref.c (add_cref): Adjust bfd_hash_table_init calls.
/freebsd-12.1/contrib/binutils/binutils/
H A Dwrstabs.c482 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 DChangeLog-2006435 * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
H A Dieee.c4595 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 Dld.pot342 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 Dbfd.h445 extern bfd_boolean bfd_hash_table_init