Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dparameters.h86 { return this->options_ != NULL; } in options_valid()
93 return *this->options_; in options()
193 const General_options* options_; variable
Dcompressed_output.h63 options_(options) in Output_compressed_section()
77 const General_options* options_;
Dplugin.h135 options_(options), workqueue_(NULL), task_(NULL), input_objects_(NULL), in Plugin_manager()
371 const General_options& options_; variable
568 : options_(options), input_objects_(input_objects), symtab_(symtab), in Plugin_hook()
591 const General_options& options_;
Dgold.cc118 : options_(options), input_objects_(input_objects), symtab_(symtab), in Middle_runner()
126 const General_options& options_; member in gold::Middle_runner
136 queue_middle_tasks(this->options_, task, this->input_objects_, this->symtab_, in run()
149 : options_(options), input_objects_(input_objects), symtab_(symtab), in Gc_runner()
157 const General_options& options_; member in gold::Gc_runner
167 queue_middle_gc_tasks(this->options_, task, this->input_objects_, in run()
Doptions.h1757 just_symbols_(false), options_(), arg_serial_(0) in Input_file_argument()
1765 just_symbols_(just_symbols), options_(options), arg_serial_(0) in Input_file_argument()
1777 just_symbols_(just_symbols), options_(options), arg_serial_(0) in Input_file_argument()
1786 { return this->options_; } in options()
1837 Position_dependent_options options_; variable
1980 : files_(), options_(options) in Input_file_lib()
1993 { return this->options_; } in options()
2011 Position_dependent_options options_; variable
2119 { return this->options_; } in options()
2169 General_options options_; variable
Dparameters.cc67 : errors_(NULL), timer_(NULL), options_(NULL), target_(NULL), in Parameters()
92 this->options_ = options; in set_options()
Dlayout.h177 : options_(options), input_objects_(input_objects), symtab_(symtab), in Layout_task_runner()
189 const General_options& options_; variable
1612 : options_(options), layout_(layout), of_(of) in Close_task_runner()
1620 const General_options* options_;
Doptions.cc1469 option->reader->parse_to_value(argv[i], arg, this, &this->options_); in process_one_option()
1482 option->reader->parse_to_value(argv[i], arg, this, &this->options_); in process_one_option()
1521 this->options_.finalize(); in process()
1529 this->options_.finalize_dynamic_list(); in version_script()
Dcompressed_output.cc213 if (strcmp(this->options_->compress_debug_sections(), "zlib") == 0) in set_final_data_size()
Dplugin.cc852 this->options_); in add_input_file()
1415 gold_assert(this->options_.has_plugins()); in run()
1420 this->options_.plugins()->all_symbols_read(workqueue, in run()
Dscript.cc1947 : symbol_(symbol), options_(options), demangled_(NULL), did_demangle_(false) in Lazy_demangler()
1962 const int options_; member in gold::Lazy_demangler
1979 this->demangled_ = cplus_demangle(this->symbol_, this->options_); in get()
Dlayout.cc375 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()
5746 if (this->options_->oformat_enum() != General_options::OBJECT_FORMAT_ELF) in run()
DChangeLog11856 parameter and options_ field. Change all callers.
13630 number_of_input_files parameter. Don't initialize options_.
13637 this->options_.
13643 * layout.h (class Layout): Update declarations. Remove options_
13944 * readsyms.h (class Read_symbols): Remove options_ field. Remove
15887 * common.h (class Allocate_commons_task): Remove options_ field.
16396 (Archive::options_): New field.