Home
last modified time | relevance | path

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

/openbmc/qemu/disas/
H A Dsparc.c2618 static sparc_opcode_hash *hash_buf = NULL; in build_hash_table() local
2625 free(hash_buf); in build_hash_table()
2626 hash_buf = malloc (sizeof (* hash_buf) * num_opcodes); in build_hash_table()
2630 sparc_opcode_hash *h = &hash_buf[i]; in build_hash_table()