Searched refs:wrap_hash (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldmain.c | 320 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()
|
| D | ChangeLog-9197 | 2011 * ldmain.c (main): Initialize link_info.wrap_hash.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/ |
| D | ldmain.c | 311 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()
|
| D | ChangeLog-9197 | 2011 * ldmain.c (main): Initialize link_info.wrap_hash.
|
| /openbsd/src/gnu/usr.bin/binutils/include/ |
| D | bfdlink.h | 348 struct bfd_hash_table *wrap_hash; member
|
| D | ChangeLog | 1195 (struct bfd_link_info): Add wrap_hash field.
|
| D | ChangeLog-9103 | 1790 (struct bfd_link_info): Add wrap_hash field.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/ |
| D | bfdlink.h | 393 struct bfd_hash_table *wrap_hash; member
|
| D | ChangeLog-9103 | 1735 (struct bfd_link_info): Add wrap_hash field.
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | linker.c | 523 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/ |
| D | linker.c | 526 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()
|
| D | elf32-crx.c | 680 if (link_info->wrap_hash != NULL) in elf32_crx_relax_delete_bytes()
|
| /openbsd/src/gnu/lib/libiberty/include/ |
| D | ChangeLog | 1143 (struct bfd_link_info): Add wrap_hash field.
|
| /openbsd/src/gnu/gcc/include/ |
| D | ChangeLog-9103 | 1735 (struct bfd_link_info): Add wrap_hash field.
|