Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic80.c70 static struct hash_control *tic80_hash; variable
795 if ((opcode = (struct tic80_opcode *) hash_find (tic80_hash, str)) == NULL)
842 tic80_hash = hash_new (); in md_begin()
849 hash_insert (tic80_hash, op->name, (char *) op); in md_begin()