Searched refs:INIT_DISASSEMBLE_INFO (Results 1 – 2 of 2) sorted by relevance
153 INIT_DISASSEMBLE_INFO(disasm_info, out, fprintf); in target_disas()266 INIT_DISASSEMBLE_INFO(disasm_info, out, fprintf); in disas()372 INIT_DISASSEMBLE_INFO(disasm_info, (FILE *)mon, monitor_fprintf); in monitor_disas()
432 #define INIT_DISASSEMBLE_INFO(INFO, STREAM, FPRINTF_FUNC) \ macro