HomeSort by: relevance | last modified time | path
    Searched defs:votp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
vax-dis.c 392 const struct vot *votp; local
460 for (votp = &votstrs[0]; votp->name[0]; votp++)
462 vax_opcodeT opcode = votp->detail.code;
468 argp = votp->detail.args;
482 arg = buffer + ((votp->detail.code >> 8) ? 2 : 1);
487 (*info->fprintf_func) (info->stream, "%s", votp->name);
  /src/external/gpl3/binutils.old/dist/opcodes/
vax-dis.c 392 const struct vot *votp; local
460 for (votp = &votstrs[0]; votp->name[0]; votp++)
462 vax_opcodeT opcode = votp->detail.code;
468 argp = votp->detail.args;
482 arg = buffer + ((votp->detail.code >> 8) ? 2 : 1);
487 (*info->fprintf_func) (info->stream, "%s", votp->name);
  /src/external/gpl3/gdb/dist/opcodes/
vax-dis.c 392 const struct vot *votp; local
460 for (votp = &votstrs[0]; votp->name[0]; votp++)
462 vax_opcodeT opcode = votp->detail.code;
468 argp = votp->detail.args;
482 arg = buffer + ((votp->detail.code >> 8) ? 2 : 1);
487 (*info->fprintf_func) (info->stream, "%s", votp->name);
  /src/external/gpl3/gdb.old/dist/opcodes/
vax-dis.c 392 const struct vot *votp; local
460 for (votp = &votstrs[0]; votp->name[0]; votp++)
462 vax_opcodeT opcode = votp->detail.code;
468 argp = votp->detail.args;
482 arg = buffer + ((votp->detail.code >> 8) ? 2 : 1);
487 (*info->fprintf_func) (info->stream, "%s", votp->name);

Completed in 25 milliseconds