Lines Matching defs:pretty
76 { "pretty-print", OPT_PRETTY, NULL, 0,
141 static bool pretty;
272 pretty = true;
335 printf ("%s%c", symname (name), pretty ? ' ' : '\n');
346 /* When using --pretty-print we only show inlines on their
348 if (pretty)
432 printf ("??%c", pretty ? ' ': '\n');
434 printf ("(%s)+%#" PRIx64 "%c", name, addr, pretty ? ' ' : '\n');
463 printf ("%c", pretty ? ' ' : '\n');
685 printf ("0x%.*" PRIx64 "%s", width, addr, pretty ? ": " : "\n");
696 printf ("%s%c", name, pretty ? ' ' : '\n');
703 if ((show_functions || show_symbols) && pretty)
768 if (pretty)
786 pretty ? " at " : "\n");