Home
last modified time | relevance | path

Searched refs:FPRINTF_FUNC (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/include/
Ddis-asm.h370 #define INIT_DISASSEMBLE_INFO(INFO, STREAM, FPRINTF_FUNC) \ argument
371 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC))
372 #define INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) \ argument
373 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC))
DChangeLog-91031234 FPRINTF_FUNC to avoid compiler warnings.
1749 New argument FPRINTF_FUNC.