Home
last modified time | relevance | path

Searched refs:m68hc11_elf_link_hash_table (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-m68hc1x.c40 struct m68hc11_elf_link_hash_table *htab);
66 struct m68hc11_elf_link_hash_table *ret in m68hc11_elf_bfd_link_hash_table_free()
67 = (struct m68hc11_elf_link_hash_table *) obfd->link.hash; in m68hc11_elf_bfd_link_hash_table_free()
76 struct m68hc11_elf_link_hash_table*
79 struct m68hc11_elf_link_hash_table *ret; in m68hc11_elf_hash_table_create()
80 bfd_size_type amt = sizeof (struct m68hc11_elf_link_hash_table); in m68hc11_elf_hash_table_create()
82 ret = (struct m68hc11_elf_link_hash_table *) bfd_zmalloc (amt); in m68hc11_elf_hash_table_create()
83 if (ret == (struct m68hc11_elf_link_hash_table *) NULL) in m68hc11_elf_hash_table_create()
155 struct m68hc11_elf_link_hash_table *htab) in m68hc12_add_stub()
245 struct m68hc11_elf_link_hash_table *htab; in elf32_m68hc11_setup_section_lists()
[all …]
Delf32-m68hc1x.h100 struct m68hc11_elf_link_hash_table struct
133 == M68HC11_ELF_DATA ? ((struct m68hc11_elf_link_hash_table *) ((p)->hash)) : NULL) argument
137 extern struct m68hc11_elf_link_hash_table* m68hc11_elf_hash_table_create
Delf32-m68hc12.c520 struct m68hc11_elf_link_hash_table *htab; in m68hc12_elf_build_one_stub()
587 struct m68hc11_elf_link_hash_table *ret; in m68hc12_elf_bfd_link_hash_table_create()
590 if (ret == (struct m68hc11_elf_link_hash_table *) NULL) in m68hc12_elf_bfd_link_hash_table_create()
Delf32-m68hc11.c400 struct m68hc11_elf_link_hash_table *htab; in m68hc11_elf_build_one_stub()
477 struct m68hc11_elf_link_hash_table *ret; in m68hc11_elf_bfd_link_hash_table_create()
480 if (ret == (struct m68hc11_elf_link_hash_table *) NULL) in m68hc11_elf_bfd_link_hash_table_create()
DChangeLog-02031318 * elf32-m68hc1x.h (struct m68hc11_elf_link_hash_table): Remove
3632 (m68hc11_elf_link_hash_table): Add stubs generation members.