Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic54x.c185 static struct hash_control *subsym_recurse_hash; /* Prevent infinite recurse. */ variable
3062 subsym_recurse_hash = hash_new (); in md_begin()
4482 if (hash_find (subsym_recurse_hash, name) == NULL) in subsym_substitute()
4631 hash_insert (subsym_recurse_hash, name, name); in subsym_substitute()
4633 hash_delete (subsym_recurse_hash, name, FALSE); in subsym_substitute()