HomeSort by relevance Sort by last modified time
    Searched refs:optable (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
tic4x-dis.c 636 tic4x_hash_opcode (tic4x_inst_t **optable,
655 if (optable[j] != NULL)
657 j, optable[j]->name, inst->name);
663 if (optable[j] != NULL
667 tic4x_hash_opcode_special (optable_special, optable[j]);
673 optable[j] = (tic4x_inst_t *) inst;
688 static tic4x_inst_t **optable = NULL; local
699 if (optable == NULL)
701 optable = xcalloc (sizeof (tic4x_inst_t *), (1 << TIC4X_HASH_SIZE));
708 tic4x_hash_opcode (optable, optable_special, &tic4x_insts[i]
    [all...]
w65-dis.c 77 for (op = optable; op->val != insn[0]; op++)
w65-opc.h 56 const struct opinfo optable[257]={ variable in typeref:struct:opinfo
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 163 static const struct optable struct
168 } optable[] = { variable in typeref:struct:optable
684 for (i = 0; i < ARRAY_SIZE (optable); i++)
686 if (strlen (optable[i].in) == 2
687 && memcmp (optable[i].in, opname + 2, 2) == 0)
690 strcat (result, optable[i].out);
702 for (i = 0; i < ARRAY_SIZE (optable); i++)
704 if (strlen (optable[i].in) == 3
705 && memcmp (optable[i].in, opname + 2, 3) == 0)
708 strcat (result, optable[i].out)
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c 145 static const struct optable struct
150 } optable[] = { variable in typeref:struct:optable
673 for (i = 0; i < ARRAY_SIZE (optable); i++)
675 if (strlen (optable[i].in) == 2
676 && memcmp (optable[i].in, opname + 2, 2) == 0)
679 strcat (result, optable[i].out);
691 for (i = 0; i < ARRAY_SIZE (optable); i++)
693 if (strlen (optable[i].in) == 3
694 && memcmp (optable[i].in, opname + 2, 3) == 0)
697 strcat (result, optable[i].out)
    [all...]

Completed in 79 milliseconds