Searched refs:wrap_hash (Results 1 – 15 of 15) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/ |
D | ldmain.c | 691 if (link_info.wrap_hash == NULL) in add_wrap() 693 link_info.wrap_hash = in add_wrap() 695 if (!bfd_hash_table_init_n (link_info.wrap_hash, in add_wrap() 702 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.
|
/toolchain/binutils/binutils-2.25/include/ |
D | bfdlink.h | 467 struct bfd_hash_table *wrap_hash; member
|
D | ChangeLog-9103 | 1735 (struct bfd_link_info): Add wrap_hash field.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | linker.c | 534 if (info->wrap_hash != NULL) in bfd_wrapped_link_hash_lookup() 549 if (bfd_hash_lookup (info->wrap_hash, l, FALSE, FALSE) != NULL) in bfd_wrapped_link_hash_lookup() 576 && bfd_hash_lookup (info->wrap_hash, l + sizeof REAL - 1, in bfd_wrapped_link_hash_lookup() 623 if (bfd_hash_lookup (info->wrap_hash, l, FALSE, FALSE) != NULL) in unwrap_hash_lookup()
|
D | elf32-crx.c | 686 if (link_info->wrap_hash != NULL) in elf32_crx_relax_delete_bytes()
|
D | elf32-i370.c | 1094 if (info->wrap_hash != NULL in i370_elf_relocate_section()
|
D | elf32-m32c.c | 411 if (info->wrap_hash != NULL in m32c_elf_relocate_section()
|
D | elf-bfd.h | 2421 if (info->wrap_hash != NULL \
|
D | elf32-cr16.c | 1356 if (link_info->wrap_hash != NULL) in elf32_cr16_relax_delete_bytes()
|
D | elf32-m32r.c | 2494 if (info->wrap_hash != NULL in m32r_elf_relocate_section()
|
D | elf64-hppa.c | 3871 if (info->wrap_hash != NULL in elf64_hppa_relocate_section()
|
D | elf32-score7.c | 2380 if (info->wrap_hash != NULL in s7_bfd_score_elf_relocate_section()
|
D | elf32-score.c | 2608 if (info->wrap_hash != NULL in s3_bfd_score_elf_relocate_section()
|
D | elf32-spu.c | 4865 if (info->wrap_hash != NULL in spu_elf_relocate_section()
|