| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | parameters.h | 86 { return this->options_ != NULL; } in options_valid() 93 return *this->options_; in options() 193 const General_options* options_; variable
|
| H A D | compressed_output.h | 63 options_(options) in Output_compressed_section() 77 const General_options* options_;
|
| H A D | compressed_output.cc | 236 if (strcmp(this->options_->compress_debug_sections(), "zlib-gnu") == 0) in set_final_data_size() 238 else if (strcmp(this->options_->compress_debug_sections(), "zlib-gabi") == 0 in set_final_data_size() 239 || strcmp(this->options_->compress_debug_sections(), "zlib") == 0) in set_final_data_size()
|
| H A D | plugin.h | 151 options_(options), workqueue_(NULL), task_(NULL), input_objects_(NULL), in Plugin_manager() 407 const General_options& options_; variable 621 : options_(options), input_objects_(input_objects), symtab_(symtab), in Plugin_hook() 644 const General_options& options_;
|
| H A D | gold.cc | 115 : options_(options), input_objects_(input_objects), symtab_(symtab), in Middle_runner() 123 const General_options& options_; member in gold::Middle_runner 133 queue_middle_tasks(this->options_, task, this->input_objects_, this->symtab_, in run() 146 : options_(options), input_objects_(input_objects), symtab_(symtab), in Gc_runner() 154 const General_options& options_; member in gold::Gc_runner 164 queue_middle_gc_tasks(this->options_, task, this->input_objects_, in run()
|
| H A D | layout.h | 181 : options_(options), input_objects_(input_objects), symtab_(symtab), in Layout_task_runner() 193 const General_options& options_; variable 1687 : options_(options), layout_(layout), of_(of) in Build_id_task_runner() 1695 const General_options* options_; 1708 : options_(options), layout_(layout), of_(of), in Close_task_runner() 1717 const General_options* options_;
|
| H A D | parameters.cc | 67 : errors_(NULL), timer_(NULL), options_(NULL), target_(NULL), in Parameters() 92 this->options_ = options; in set_options()
|
| H A D | options.h | 2034 just_symbols_(false), options_(), arg_serial_(0) in Input_file_argument() 2042 just_symbols_(just_symbols), options_(options), arg_serial_(0) in Input_file_argument() 2054 just_symbols_(just_symbols), options_(options), arg_serial_(0) in Input_file_argument() 2063 { return this->options_; } in options() 2114 Position_dependent_options options_; variable 2257 : files_(), options_(options) in Input_file_lib() 2270 { return this->options_; } in options() 2288 Position_dependent_options options_; variable 2396 { return this->options_; } in options() 2446 General_options options_; variable
|
| H A D | options.cc | 1593 option->reader->parse_to_value(argv[i], arg, this, &this->options_); in process_one_option() 1606 option->reader->parse_to_value(argv[i], arg, this, &this->options_); in process_one_option() 1651 this->options_.finalize(); in process() 1659 this->options_.finalize_dynamic_list(); in version_script()
|
| H A D | layout.cc | 372 this->symtab_->detect_odr_violations(task, this->options_.output_file_name()); in run() 393 if (this->options_.oformat_enum() != General_options::OBJECT_FORMAT_ELF) in run() 415 gold::queue_final_tasks(this->options_, this->input_objects_, in run() 6129 if (strcmp(this->options_->build_id(), "tree") == 0 in run() 6130 && this->options_->build_id_chunk_size_for_treehash() > 0 in run() 6132 && (filesize >= this->options_->build_id_min_file_size_for_treehash())) in run() 6136 this->options_->build_id_chunk_size_for_treehash(); in run() 6155 workqueue->queue(new Task_function(new Close_task_runner(this->options_, in run() 6178 if (this->options_->oformat_enum() != General_options::OBJECT_FORMAT_ELF) in run() 6181 if (this->options_->dependency_file()) in run() [all …]
|
| H A D | plugin.cc | 1177 this->options_); in add_input_file() 1765 gold_assert(this->options_.has_plugins()); in run() 1770 this->options_.plugins()->all_symbols_read(workqueue, in run()
|
| H A D | script.cc | 1980 : symbol_(symbol), options_(options), demangled_(NULL), did_demangle_(false) in Lazy_demangler() 1995 const int options_; member in gold::Lazy_demangler 2012 this->demangled_ = cplus_demangle(this->symbol_, this->options_); in get()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | parameters.h | 86 { return this->options_ != NULL; } in options_valid() 93 return *this->options_; in options() 193 const General_options* options_; variable
|
| H A D | compressed_output.h | 63 options_(options) in Output_compressed_section() 77 const General_options* options_;
|
| H A D | compressed_output.cc | 252 if (strcmp(this->options_->compress_debug_sections(), "zlib-gnu") == 0) in set_final_data_size() 254 else if (strcmp(this->options_->compress_debug_sections(), "none") == 0) in set_final_data_size() 258 if (strcmp(this->options_->compress_debug_sections(), "zstd") == 0) in set_final_data_size()
|
| H A D | plugin.h | 151 options_(options), workqueue_(NULL), task_(NULL), input_objects_(NULL), in Plugin_manager() 407 const General_options& options_; variable 621 : options_(options), input_objects_(input_objects), symtab_(symtab), in Plugin_hook() 644 const General_options& options_;
|
| H A D | gold.cc | 115 : options_(options), input_objects_(input_objects), symtab_(symtab), in Middle_runner() 123 const General_options& options_; member in gold::Middle_runner 133 queue_middle_tasks(this->options_, task, this->input_objects_, this->symtab_, in run() 146 : options_(options), input_objects_(input_objects), symtab_(symtab), in Gc_runner() 154 const General_options& options_; member in gold::Gc_runner 164 queue_middle_gc_tasks(this->options_, task, this->input_objects_, in run()
|
| H A D | layout.h | 181 : options_(options), input_objects_(input_objects), symtab_(symtab), in Layout_task_runner() 193 const General_options& options_; variable 1694 : options_(options), layout_(layout), of_(of) in Build_id_task_runner() 1702 const General_options* options_; 1715 : options_(options), layout_(layout), of_(of), in Close_task_runner() 1724 const General_options* options_;
|
| H A D | parameters.cc | 67 : errors_(NULL), timer_(NULL), options_(NULL), target_(NULL), in Parameters() 92 this->options_ = options; in set_options()
|
| H A D | options.h | 2039 just_symbols_(false), options_(), arg_serial_(0) in Input_file_argument() 2047 just_symbols_(just_symbols), options_(options), arg_serial_(0) in Input_file_argument() 2059 just_symbols_(just_symbols), options_(options), arg_serial_(0) in Input_file_argument() 2068 { return this->options_; } in options() 2119 Position_dependent_options options_; variable 2262 : files_(), options_(options) in Input_file_lib() 2275 { return this->options_; } in options() 2293 Position_dependent_options options_; variable 2401 { return this->options_; } in options() 2451 General_options options_; variable
|
| H A D | options.cc | 1602 option->reader->parse_to_value(argv[i], arg, this, &this->options_); in process_one_option() 1615 option->reader->parse_to_value(argv[i], arg, this, &this->options_); in process_one_option() 1660 this->options_.finalize(); in process() 1668 this->options_.finalize_dynamic_list(); in version_script()
|
| H A D | layout.cc | 375 this->symtab_->detect_odr_violations(task, this->options_.output_file_name()); in run() 396 if (this->options_.oformat_enum() != General_options::OBJECT_FORMAT_ELF) in run() 418 gold::queue_final_tasks(this->options_, this->input_objects_, in run() 6203 if (strcmp(this->options_->build_id(), "tree") == 0 in run() 6204 && this->options_->build_id_chunk_size_for_treehash() > 0 in run() 6206 && (filesize >= this->options_->build_id_min_file_size_for_treehash())) in run() 6210 this->options_->build_id_chunk_size_for_treehash(); in run() 6229 workqueue->queue(new Task_function(new Close_task_runner(this->options_, in run() 6252 if (this->options_->oformat_enum() != General_options::OBJECT_FORMAT_ELF) in run() 6255 if (this->options_->dependency_file()) in run() [all …]
|
| H A D | plugin.cc | 1177 this->options_); in add_input_file() 1765 gold_assert(this->options_.has_plugins()); in run() 1770 this->options_.plugins()->all_symbols_read(workqueue, in run()
|
| H A D | script.cc | 1980 : symbol_(symbol), options_(options), demangled_(NULL), did_demangle_(false) in Lazy_demangler() 1995 const int options_; member in gold::Lazy_demangler 2012 this->demangled_ = cplus_demangle(this->symbol_, this->options_); in get()
|
| /netbsd-src/external/bsd/kyua-cli/dist/cli/ |
| H A D | cmd_help.cpp | 213 cmd_help::cmd_help(const cmdline::options_vector* options_, in cmd_help() argument 216 _options(options_), in cmd_help()
|