Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dhash.texi31 @findex bfd_hash_table_init
35 @code{bfd_hash_table_init} (if you know approximately how many
38 @code{bfd_hash_table_init} returns @code{FALSE} if some sort of
42 The function @code{bfd_hash_table_init} take as an argument a
49 @code{bfd_hash_table_init} will create an objalloc which will be
155 function argument to @code{bfd_hash_table_init}.
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dhash.c338 bfd_hash_table_init (struct bfd_hash_table *table, in bfd_hash_table_init() function
594 if (! bfd_hash_table_init (& table->table, strtab_hash_newfunc)) in _bfd_stringtab_init()
Delf-strtab.c102 if (! bfd_hash_table_init (&table->table, elf_strtab_hash_newfunc)) in _bfd_elf_strtab_init()
Dlibcoff-in.h424 (bfd_hash_table_init (&(table)->root, _bfd_coff_debug_merge_hash_newfunc))
Dbfd.c1441 if (! bfd_hash_table_init (&abfd->section_htab, bfd_section_hash_newfunc)) in bfd_preserve_save()
Dbfd-in.h397 extern bfd_boolean bfd_hash_table_init
Dlibcoff.h428 (bfd_hash_table_init (&(table)->root, _bfd_coff_debug_merge_hash_newfunc))
Dlinker.c482 return bfd_hash_table_init (&table->table, newfunc); in _bfd_link_hash_table_init()
906 return bfd_hash_table_init (&table->table, newfunc); in archive_hash_table_init()
Dvms.c80 if (!bfd_hash_table_init (PRIV (vms_symbol_table), _bfd_vms_hash_newfunc)) in vms_initialize()
Dcoff-h8300.c190 return (bfd_hash_table_init (&table->root, newfunc)); in funcvec_hash_table_init()
Delf32-m68hc1x.c88 if (!bfd_hash_table_init (ret->stub_hash_table, stub_hash_newfunc)) in m68hc11_elf_hash_table_create()
Delf64-hppa.c285 return bfd_hash_table_init (&ht->root, new);
Decofflink.c531 if (! bfd_hash_table_init (&ainfo->str_hash.table, string_hash_newfunc))
Dbfd-in2.h404 extern bfd_boolean bfd_hash_table_init
Delf32-hppa.c404 if (!bfd_hash_table_init (&htab->bstab, stub_hash_newfunc)) in elf32_hppa_link_hash_table_create()
Delf64-ppc.c3490 if (!bfd_hash_table_init (&htab->stub_hash_table, stub_hash_newfunc)) in ppc64_elf_link_hash_table_create()
3494 if (!bfd_hash_table_init (&htab->branch_hash_table, branch_hash_newfunc)) in ppc64_elf_link_hash_table_create()
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dldcref.c152 if (! bfd_hash_table_init (&cref_table.root, cref_hash_newfunc)) in add_cref()
Dldmain.c834 if (! bfd_hash_table_init (link_info.keep_hash, bfd_hash_newfunc)) in add_keepsyms_file()
1333 if (! bfd_hash_table_init (hash, bfd_hash_newfunc)) in undefined_symbol()
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dwrstabs.c483 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()
Dieee.c4597 if (! bfd_hash_table_init (&info.typedefs.root, ieee_name_type_newfunc) in write_ieee_debugging_info()
4598 || ! bfd_hash_table_init (&info.tags.root, ieee_name_type_newfunc)) in write_ieee_debugging_info()