| /openbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldmain.c | 318 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/ |
| D | ldmain.c | 309 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/ |
| D | bfdlink.h | 339 struct bfd_hash_table *keep_hash; member
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/ |
| D | bfdlink.h | 384 struct bfd_hash_table *keep_hash; member
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elf64-sparc.c | 577 && bfd_hash_lookup (info->keep_hash, in elf64_sparc_output_arch_syms()
|
| 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()
|
| D | pdp11.c | 2916 && 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()
|
| D | cofflink.c | 1549 && (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()
|
| D | aoutx.h | 3521 && 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()
|
| D | xcofflink.c | 3735 && (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()
|
| D | ecoff.c | 4309 && bfd_hash_lookup (einfo->info->keep_hash, in ecoff_link_write_external()
|
| D | elf64-alpha.c | 1529 && bfd_hash_lookup (einfo->info->keep_hash, in elf64_alpha_output_extsym()
|
| D | elflink.c | 6802 && 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/ |
| D | linker.c | 2256 && 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()
|
| D | cofflink.c | 1551 && (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()
|
| D | pdp11.c | 3839 || 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,
|
| D | aoutx.h | 4154 || 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,
|
| D | xcofflink.c | 4529 && (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, 5838 && bfd_hash_lookup (finfo->info->keep_hash, h->root.root.string,
|
| D | elf64-sparc.c | 1550 && bfd_hash_lookup (info->keep_hash,
|
| D | elflink.c | 6012 && 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()
|
| D | elflink.h | 6465 && bfd_hash_lookup (finfo->info->keep_hash, 6940 && (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, FALSE)
|
| D | ecoff.c | 4398 && bfd_hash_lookup (einfo->info->keep_hash,
|
| D | elf64-alpha.c | 2789 && bfd_hash_lookup (einfo->info->keep_hash,
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| D | linker.texi | 332 then the @code{keep_hash} field of the @code{bfd_link_info}
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | linker.texi | 332 then the @code{keep_hash} field of the @code{bfd_link_info}
|