Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/
Ddis-asm.h384 #define INIT_DISASSEMBLE_INFO(INFO, STREAM, FPRINTF_FUNC) \ argument
385 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC))
386 #define INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) \ argument
387 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC))
DChangeLog-91031234 FPRINTF_FUNC to avoid compiler warnings.
1749 New argument FPRINTF_FUNC.