Searched refs:macro_level (Results 1 – 1 of 1) sorted by relevance
199 static int macro_level = 0; variable1123 void *elem = hash_delete (local_label_hash[macro_level], key, FALSE); in tic54x_remove_local_label()1132 hash_traverse (local_label_hash[macro_level], tic54x_remove_local_label); in tic54x_clear_local_labels()2221 if (macro_level == 0) in tic54x_var()2238 hash_insert (subsym_hash[macro_level], name, empty); in tic54x_var()2501 ++macro_level; in tic54x_macro_start()2502 subsym_hash[macro_level] = hash_new (); in tic54x_macro_start()2503 local_label_hash[macro_level] = hash_new (); in tic54x_macro_start()2519 hash_insert (subsym_hash[macro_level], name, value); in tic54x_macro_info()2528 hash_die (subsym_hash[macro_level]); in tic54x_macro_end()[all …]