Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic54x.c188 static struct hash_control *subsym_recurse_hash; /* Prevent infinite recurse. */ variable
3339 subsym_recurse_hash = hash_new (); in md_begin()
4814 if (hash_find (subsym_recurse_hash, name) == NULL)
4963 hash_insert (subsym_recurse_hash, name, name);
4965 hash_delete (subsym_recurse_hash, name);