Searched refs:votp (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dvax-dis.c392 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);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dvax-dis.c392 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);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dvax-dis.c392 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);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dvax-dis.c392 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 295 milliseconds