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

/freebsd-12-stable/contrib/binutils/bfd/
H A Dcoff-aux.c98 if (info->notice_hash != (struct bfd_hash_table *) NULL
99 && (bfd_hash_lookup (info->notice_hash, name, FALSE, FALSE)
H A Dlinker.c1582 || (info->notice_hash != NULL
1583 && bfd_hash_lookup (info->notice_hash, name, FALSE, FALSE) != NULL))
/freebsd-12-stable/contrib/binutils/ld/
H A Dldmain.c778 if (link_info.notice_hash == NULL)
780 link_info.notice_hash = xmalloc (sizeof (struct bfd_hash_table));
781 if (!bfd_hash_table_init_n (link_info.notice_hash,
788 if (bfd_hash_lookup (link_info.notice_hash, name, TRUE, TRUE) == NULL)
1506 link_info.notice_hash is found. Symbols are put in notice_hash
1524 || (info->notice_hash != NULL
1525 && bfd_hash_lookup (info->notice_hash, name, FALSE, FALSE) != NULL))
/freebsd-12-stable/contrib/gdb/include/
H A Dbfdlink.h341 struct bfd_hash_table *notice_hash;
498 /* A function which is called when a symbol in notice_hash is
339 struct bfd_hash_table *notice_hash; member in struct:bfd_link_info
/freebsd-12-stable/contrib/binutils/include/
H A Dbfdlink.h391 struct bfd_hash_table *notice_hash;
567 /* A function which is called when a symbol in notice_hash is
389 struct bfd_hash_table *notice_hash; member in struct:bfd_link_info

Completed in 122 milliseconds