Searched refs:macro_level (Results 1 – 1 of 1) sorted by relevance
199 static int macro_level = 0; 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()2245 if (macro_level == 0) in tic54x_var()2263 hash_insert (subsym_hash[macro_level], name, empty); in tic54x_var()2526 ++macro_level; in tic54x_macro_start()2527 subsym_hash[macro_level] = hash_new (); in tic54x_macro_start()2528 local_label_hash[macro_level] = hash_new (); in tic54x_macro_start()2546 hash_insert (subsym_hash[macro_level], name, value); in tic54x_macro_info()2555 hash_die (subsym_hash[macro_level]); in tic54x_macro_end()[all …]