Searched refs:prin (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/opcodes/
H A Dmsp430-dis.c75 fprintf_ftype prin = info->fprintf_func; local
89 (*prin) (stream, "interrupt service routine at 0x%04x", 0xffff & insn);
150 (*prin) (stream, ".word 0x%04x; ????", PS (insn));
154 (*prin) (stream, "%s%s", opcode->name, bc);
157 (*prin) (stream, "\t%s", op1);
159 (*prin) (stream, ",");
162 (*prin) (stream, "\t");
164 (*prin) (stream, "\t");
167 (*prin) (stream, "%s", op2);
169 (*prin) (strea
[all...]
H A Davr-dis.c262 fprintf_ftype prin = info->fprintf_func; local
356 (*prin) (stream, "%s", ok ? opcode->name : ".word");
359 (*prin) (stream, "\t%s", op1);
362 (*prin) (stream, ", %s", op2);
365 (*prin) (stream, "\t; %s", comment1);
368 (*prin) (stream, " %s", comment2);

Completed in 84 milliseconds