Searched refs:stub_hash_table (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-xgate.c | 437 bfd_hash_table_free (ret->stub_hash_table); in xgate_elf_bfd_link_hash_table_free() 438 free (ret->stub_hash_table); in xgate_elf_bfd_link_hash_table_free() 464 ret->stub_hash_table = (struct bfd_hash_table*) bfd_zmalloc (amt); in xgate_elf_bfd_link_hash_table_create() 465 if (ret->stub_hash_table == NULL) in xgate_elf_bfd_link_hash_table_create() 471 if (!bfd_hash_table_init (ret->stub_hash_table, stub_hash_newfunc, in xgate_elf_bfd_link_hash_table_create() 474 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 | 1853 struct bfd_hash_table stub_hash_table; member 2102 bfd_hash_table_free (&ret->stub_hash_table); in elfNN_aarch64_link_hash_table_free() 2131 if (!bfd_hash_table_init (&ret->stub_hash_table, stub_hash_newfunc, in elfNN_aarch64_link_hash_table_create() 2301 stub_entry = aarch64_stub_hash_lookup (&htab->stub_hash_table, in elfNN_aarch64_get_stub_entry() 2380 stub_entry = aarch64_stub_hash_lookup (&htab->stub_hash_table, stub_name, in _bfd_aarch64_add_stub_entry_in_group() 2408 stub_entry = aarch64_stub_hash_lookup (&htab->stub_hash_table, stub_name, in _bfd_aarch64_add_stub_entry_after() 3226 bfd_hash_traverse (&htab->stub_hash_table, aarch64_size_one_stub, htab); in _bfd_aarch64_resize_stubs() 3285 stub_entry = aarch64_stub_hash_lookup (&htab->stub_hash_table, stub_name, in _bfd_aarch64_erratum_843419_fixup() 3699 aarch64_stub_hash_lookup (&htab->stub_hash_table, in elfNN_aarch64_size_stubs() 3796 table = &htab->stub_hash_table; in elfNN_aarch64_build_stubs() [all …]
|
D | elf32-arm.c | 3050 struct bfd_hash_table stub_hash_table; member 3536 bfd_hash_table_free (&ret->stub_hash_table); in elf32_arm_link_hash_table_free() 3572 if (!bfd_hash_table_init (&ret->stub_hash_table, stub_hash_newfunc, in elf32_arm_link_hash_table_create() 3973 stub_entry = arm_stub_hash_lookup (&htab->stub_hash_table, in elf32_arm_get_stub_entry() 4048 stub_entry = arm_stub_hash_lookup (&htab->stub_hash_table, stub_name, in elf32_arm_add_stub() 5319 (&htab->stub_hash_table, stub_name, in elf32_arm_size_stubs() 5458 bfd_hash_traverse (&htab->stub_hash_table, arm_size_one_stub, htab); in elf32_arm_size_stubs() 5494 stub_entry = arm_stub_hash_lookup (&htab->stub_hash_table, stub_name, in elf32_arm_size_stubs() 5575 table = &htab->stub_hash_table; in elf32_arm_build_stubs() 15223 bfd_hash_traverse (&htab->stub_hash_table, arm_map_one_stub, &osi); in elf32_arm_output_arch_local_syms() [all …]
|
D | elf64-ppc.c | 3907 struct bfd_hash_table stub_hash_table; member 4179 bfd_hash_table_free (&htab->stub_hash_table); in ppc64_elf_link_hash_table_free() 4204 if (!bfd_hash_table_init (&htab->stub_hash_table, stub_hash_newfunc, in ppc64_elf_link_hash_table_create() 4215 bfd_hash_table_free (&htab->stub_hash_table); in ppc64_elf_link_hash_table_create() 4428 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table, in ppc_get_stub_entry() 4480 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table, stub_name, in ppc_add_stub() 12254 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table, in ppc64_elf_size_stubs() 12334 bfd_hash_traverse (&htab->stub_hash_table, ppc_size_one_stub, info); in ppc64_elf_size_stubs() 12834 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
|