Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Di386linux.c155 struct linux_link_hash_table struct
226 struct linux_link_hash_table *ret;
227 bfd_size_type amt = sizeof (struct linux_link_hash_table);
229 ret = (struct linux_link_hash_table *) bfd_alloc (abfd, amt);
230 if (ret == (struct linux_link_hash_table *) NULL)
266 #define linux_hash_table(p) ((struct linux_link_hash_table *) ((p)->hash))
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))