Home
last modified time | relevance | path

Searched refs:keep_hash (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/src/gnu/usr.bin/binutils/ld/
Dldmain.c318 link_info.keep_hash = NULL; in main()
807 link_info.keep_hash = xmalloc (sizeof (struct bfd_hash_table)); in add_keepsyms_file()
808 if (! bfd_hash_table_init (link_info.keep_hash, bfd_hash_newfunc)) in add_keepsyms_file()
838 if (bfd_hash_lookup (link_info.keep_hash, buf, TRUE, TRUE) == NULL) in add_keepsyms_file()
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
Dldmain.c309 link_info.keep_hash = NULL; in main()
864 link_info.keep_hash = xmalloc (sizeof (struct bfd_hash_table)); in add_keepsyms_file()
865 if (!bfd_hash_table_init (link_info.keep_hash, bfd_hash_newfunc, in add_keepsyms_file()
896 if (bfd_hash_lookup (link_info.keep_hash, buf, TRUE, TRUE) == NULL) in add_keepsyms_file()
/openbsd/src/gnu/usr.bin/binutils/include/
Dbfdlink.h339 struct bfd_hash_table *keep_hash; member
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dbfdlink.h384 struct bfd_hash_table *keep_hash; member
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf64-sparc.c577 && bfd_hash_lookup (info->keep_hash, in elf64_sparc_output_arch_syms()
Dlinker.c2302 && 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()
Dpdp11.c2916 && bfd_hash_lookup (finfo->info->keep_hash, h->root.root.string, in aout_link_write_other_symbol()
4000 || bfd_hash_lookup (finfo->info->keep_hash, input_bfd->filename, in aout_link_write_symbols()
4123 if (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, FALSE) in aout_link_write_symbols()
Dcofflink.c1549 && (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, in _bfd_coff_link_input_bfd()
2482 && (bfd_hash_lookup (finfo->info->keep_hash, in _bfd_coff_write_global_sym()
Daoutx.h3521 && bfd_hash_lookup (finfo->info->keep_hash, h->root.root.string, in aout_link_write_other_symbol()
4709 || bfd_hash_lookup (finfo->info->keep_hash, input_bfd->filename, in aout_link_write_symbols()
4834 if (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, FALSE) in aout_link_write_symbols()
Dxcofflink.c3735 && (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, in xcoff_link_input_bfd()
5018 && bfd_hash_lookup (finfo->info->keep_hash, h->root.root.string, in xcoff_write_global_symbol()
Decoff.c4309 && bfd_hash_lookup (einfo->info->keep_hash, in ecoff_link_write_external()
Delf64-alpha.c1529 && bfd_hash_lookup (einfo->info->keep_hash, in elf64_alpha_output_extsym()
Delflink.c6802 && bfd_hash_lookup (finfo->info->keep_hash, in elf_link_output_extsym()
7297 && (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, FALSE) in elf_link_input_bfd()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dlinker.c2256 && bfd_hash_lookup (info->keep_hash, bfd_asymbol_name (sym), in _bfd_generic_link_output_symbols()
2425 && bfd_hash_lookup (wginfo->info->keep_hash, h->root.root.string, in _bfd_generic_link_write_global_symbol()
Dcofflink.c1551 && (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, in _bfd_coff_link_input_bfd()
2483 && (bfd_hash_lookup (finfo->info->keep_hash, in _bfd_coff_write_global_sym()
Dpdp11.c3839 || bfd_hash_lookup (finfo->info->keep_hash, input_bfd->filename,
3962 if (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, FALSE)
4332 && bfd_hash_lookup (finfo->info->keep_hash, h->root.root.string,
Daoutx.h4154 || bfd_hash_lookup (finfo->info->keep_hash, input_bfd->filename,
4279 if (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, FALSE)
4652 && bfd_hash_lookup (finfo->info->keep_hash, h->root.root.string,
Dxcofflink.c4529 && (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE,
5838 && bfd_hash_lookup (finfo->info->keep_hash, h->root.root.string,
Delf64-sparc.c1550 && bfd_hash_lookup (info->keep_hash,
Delflink.c6012 && bfd_hash_lookup (finfo->info->keep_hash, in elf_link_output_extsym()
6430 && (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, FALSE) in elf_link_input_bfd()
Delflink.h6465 && bfd_hash_lookup (finfo->info->keep_hash,
6940 && (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, FALSE)
Decoff.c4398 && bfd_hash_lookup (einfo->info->keep_hash,
Delf64-alpha.c2789 && bfd_hash_lookup (einfo->info->keep_hash,
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/doc/
Dlinker.texi332 then the @code{keep_hash} field of the @code{bfd_link_info}
/openbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dlinker.texi332 then the @code{keep_hash} field of the @code{bfd_link_info}

12