Home
last modified time | relevance | path

Searched refs:notice_hash (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-aux.c127 || (info->notice_hash != NULL in coff_m68k_aux_link_add_one_symbol()
128 && bfd_hash_lookup (info->notice_hash, name, in coff_m68k_aux_link_add_one_symbol()
Dlinker.c1503 || (info->notice_hash != NULL in _bfd_generic_link_add_one_symbol()
1504 && bfd_hash_lookup (info->notice_hash, name, FALSE, FALSE) != NULL)) in _bfd_generic_link_add_one_symbol()
/toolchain/binutils/binutils-2.25/ld/
Dldmain.c654 if (link_info.notice_hash == NULL) in add_ysym()
656 link_info.notice_hash = in add_ysym()
658 if (!bfd_hash_table_init_n (link_info.notice_hash, in add_ysym()
665 if (bfd_hash_lookup (link_info.notice_hash, name, TRUE, TRUE) == NULL) in add_ysym()
1489 if (info->notice_hash != NULL in notice()
1490 && bfd_hash_lookup (info->notice_hash, name, FALSE, FALSE) != NULL) in notice()
Dplugin.c1036 || (info->notice_hash != NULL in plugin_notice()
1037 && bfd_hash_lookup (info->notice_hash, orig_h->root.string, in plugin_notice()
/toolchain/binutils/binutils-2.25/include/
Dbfdlink.h463 struct bfd_hash_table *notice_hash; member