Lines Matching full:option
55 popt::option options_array[] = {
56 popt::option(demangle_option, "demangle", 'D',
59 popt::option(options::output_dir, "output-dir", 'o',
61 popt::option(options::search_dirs, "search-dirs", 'd',
63 popt::option(options::base_dirs, "base-dirs", 'b',
65 popt::option(include_file, "include-file", '\0',
67 popt::option(exclude_file, "exclude-file", '\0',
69 popt::option(include_symbols, "include-symbols", 'i',
71 popt::option(exclude_symbols, "exclude-symbols", 'e',
73 popt::option(options::objdump_params, "objdump-params", '\0',
75 popt::option(options::exclude_dependent, "exclude-dependent", 'x',
77 popt::option(mergespec, "merge", 'm',
79 popt::option(options::source, "source", 's', "output source"),
80 popt::option(options::assembly, "assembly", 'a', "output assembly"),
81 popt::option(options::threshold_opt, "threshold", 't',