Home
last modified time | relevance | path

Searched refs:wrap_hash (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/binutils/ld/
H A Dldmain.c796 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()
H A DChangeLog-91972011 * ldmain.c (main): Initialize link_info.wrap_hash.
/freebsd-12.1/contrib/gdb/include/
H A Dbfdlink.h343 struct bfd_hash_table *wrap_hash; member
/freebsd-12.1/contrib/binutils/include/
H A Dbfdlink.h393 struct bfd_hash_table *wrap_hash; member
/freebsd-12.1/contrib/binutils/bfd/
H A Dlinker.c527 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()
H A Delf32-cr16.c765 if (link_info->wrap_hash != NULL) in elf32_cr16_relax_delete_bytes()
/freebsd-12.1/contrib/gcclibs/include/
H A DChangeLog-91031735 (struct bfd_link_info): Add wrap_hash field.