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