Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Davr-dis.c368 unsigned int nopcodes; in print_insn_avr() local
376 nopcodes = sizeof (avr_opcodes) / sizeof (struct avr_opcodes_s); in print_insn_avr()
378 avr_bin_masks = xmalloc (nopcodes * sizeof (unsigned int)); in print_insn_avr()
H A Dh8300-dis.c45 unsigned int nopcodes; in bfd_h8_disassemble_init() local
49 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()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Davr-dis.c368 unsigned int nopcodes; in print_insn_avr() local
376 nopcodes = sizeof (avr_opcodes) / sizeof (struct avr_opcodes_s); in print_insn_avr()
378 avr_bin_masks = xmalloc (nopcodes * sizeof (unsigned int)); in print_insn_avr()
H A Dh8300-dis.c45 unsigned int nopcodes; in bfd_h8_disassemble_init() local
49 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()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-h8300.c235 unsigned int nopcodes; in md_begin() local
245 nopcodes = sizeof (h8_opcodes) / sizeof (struct h8_opcode); in md_begin()
247 h8_instructions = XNEWVEC (struct h8_instruction, nopcodes); in md_begin()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-h8300.c235 unsigned int nopcodes; in md_begin() local
247 nopcodes = sizeof (h8_opcodes) / sizeof (struct h8_opcode); in md_begin()
249 h8_instructions = XNEWVEC (struct h8_instruction, nopcodes); in md_begin()