Searched refs:keep_hash (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/gdb/include/ |
| H A D | bfdlink.h | 334 struct bfd_hash_table *keep_hash; member
|
| /freebsd-12.1/contrib/binutils/include/ |
| H A D | bfdlink.h | 384 struct bfd_hash_table *keep_hash; member
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ldmain.c | 831 link_info.keep_hash = xmalloc (sizeof (struct bfd_hash_table)); in add_keepsyms_file() 832 if (!bfd_hash_table_init (link_info.keep_hash, bfd_hash_newfunc, in add_keepsyms_file() 863 if (bfd_hash_lookup (link_info.keep_hash, buf, TRUE, TRUE) == NULL) in add_keepsyms_file()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elf64-sparc.c | 577 && bfd_hash_lookup (info->keep_hash, in elf64_sparc_output_arch_syms()
|
| H A D | linker.c | 2302 && bfd_hash_lookup (info->keep_hash, bfd_asymbol_name (sym), in _bfd_generic_link_output_symbols() 2470 && bfd_hash_lookup (wginfo->info->keep_hash, h->root.root.string, in _bfd_generic_link_write_global_symbol()
|
| H A D | cofflink.c | 1545 && (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, in _bfd_coff_link_input_bfd() 2479 && (bfd_hash_lookup (finfo->info->keep_hash, in _bfd_coff_write_global_sym()
|
| H A D | aoutx.h | 3543 && bfd_hash_lookup (finfo->info->keep_hash, h->root.root.string, in aout_link_write_other_symbol() 4731 || bfd_hash_lookup (finfo->info->keep_hash, input_bfd->filename, in aout_link_write_symbols() 4856 if (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, FALSE) in aout_link_write_symbols()
|
| H A D | xcofflink.c | 3736 && (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, in xcoff_link_input_bfd() 5019 && bfd_hash_lookup (finfo->info->keep_hash, h->root.root.string, in xcoff_write_global_symbol()
|
| H A D | ecoff.c | 4309 && bfd_hash_lookup (einfo->info->keep_hash, in ecoff_link_write_external()
|
| H A D | elf64-alpha.c | 1553 && bfd_hash_lookup (einfo->info->keep_hash, in elf64_alpha_output_extsym()
|
| H A D | elflink.c | 7978 && bfd_hash_lookup (finfo->info->keep_hash, in elf_link_output_extsym() 8479 && (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, FALSE) in elf_link_input_bfd()
|
| H A D | elfxx-mips.c | 1784 && bfd_hash_lookup (einfo->info->keep_hash, in mips_elf_output_extsym()
|