Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic4x.c62 static struct hash_control *tic4x_asg_hash = NULL; variable
733 if (hash_find (tic4x_asg_hash, name)) in tic4x_asg()
734 hash_replace (tic4x_asg_hash, name, (void *) str); in tic4x_asg()
736 hash_insert (tic4x_asg_hash, name, (void *) str); in tic4x_asg()
1373 tic4x_asg_hash = hash_new (); in md_begin()
1515 if (strlen (str) && (entry = hash_find (tic4x_asg_hash, str)) != NULL) in tic4x_operand_parse()