Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/ld/
Dldmain.c320 link_info.wrap_hash = NULL; in main()
773 if (link_info.wrap_hash == NULL) in add_wrap()
775 link_info.wrap_hash = xmalloc (sizeof (struct bfd_hash_table)); in add_wrap()
776 if (! bfd_hash_table_init_n (link_info.wrap_hash, in add_wrap()
782 if (bfd_hash_lookup (link_info.wrap_hash, name, TRUE, TRUE) == NULL) in add_wrap()
DChangeLog-91972011 * ldmain.c (main): Initialize link_info.wrap_hash.
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
Dldmain.c311 link_info.wrap_hash = NULL; in main()
829 if (link_info.wrap_hash == NULL) in add_wrap()
831 link_info.wrap_hash = xmalloc (sizeof (struct bfd_hash_table)); in add_wrap()
832 if (!bfd_hash_table_init_n (link_info.wrap_hash, in add_wrap()
839 if (bfd_hash_lookup (link_info.wrap_hash, name, TRUE, TRUE) == NULL) in add_wrap()
DChangeLog-91972011 * ldmain.c (main): Initialize link_info.wrap_hash.
/openbsd/src/gnu/usr.bin/binutils/include/
Dbfdlink.h348 struct bfd_hash_table *wrap_hash; member
DChangeLog1195 (struct bfd_link_info): Add wrap_hash field.
DChangeLog-91031790 (struct bfd_link_info): Add wrap_hash field.
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dbfdlink.h393 struct bfd_hash_table *wrap_hash; member
DChangeLog-91031735 (struct bfd_link_info): Add wrap_hash field.
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dlinker.c523 if (info->wrap_hash != NULL) in bfd_wrapped_link_hash_lookup()
538 if (bfd_hash_lookup (info->wrap_hash, l, FALSE, FALSE) != NULL) in bfd_wrapped_link_hash_lookup()
567 && bfd_hash_lookup (info->wrap_hash, l + sizeof REAL - 1, in bfd_wrapped_link_hash_lookup()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dlinker.c526 if (info->wrap_hash != NULL) in bfd_wrapped_link_hash_lookup()
541 if (bfd_hash_lookup (info->wrap_hash, l, FALSE, FALSE) != NULL) in bfd_wrapped_link_hash_lookup()
570 && bfd_hash_lookup (info->wrap_hash, l + sizeof REAL - 1, in bfd_wrapped_link_hash_lookup()
Delf32-crx.c680 if (link_info->wrap_hash != NULL) in elf32_crx_relax_delete_bytes()
/openbsd/src/gnu/lib/libiberty/include/
DChangeLog1143 (struct bfd_link_info): Add wrap_hash field.
/openbsd/src/gnu/gcc/include/
DChangeLog-91031735 (struct bfd_link_info): Add wrap_hash field.