Home | History | Annotate | Download | only in src

Lines Matching refs:pretty

76   { "pretty-print", OPT_PRETTY, NULL, 0,
139 static bool pretty;
279 pretty = true;
342 printf ("%s%c", symname (name), pretty ? ' ' : '\n');
353 /* When using --pretty-print we only show inlines on their
355 if (pretty)
439 printf ("??%c", pretty ? ' ': '\n');
441 printf ("(%s)+%#" PRIx64 "%c", name, addr, pretty ? ' ' : '\n');
470 printf ("%c", pretty ? ' ' : '\n');
672 printf ("0x%.*" PRIx64 "%s", width, addr, pretty ? ": " : "\n");
683 printf ("%s%c", name, pretty ? ' ' : '\n');
690 if ((show_functions || show_symbols) && pretty)
770 if (pretty)
788 pretty ? " at " : "\n");