Home | History | Annotate | Download | only in pp

Lines Matching defs:symbols

36 	bool symbols;
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
169 symbols = true;
199 if (!symbols) {
202 "without --symbols" << endl;
208 "without --symbols" << endl;
214 << "meaningless without --symbols" << endl;
219 cerr << "--exclude-symbols and --include-symbols are "
220 << "meaningless without --symbols" << endl;
227 << "meaningless without --symbols" << endl;
232 if (global_percent && symbols && !(details || callgraph)) {
233 cerr << "--global-percent is meaningless with --symbols "
287 symbols = true;