Searched defs:printf_stream (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/tools/hsdis/
H A Dhsdis.c53 printf_callback_t printf_callback; void* printf_stream; member in struct:hsdis_app_data
77 void* printf_stream = (app_data)->printf_stream
103 app_data.printf_stream = printf_stream_arg;
144 (*printf_callback)(printf_stream, "\n");
266 app_data->printf_stream,
330 if (app_data->printf_stream == NULL)
331 app_data->printf_stream = (void*) fprintf_stream;
377 (*printf_callback)(printf_stream, "hsdis: ");
378 (*printf_callback)(printf_stream, ms
[all...]

Completed in 232 milliseconds