db_disasm.c | 124 static inline void add_str(inst_buffer * ib, const char *s); 201 add_str(ib, "invalid or two-byte opcode "); 205 add_str(ib, vax_inst[ib->opc].mnemonic); 327 add_str(ib, buf); 331 add_str(ib, my_db_regs[reg].name); 336 add_str(ib, my_db_regs[reg].name); 343 add_str(ib, my_db_regs[reg].name); 383 add_str(ib, my_db_regs[reg].name); 396 /* add_str (ib, "b^"); */ 399 add_str(ib, my_db_regs[reg].name) 470 add_str(inst_buffer *ib, const char *s) function in typeref:typename:void [all...] |