Lines Matching full:symbols
36 bool symbols; variable
69 popt::option(options::symbols, "symbols", 'l',
70 "list all symbols"),
83 popt::option(exclude_symbols, "exclude-symbols", 'e',
84 "exclude these comma separated symbols", "symbols"),
85 popt::option(include_symbols, "include-symbols", 'i',
86 "include these comma separated symbols", "symbols"),
129 // symbol traversal all library module symbols are in handle_sort_option()
169 symbols = true; in check_options()
199 if (!symbols) { in check_options()
202 "without --symbols" << endl; in check_options()
208 "without --symbols" << endl; in check_options()
214 << "meaningless without --symbols" << endl; in check_options()
219 cerr << "--exclude-symbols and --include-symbols are " in check_options()
220 << "meaningless without --symbols" << endl; in check_options()
227 << "meaningless without --symbols" << endl; in check_options()
232 if (global_percent && symbols && !(details || callgraph)) { in check_options()
233 cerr << "--global-percent is meaningless with --symbols " in check_options()
287 symbols = true; in handle_options()