Searched refs:app_data (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/tools/hsdis/
H A Dhsdis.c69 struct hsdis_app_data* app_data = (struct hsdis_app_data*) (dinfo)->application_data
71 #define DECL_EVENT_CALLBACK(app_data) \
72 event_callback_t event_callback = (app_data)->event_callback; \
73 void* event_stream = (app_data)->event_stream
75 #define DECL_PRINTF_CALLBACK(app_data) \
76 printf_callback_t printf_callback = (app_data)->printf_callback; \
77 void* printf_stream = (app_data)->printf_stream
80 static void print_help(struct hsdis_app_data* app_data,
82 static void setup_app_data(struct hsdis_app_data* app_data,
96 struct hsdis_app_data app_data; local
239 setup_app_data(struct hsdis_app_data* app_data, const char* caller_options) argument
325 set_optional_callbacks(struct hsdis_app_data* app_data) argument
342 parse_caller_options(struct hsdis_app_data* app_data, const char* caller_options) argument
373 print_help(struct hsdis_app_data* app_data, const char* msg, const char* arg) argument
[all...]

Completed in 28 milliseconds