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

  /toolchain/binutils/binutils-2.25/gas/
frags.h 95 int opinfo; member in struct:frag::__anon75287
write.h 123 int opinfo; member in struct:fix::__anon75296
cgen.c 79 OPINFO is something the caller chooses to help in reloc determination. */
84 int opinfo; member in struct:fixup
105 queue_fixup (opindex, opinfo, expP)
107 int opinfo;
115 fixups[num_fixups].opinfo = opinfo;
242 OPINFO is something the caller chooses to help in reloc determination.
250 gas_cgen_record_fixup (frag, where, insn, length, operand, opinfo, symbol, offset)
256 int opinfo;
270 fixP->fx_cgen.opinfo = opinfo
    [all...]
  /external/mksh/src/
expr.c 28 /* the order of these enums is constrained by the order of opinfo[] */
60 /* things that don't appear in the opinfo[] table */
83 struct opinfo { struct
96 static const struct opinfo opinfo[] = { variable in typeref:struct:opinfo
275 s = opinfo[(int)es->tok].name;
405 opinfo[(int)op].prec == prec) {
698 for (i = 0; (n0 = opinfo[i].name[0]); i++)
699 if (c == n0 && strncmp(cp, opinfo[i].name,
700 (size_t)opinfo[i].len) == 0)
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
w65-opc.h 50 struct opinfo { struct
56 const struct opinfo optable[257]={

Completed in 659 milliseconds