Searched refs:wrap_hash (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/gdb/include/
H A Dbfdlink.h345 struct bfd_hash_table *wrap_hash;
343 struct bfd_hash_table *wrap_hash; member in struct:bfd_link_info
/freebsd-11.0-release/contrib/binutils/include/
H A Dbfdlink.h375 wrap_hash. Used by PowerPC Linux for 'dot' symbols. */
395 struct bfd_hash_table *wrap_hash;
393 struct bfd_hash_table *wrap_hash; member in struct:bfd_link_info
/freebsd-11.0-release/contrib/binutils/ld/
H A Dldmain.c797 if (link_info.wrap_hash == NULL)
799 link_info.wrap_hash = xmalloc (sizeof (struct bfd_hash_table));
800 if (!bfd_hash_table_init_n (link_info.wrap_hash,
807 if (bfd_hash_lookup (link_info.wrap_hash, name, TRUE, TRUE) == NULL)
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dlinker.c527 if (info->wrap_hash != NULL)
542 if (bfd_hash_lookup (info->wrap_hash, l, FALSE, FALSE) != NULL)
571 && bfd_hash_lookup (info->wrap_hash, l + sizeof REAL - 1,
H A Delf32-cr16.c765 if (link_info->wrap_hash != NULL)

Completed in 71 milliseconds