Home
last modified time | relevance | path

Searched refs:ignore_hash (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/
Dldmain.c672 if (info->ignore_hash == NULL) in add_ignoresym()
674 info->ignore_hash = xmalloc (sizeof (struct bfd_hash_table)); in add_ignoresym()
675 if (! bfd_hash_table_init_n (info->ignore_hash, in add_ignoresym()
682 if (bfd_hash_lookup (info->ignore_hash, name, TRUE, TRUE) == NULL) in add_ignoresym()
1294 if (info->ignore_hash != NULL in undefined_symbol()
1295 && bfd_hash_lookup (info->ignore_hash, name, FALSE, FALSE) != NULL) in undefined_symbol()
DChangeLog-2012207 (undefined_symbol): ..here. Return if the symbol is in ignore_hash.
/toolchain/binutils/binutils-2.25/include/
Dbfdlink.h471 struct bfd_hash_table *ignore_hash; member
DChangeLog292 * bfdlink.h (bfd_link_info): Add ignore_hash.