Searched refs:special_operator_hash (Results 1 – 2 of 2) sorted by relevance
181 static struct hash_control *special_operator_hash; variable277 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()
130 static struct hash_control *special_operator_hash; variable220 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()