Lines Matching refs:stub_hash_table
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()
1028 stub = m68hc12_stub_hash_lookup (htab->stub_hash_table, in elf32_m68hc11_relocate_section()