Searched refs:stub_hash_table (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-xgate.c | 441 bfd_hash_table_free (ret->stub_hash_table); in xgate_elf_bfd_link_hash_table_free() 442 free (ret->stub_hash_table); in xgate_elf_bfd_link_hash_table_free() 468 ret->stub_hash_table = (struct bfd_hash_table*) bfd_zmalloc (amt); in xgate_elf_bfd_link_hash_table_create() 469 if (ret->stub_hash_table == NULL) in xgate_elf_bfd_link_hash_table_create() 475 if (!bfd_hash_table_init (ret->stub_hash_table, stub_hash_newfunc, in xgate_elf_bfd_link_hash_table_create() 478 free (ret->stub_hash_table); in xgate_elf_bfd_link_hash_table_create()
|
D | elf32-m68hc1x.c | 69 bfd_hash_table_free (ret->stub_hash_table); in m68hc11_elf_bfd_link_hash_table_free() 70 free (ret->stub_hash_table); in m68hc11_elf_bfd_link_hash_table_free() 97 ret->stub_hash_table = (struct bfd_hash_table*) bfd_malloc (amt); in m68hc11_elf_hash_table_create() 98 if (ret->stub_hash_table == NULL) in m68hc11_elf_hash_table_create() 103 if (!bfd_hash_table_init (ret->stub_hash_table, stub_hash_newfunc, in m68hc11_elf_hash_table_create() 106 free (ret->stub_hash_table); in m68hc11_elf_hash_table_create() 160 stub_entry = m68hc12_stub_hash_lookup (htab->stub_hash_table, stub_name, in m68hc12_add_stub() 524 (htab->stub_hash_table, in elf32_m68hc11_size_stubs() 563 bfd_hash_traverse (htab->stub_hash_table, htab->size_one_stub, htab); in elf32_m68hc11_size_stubs() 666 table = htab->stub_hash_table; in elf32_m68hc11_build_stubs() [all …]
|
D | elf32-xgate.h | 71 struct bfd_hash_table* stub_hash_table; member
|
D | elf32-m68hc1x.h | 106 struct bfd_hash_table* stub_hash_table; member
|
D | elfnn-aarch64.c | 2314 struct bfd_hash_table stub_hash_table; member 2563 bfd_hash_table_free (&ret->stub_hash_table); in elfNN_aarch64_link_hash_table_free() 2592 if (!bfd_hash_table_init (&ret->stub_hash_table, stub_hash_newfunc, in elfNN_aarch64_link_hash_table_create() 2753 stub_entry = aarch64_stub_hash_lookup (&htab->stub_hash_table, in elfNN_aarch64_get_stub_entry() 2832 stub_entry = aarch64_stub_hash_lookup (&htab->stub_hash_table, stub_name, in _bfd_aarch64_add_stub_entry_in_group() 2860 stub_entry = aarch64_stub_hash_lookup (&htab->stub_hash_table, stub_name, in _bfd_aarch64_add_stub_entry_after() 3675 bfd_hash_traverse (&htab->stub_hash_table, aarch64_size_one_stub, htab); in _bfd_aarch64_resize_stubs() 3734 stub_entry = aarch64_stub_hash_lookup (&htab->stub_hash_table, stub_name, in _bfd_aarch64_erratum_843419_fixup() 4148 aarch64_stub_hash_lookup (&htab->stub_hash_table, in elfNN_aarch64_size_stubs() 4245 table = &htab->stub_hash_table; in elfNN_aarch64_build_stubs() [all …]
|
D | elf64-ppc.c | 4009 struct bfd_hash_table stub_hash_table; member 4283 bfd_hash_table_free (&htab->stub_hash_table); in ppc64_elf_link_hash_table_free() 4308 if (!bfd_hash_table_init (&htab->stub_hash_table, stub_hash_newfunc, in ppc64_elf_link_hash_table_create() 4319 bfd_hash_table_free (&htab->stub_hash_table); in ppc64_elf_link_hash_table_create() 4535 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table, in ppc_get_stub_entry() 4584 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table, stub_name, in ppc_add_stub() 12488 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table, in ppc64_elf_size_stubs() 12571 bfd_hash_traverse (&htab->stub_hash_table, ppc_size_one_stub, info); in ppc64_elf_size_stubs() 13106 bfd_hash_traverse (&htab->stub_hash_table, ppc_build_one_stub, info); in ppc64_elf_build_stubs()
|
D | ChangeLog-2008 | 2178 (elf32_arm_link_hash_table): Add stub_hash_table, stub_bfd, 2183 (elf32_arm_link_hash_table_create): Init stub_hash_table.
|
D | ChangeLog-2007 | 2588 * elf32-spu.c (struct stubarr): Add stub_hash_table and err fields.
|
D | ChangeLog-0001 | 7543 stub_hash_table, and store the struct here rather than a pointer. 7556 (elf32_hppa_link_hash_table_create): Likewise, and stub_hash_table
|
D | ChangeLog-0203 | 9271 (struct ppc_link_hash_table): Add stub_hash_table etc. Remove
|