Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Decofflink.c390 struct string_hash_entry *ss_hash; member
520 ainfo->ss_hash = NULL;
882 if (ainfo->ss_hash == (struct string_hash_entry *) NULL)
883 ainfo->ss_hash = sh;
1105 if (ainfo->ss_hash == (struct string_hash_entry *) NULL)
1106 ainfo->ss_hash = sh;
1654 BFD_ASSERT (ainfo->ss_hash == (struct string_hash_entry *) NULL);
1669 BFD_ASSERT (ainfo->ss_hash == NULL || ainfo->ss_hash->val == 1);
1670 for (sh = ainfo->ss_hash;
2532 BFD_ASSERT (ainfo->ss_hash == NULL || ainfo->ss_hash->val == 1);
[all …]