Home
last modified time | relevance | path

Searched refs:STREAM (Results 1 – 8 of 8) 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-91031233 * dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Cast STREAM and
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-alpha.h171 #define TC_FIX_DATA_PRINT(STREAM, FIX) \ argument
174 fprintf (STREAM, "\tinfo = 0x%lx, next_reloc = 0x%lx\n", \
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
Dstruct.s32 STREAM .string 64 ; label
/toolchain/binutils/binutils-2.25/opcodes/
Dcgen-dis.in335 Print one instruction from PC on INFO->STREAM.
/toolchain/binutils/binutils-2.25/gas/
Dwrite.c642 #define dump_section_relocs(ABFD,SEC,STREAM) ((void) 0) argument
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-20071026 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
DChangeLog-91974228 * strings.c (print_strings): Handle STREAM being NULL.