Home
last modified time | relevance | path

Searched defs:options_ (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dparameters.h193 const General_options* options_; variable
H A Dgold.cc123 const General_options& options_; member in gold::Middle_runner
154 const General_options& options_; member in gold::Gc_runner
H A Doptions.h2114 Position_dependent_options options_; variable
2288 Position_dependent_options options_; variable
2446 General_options options_; variable
H A Dplugin.h407 const General_options& options_; variable
H A Dlayout.h193 const General_options& options_; variable
H A Dscript.cc1995 const int options_; member in gold::Lazy_demangler
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dparameters.h193 const General_options* options_; variable
H A Dgold.cc123 const General_options& options_; member in gold::Middle_runner
154 const General_options& options_; member in gold::Gc_runner
H A Doptions.h2119 Position_dependent_options options_; variable
2293 Position_dependent_options options_; variable
2451 General_options options_; variable
H A Dplugin.h407 const General_options& options_; variable
H A Dlayout.h193 const General_options& options_; variable
H A Dscript.cc1995 const int options_; member in gold::Lazy_demangler
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_help.cpp213 cmd_help::cmd_help(const cmdline::options_vector* options_, in cmd_help()