Home
last modified time | relevance | path

Searched refs:ITBL_OPCODE_STRUCT (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/
Ditbl-ops.c310 struct ITBL_OPCODE_STRUCT *new_opcodes, *o; in append_insns_as_macros()
326 size = sizeof (struct ITBL_OPCODE_STRUCT) * ITBL_NUM_OPCODES; in append_insns_as_macros()
330 new_size = sizeof (struct ITBL_OPCODE_STRUCT) * new_num_opcodes; in append_insns_as_macros()
335 new_opcodes = (struct ITBL_OPCODE_STRUCT *) malloc (new_size); in append_insns_as_macros()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Ditbl-mips.h44 #define ITBL_OPCODE_STRUCT mips_opcode macro