Searched refs:local_label_hash (Results 1 – 1 of 1) sorted by relevance
200 static struct hash_control *local_label_hash[100]; variable1135 void *elem = hash_delete (local_label_hash[macro_level], key, FALSE); in tic54x_remove_local_label()1144 hash_traverse (local_label_hash[macro_level], tic54x_remove_local_label); in tic54x_clear_local_labels()2528 local_label_hash[macro_level] = hash_new (); in tic54x_macro_start()2557 hash_die (local_label_hash[macro_level]); in tic54x_macro_end()2558 local_label_hash[macro_level] = NULL; in tic54x_macro_end()3074 local_label_hash[0] = hash_new (); in md_begin()4531 value = hash_find (local_label_hash[macro_level], name); in subsym_substitute()4543 hash_insert (local_label_hash[macro_level], namecopy, value); in subsym_substitute()