Home
last modified time | relevance | path

Searched refs:ecoff_link_hash_table (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dlibecoff.h221 struct ecoff_link_hash_table struct
Decoff.c3238 struct ecoff_link_hash_table *ret; in _bfd_ecoff_bfd_link_hash_table_create()
3239 bfd_size_type amt = sizeof (struct ecoff_link_hash_table); in _bfd_ecoff_bfd_link_hash_table_create()
3241 ret = (struct ecoff_link_hash_table *) bfd_malloc (amt); in _bfd_ecoff_bfd_link_hash_table_create()
3263 #define ecoff_hash_table(p) ((struct ecoff_link_hash_table *) ((p)->hash))
DChangeLog-94959920 (struct ecoff_link_hash_table): Define.