Searched refs:subsym_recurse_hash (Results 1 – 1 of 1) sorted by relevance
185 static struct hash_control *subsym_recurse_hash; /* Prevent infinite recurse. */ variable3090 subsym_recurse_hash = hash_new (); in md_begin()4515 if (hash_find (subsym_recurse_hash, name) == NULL) in subsym_substitute()4664 hash_insert (subsym_recurse_hash, name, name); in subsym_substitute()4666 hash_delete (subsym_recurse_hash, name, FALSE); in subsym_substitute()