Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic54x.c200 static struct hash_control *local_label_hash[100]; variable
1123 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()
2503 local_label_hash[macro_level] = hash_new (); in tic54x_macro_start()
2530 hash_die (local_label_hash[macro_level]); in tic54x_macro_end()
2531 local_label_hash[macro_level] = NULL; in tic54x_macro_end()
3046 local_label_hash[0] = hash_new (); in md_begin()
4498 value = hash_find (local_label_hash[macro_level], name); in subsym_substitute()
4510 hash_insert (local_label_hash[macro_level], namecopy, value); in subsym_substitute()