Searched refs:optable (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | tic4x-dis.c | 633 tic4x_hash_opcode (tic4x_inst_t **optable, in tic4x_hash_opcode() argument 652 if (optable[j] != NULL) in tic4x_hash_opcode() 654 j, optable[j]->name, inst->name); in tic4x_hash_opcode() 660 if (optable[j] != NULL in tic4x_hash_opcode() 664 tic4x_hash_opcode_special (optable_special, optable[j]); in tic4x_hash_opcode() 670 optable[j] = (tic4x_inst_t *) inst; in tic4x_hash_opcode() 685 static tic4x_inst_t **optable = NULL; in tic4x_disassemble() local 696 if (optable == NULL) in tic4x_disassemble() 698 optable = xcalloc (sizeof (tic4x_inst_t *), (1 << TIC4X_HASH_SIZE)); in tic4x_disassemble() 705 tic4x_hash_opcode (optable, optable_special, &tic4x_insts[i], in tic4x_disassemble() [all …]
|
| D | w65-dis.c | 75 for (op = optable; op->val != insn[0]; op++) in print_insn_w65()
|
| D | w65-opc.h | 57 const struct opinfo optable[257]={ variable
|
| /mirbsd/src/gnu/usr.bin/binutils/libiberty/ |
| D | cplus-dem.c | 153 static const struct optable struct 158 } optable[] = { variable 678 for (i = 0; i < ARRAY_SIZE (optable); i++) in cplus_demangle_opname() 680 if (strlen (optable[i].in) == 2 in cplus_demangle_opname() 681 && memcmp (optable[i].in, opname + 2, 2) == 0) in cplus_demangle_opname() 684 strlcat (result, optable[i].out, ressiz); in cplus_demangle_opname() 696 for (i = 0; i < ARRAY_SIZE (optable); i++) in cplus_demangle_opname() 698 if (strlen (optable[i].in) == 3 in cplus_demangle_opname() 699 && memcmp (optable[i].in, opname + 2, 3) == 0) in cplus_demangle_opname() 702 strlcat (result, optable[i].out, ressiz); in cplus_demangle_opname() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | serial.c | 163 serial_add_interface (struct serial_ops *optable) in serial_add_interface() argument 165 optable->next = serial_ops_list; in serial_add_interface() 166 serial_ops_list = optable; in serial_add_interface()
|
| D | serial.h | 245 extern void serial_add_interface (struct serial_ops * optable);
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-w65.c | 148 for (opcode = optable; opcode->name; opcode++) in md_begin()
|
| /mirbsd/src/share/dict/ |
| D | web2 | 131055 optable
|