Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dsparclinux.c146 struct linux_link_hash_table struct
198 struct linux_link_hash_table *ret; in linux_link_hash_table_create()
199 bfd_size_type amt = sizeof (struct linux_link_hash_table); in linux_link_hash_table_create()
201 ret = (struct linux_link_hash_table *) bfd_zmalloc (amt); in linux_link_hash_table_create()
202 if (ret == (struct linux_link_hash_table *) NULL) in linux_link_hash_table_create()
233 #define linux_hash_table(p) ((struct linux_link_hash_table *) ((p)->hash))
Di386linux.c151 struct linux_link_hash_table struct
202 struct linux_link_hash_table *ret; in linux_link_hash_table_create()
203 bfd_size_type amt = sizeof (struct linux_link_hash_table); in linux_link_hash_table_create()
205 ret = (struct linux_link_hash_table *) bfd_zmalloc (amt); in linux_link_hash_table_create()
206 if (ret == (struct linux_link_hash_table *) NULL) in linux_link_hash_table_create()
237 #define linux_hash_table(p) ((struct linux_link_hash_table *) ((p)->hash))
Dm68klinux.c150 struct linux_link_hash_table struct
201 struct linux_link_hash_table *ret; in linux_link_hash_table_create()
202 bfd_size_type amt = sizeof (struct linux_link_hash_table); in linux_link_hash_table_create()
204 ret = (struct linux_link_hash_table *) bfd_zmalloc (amt); in linux_link_hash_table_create()
205 if (ret == (struct linux_link_hash_table *) NULL) in linux_link_hash_table_create()
239 #define linux_hash_table(p) ((struct linux_link_hash_table *) ((p)->hash))