Home | History | Annotate | Download | only in pp

Lines Matching defs:out

376 	format_output::formatter * out;
384 out = xml_out;
386 out->show_long_filenames(true);
390 out = text_out;
391 out->show_long_filenames(options::long_filenames);
394 out->set_nr_classes(nr_classes);
395 out->show_header(options::show_header);
396 out->vma_format_64bit(choice.hints & cf_64bit_vma);
397 out->show_global_percent(options::global_percent);
403 out->add_format(flags);
432 format_output::diff_formatter out(dc, pc1.extra_found_images);
434 out.set_nr_classes(nr_classes);
435 out.show_long_filenames(options::long_filenames);
436 out.show_header(options::show_header);
437 out.show_global_percent(options::global_percent);
438 out.vma_format_64bit(choice.hints & cf_64bit_vma);
439 out.add_format(flags);
444 out.output(cout, symbols);
457 format_output::formatter * out;
465 out = xml_out;
467 out->show_long_filenames(true);
470 out = text_out;
471 out->show_long_filenames(options::long_filenames);
474 out->set_nr_classes(nr_classes);
475 out->show_header(options::show_header);
476 out->vma_format_64bit(output_hints & cf_64bit_vma);
477 out->show_global_percent(options::global_percent);
483 out->add_format(flags);