Searched refs:bfd_hash_table_init (Results 1 – 20 of 20) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | hash.texi | 31 @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/ |
| D | hash.c | 338 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()
|
| D | elf-strtab.c | 102 if (! bfd_hash_table_init (&table->table, elf_strtab_hash_newfunc)) in _bfd_elf_strtab_init()
|
| D | libcoff-in.h | 424 (bfd_hash_table_init (&(table)->root, _bfd_coff_debug_merge_hash_newfunc))
|
| D | bfd.c | 1441 if (! bfd_hash_table_init (&abfd->section_htab, bfd_section_hash_newfunc)) in bfd_preserve_save()
|
| D | bfd-in.h | 397 extern bfd_boolean bfd_hash_table_init
|
| D | libcoff.h | 428 (bfd_hash_table_init (&(table)->root, _bfd_coff_debug_merge_hash_newfunc))
|
| D | linker.c | 482 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()
|
| D | vms.c | 80 if (!bfd_hash_table_init (PRIV (vms_symbol_table), _bfd_vms_hash_newfunc)) in vms_initialize()
|
| D | coff-h8300.c | 190 return (bfd_hash_table_init (&table->root, newfunc)); in funcvec_hash_table_init()
|
| D | elf32-m68hc1x.c | 88 if (!bfd_hash_table_init (ret->stub_hash_table, stub_hash_newfunc)) in m68hc11_elf_hash_table_create()
|
| D | elf64-hppa.c | 285 return bfd_hash_table_init (&ht->root, new);
|
| D | ecofflink.c | 531 if (! bfd_hash_table_init (&ainfo->str_hash.table, string_hash_newfunc))
|
| D | bfd-in2.h | 404 extern bfd_boolean bfd_hash_table_init
|
| D | elf32-hppa.c | 404 if (!bfd_hash_table_init (&htab->bstab, stub_hash_newfunc)) in elf32_hppa_link_hash_table_create()
|
| D | elf64-ppc.c | 3490 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/ |
| D | ldcref.c | 152 if (! bfd_hash_table_init (&cref_table.root, cref_hash_newfunc)) in add_cref()
|
| D | ldmain.c | 834 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/ |
| D | wrstabs.c | 483 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()
|
| D | ieee.c | 4597 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()
|