Searched refs:nopcodes (Results 1 – 3 of 3) sorted by relevance
303 unsigned int nopcodes; in print_insn_avr() local311 nopcodes = sizeof (avr_opcodes) / sizeof (struct avr_opcodes_s); in print_insn_avr()313 avr_bin_masks = xmalloc (nopcodes * sizeof (unsigned int)); in print_insn_avr()
45 unsigned int nopcodes; in bfd_h8_disassemble_init() local49 nopcodes = sizeof (h8_opcodes) / sizeof (struct h8_opcode); in bfd_h8_disassemble_init()51 h8_instructions = xmalloc (nopcodes * sizeof (struct h8_instruction)); in bfd_h8_disassemble_init()
235 unsigned int nopcodes; in md_begin() local247 nopcodes = sizeof (h8_opcodes) / sizeof (struct h8_opcode); in md_begin()250 xmalloc (nopcodes * sizeof (struct h8_instruction)); in md_begin()