HomeSort by relevance Sort by last modified time
    Searched refs:special_operator_hash (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-tilegx.c 181 static struct hash_control *special_operator_hash; variable in typeref:struct:hash_control
277 special_operator_hash = hash_new ();
279 hash_insert (special_operator_hash, #name, (void *)O_##name)
289 hash_insert (special_operator_hash, "hw3_last", (void*)O_hw3);
1032 void* val = hash_find (special_operator_hash, name);
    [all...]
tc-tilepro.c 130 static struct hash_control *special_operator_hash; variable in typeref:struct:hash_control
220 special_operator_hash = hash_new ();
222 hash_insert (special_operator_hash, #name, (void *)O_##name)
924 void *val = hash_find (special_operator_hash, name);
    [all...]

Completed in 2068 milliseconds