/src/sys/arch/ia64/disasm/ |
disasm_format.c | 129 asm_operand(const struct asm_oper *o, char *buf, size_t buflen, uint64_t ip) function in typeref:typename:void 331 asm_operand(i->i_oper+0, buf, sizeof(buf), ip); 363 asm_operand(i->i_oper + n, buf, sizeof(buf), ip);
|
disasm_format.c | 129 asm_operand(const struct asm_oper *o, char *buf, size_t buflen, uint64_t ip) function in typeref:typename:void 331 asm_operand(i->i_oper+0, buf, sizeof(buf), ip); 363 asm_operand(i->i_oper + n, buf, sizeof(buf), ip);
|
disasm.h | 326 void asm_operand(const struct asm_oper *, char *, size_t, uint64_t);
|
disasm.h | 326 void asm_operand(const struct asm_oper *, char *, size_t, uint64_t);
|
/src/sys/arch/ia64/ia64/ |
db_interface.c | 462 asm_operand(i->i_oper+0, buf, sizeof(buf), loc); 488 asm_operand(i->i_oper + n, buf, sizeof(buf), loc);
|
db_interface.c | 462 asm_operand(i->i_oper+0, buf, sizeof(buf), loc); 488 asm_operand(i->i_oper + n, buf, sizeof(buf), loc);
|