Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dsparc-dis.c434 static sparc_opcode_hash *hash_buf = NULL; in build_hash_table() local
441 if (hash_buf != NULL) in build_hash_table()
442 free (hash_buf); in build_hash_table()
443 hash_buf = xmalloc (sizeof (* hash_buf) * num_opcodes); in build_hash_table()
447 sparc_opcode_hash *h = &hash_buf[i]; in build_hash_table()