Searched refs:linux_link_hash_table (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/binutils/bfd/
H A Di386linux.c156 struct linux_link_hash_table
227 struct linux_link_hash_table *ret;
228 bfd_size_type amt = sizeof (struct linux_link_hash_table);
230 ret = (struct linux_link_hash_table *) bfd_alloc (abfd, amt);
231 if (ret == (struct linux_link_hash_table *) NULL)
267 #define linux_hash_table(p) ((struct linux_link_hash_table *) ((p)->hash))
155 struct linux_link_hash_table struct
H A Dsparclinux.c156 struct linux_link_hash_table struct
227 struct linux_link_hash_table *ret;
228 bfd_size_type amt = sizeof (struct linux_link_hash_table);
230 ret = (struct linux_link_hash_table *) bfd_malloc (amt);
231 if (ret == (struct linux_link_hash_table *) NULL)
267 #define linux_hash_table(p) ((struct linux_link_hash_table *) ((p)->hash))

Completed in 162 milliseconds