Searched refs:wrap_hash (Results 1 – 7 of 7) sorted by relevance
796 if (link_info.wrap_hash == NULL) in add_wrap()798 link_info.wrap_hash = xmalloc (sizeof (struct bfd_hash_table)); in add_wrap()799 if (!bfd_hash_table_init_n (link_info.wrap_hash, in add_wrap()806 if (bfd_hash_lookup (link_info.wrap_hash, name, TRUE, TRUE) == NULL) in add_wrap()
2011 * ldmain.c (main): Initialize link_info.wrap_hash.
343 struct bfd_hash_table *wrap_hash; member
393 struct bfd_hash_table *wrap_hash; member
527 if (info->wrap_hash != NULL) in bfd_wrapped_link_hash_lookup()542 if (bfd_hash_lookup (info->wrap_hash, l, FALSE, FALSE) != NULL) in bfd_wrapped_link_hash_lookup()571 && bfd_hash_lookup (info->wrap_hash, l + sizeof REAL - 1, in bfd_wrapped_link_hash_lookup()
765 if (link_info->wrap_hash != NULL) in elf32_cr16_relax_delete_bytes()
1735 (struct bfd_link_info): Add wrap_hash field.