HomeSort by relevance Sort by last modified time
    Searched refs:fprintf_func (Results 1 - 6 of 6) sorted by null

  /external/qemu/
disas.c 47 (*info->fprintf_func) (info->stream, "Unknown error %d\n", status);
51 (*info->fprintf_func) (info->stream,
65 (*info->fprintf_func) (info->stream, "0x%" PRIx64, addr);
mips-dis.c     [all...]
dis-asm.h 258 fprintf_function fprintf_func; member in struct:disassemble_info
420 It prints a message using info->fprintf_func and info->stream. */
434 #define INIT_DISASSEMBLE_INFO(INFO, STREAM, FPRINTF_FUNC) \
439 INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC)
446 #define INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) \
447 (INFO).fprintf_func = (FPRINTF_FUNC), \
arm-dis.c     [all...]
i386-dis.c     [all...]
ppc-dis.c     [all...]

Completed in 84 milliseconds