Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tilegx.c181 static struct hash_control *special_operator_hash; variable
277 special_operator_hash = hash_new (); in md_begin()
279 hash_insert (special_operator_hash, #name, (void *)O_##name) in md_begin()
289 hash_insert (special_operator_hash, "hw3_last", (void*)O_hw3); in md_begin()
1033 void* val = hash_find (special_operator_hash, name); in tilegx_parse_name()
Dtc-tilepro.c130 static struct hash_control *special_operator_hash; variable
220 special_operator_hash = hash_new (); in md_begin()
222 hash_insert (special_operator_hash, #name, (void *)O_##name) in md_begin()
924 void *val = hash_find (special_operator_hash, name); in tilepro_parse_name()