Searched refs:STREAM (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/include/ |
D | dis-asm.h | 370 #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))
|
D | ChangeLog-9103 | 1233 * dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Cast STREAM and
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-alpha.h | 171 #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/ |
D | struct.s | 32 STREAM .string 64 ; label
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cgen-dis.in | 335 Print one instruction from PC on INFO->STREAM.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | write.c | 642 #define dump_section_relocs(ABFD,SEC,STREAM) ((void) 0) argument
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-2007 | 1026 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
|
D | ChangeLog-9197 | 4228 * strings.c (print_strings): Handle STREAM being NULL.
|