Searched refs:keep_hash (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/
H A Dbfdlink.h30 strip_some, /* keep_hash is the list of symbols to keep. */
386 struct bfd_hash_table *keep_hash;
384 struct bfd_hash_table *keep_hash; member in struct:bfd_link_info
/freebsd-10-stable/contrib/gdb/include/
H A Dbfdlink.h30 strip_some, /* keep_hash is the list of symbols to keep. */
336 struct bfd_hash_table *keep_hash;
334 struct bfd_hash_table *keep_hash; member in struct:bfd_link_info
/freebsd-10-stable/contrib/binutils/ld/
H A Dldmain.c832 link_info.keep_hash = xmalloc (sizeof (struct bfd_hash_table));
833 if (!bfd_hash_table_init (link_info.keep_hash, bfd_hash_newfunc,
864 if (bfd_hash_lookup (link_info.keep_hash, buf, TRUE, TRUE) == NULL)
/freebsd-10-stable/contrib/binutils/bfd/
H A Delf64-sparc.c578 && bfd_hash_lookup (info->keep_hash,
H A Dcofflink.c1546 && (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE,
2480 && (bfd_hash_lookup (finfo->info->keep_hash,
H A Dlinker.c390 then the <<keep_hash>> field of the <<bfd_link_info>>
2308 && bfd_hash_lookup (info->keep_hash, bfd_asymbol_name (sym),
2476 && bfd_hash_lookup (wginfo->info->keep_hash, h->root.root.string,
H A Daoutx.h3552 && bfd_hash_lookup (finfo->info->keep_hash, h->root.root.string,
4740 || bfd_hash_lookup (finfo->info->keep_hash, input_bfd->filename,
4865 if (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, FALSE)
H A Dxcofflink.c3742 && (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE,
5025 && bfd_hash_lookup (finfo->info->keep_hash, h->root.root.string,
H A Decoff.c4319 && bfd_hash_lookup (einfo->info->keep_hash,
H A Delf64-alpha.c1560 && bfd_hash_lookup (einfo->info->keep_hash,
H A Delflink.c7988 && bfd_hash_lookup (finfo->info->keep_hash,
8489 && (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, FALSE)
H A Delfxx-mips.c1795 && bfd_hash_lookup (einfo->info->keep_hash,

Completed in 168 milliseconds