Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic80.c72 static struct hash_control *tic80_hash; variable
644 if ((opcode = (struct tic80_opcode *) hash_find (tic80_hash, str)) == NULL) in md_assemble()
691 tic80_hash = hash_new (); in md_begin()
698 hash_insert (tic80_hash, op->name, (char *) op); in md_begin()