OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ITBL_OPCODE_STRUCT
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
itbl-mips.h
43
#define
ITBL_OPCODE_STRUCT
mips_opcode
/toolchain/binutils/binutils-2.25/gas/
itbl-ops.c
300
struct
ITBL_OPCODE_STRUCT
*new_opcodes, *o;
319
size = sizeof (struct
ITBL_OPCODE_STRUCT
) * ITBL_NUM_OPCODES;
323
new_size = sizeof (struct
ITBL_OPCODE_STRUCT
) * new_num_opcodes;
328
new_opcodes = (struct
ITBL_OPCODE_STRUCT
*) malloc (new_size);
Completed in 76 milliseconds