Searched refs:hash_buf (Results 1 – 1 of 1) sorted by relevance
434 static sparc_opcode_hash *hash_buf = NULL; in build_hash_table() local441 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()