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

  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
dis-asm.h 64 fprintf_ftype fprintf_func; member in struct:disassemble_info
318 It prints a message using info->fprintf_func and info->stream. */
339 fprintf_ftype fprintf_func);
342 #define INIT_DISASSEMBLE_INFO(INFO, STREAM, FPRINTF_FUNC) \
343 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC))
344 #define INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) \
345 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC))
  /external/qemu/
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), \

Completed in 42 milliseconds