Searched refs:hash_buf (Results 1 – 1 of 1) sorted by relevance
414 static sparc_opcode_hash *hash_buf = NULL; in build_hash_table() local421 if (hash_buf != NULL) in build_hash_table()422 free (hash_buf); in build_hash_table()423 hash_buf = xmalloc (sizeof (* hash_buf) * num_opcodes); in build_hash_table()427 sparc_opcode_hash *h = &hash_buf[i]; in build_hash_table()