Searched refs:options_ (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dcompressed_output.h63 options_(options)
77 const General_options* options_; member in class:gold::Output_compressed_section
H A Dparameters.h86 { return this->options_ != NULL; }
93 return *this->options_;
193 const General_options* options_; member in class:gold::Parameters
H A Dplugin.h135 options_(options), workqueue_(NULL), task_(NULL), input_objects_(NULL),
371 const General_options& options_; member in class:gold::Plugin_manager
578 : options_(options), input_objects_(input_objects), symtab_(symtab),
601 const General_options& options_; member in class:gold::Plugin_hook
H A Dcompressed_output.cc236 if (strcmp(this->options_->compress_debug_sections(), "zlib-gnu") == 0)
238 else if (strcmp(this->options_->compress_debug_sections(), "zlib-gabi") == 0
239 || strcmp(this->options_->compress_debug_sections(), "zlib") == 0)
H A Dgold.cc115 : options_(options), input_objects_(input_objects), symtab_(symtab),
123 const General_options& options_; member in class:gold::Middle_runner
133 queue_middle_tasks(this->options_, task, this->input_objects_, this->symtab_,
146 : options_(options), input_objects_(input_objects), symtab_(symtab),
154 const General_options& options_; member in class:gold::Gc_runner
164 queue_middle_gc_tasks(this->options_, task, this->input_objects_,
H A Dparameters.cc67 : errors_(NULL), timer_(NULL), options_(NULL), target_(NULL),
92 this->options_ = options;
H A Dlayout.h181 : options_(options), input_objects_(input_objects), symtab_(symtab),
193 const General_options& options_; member in class:gold::Layout_task_runner
1613 : options_(options), layout_(layout), of_(of)
1621 const General_options* options_; member in class:gold::Build_id_task_runner
1634 : options_(options), layout_(layout), of_(of),
1643 const General_options* options_; member in class:gold::Close_task_runner
H A Doptions.h1924 just_symbols_(false), options_(), arg_serial_(0)
1932 just_symbols_(just_symbols), options_(options), arg_serial_(0)
1944 just_symbols_(just_symbols), options_(options), arg_serial_(0)
1953 { return this->options_; }
2004 Position_dependent_options options_; member in class:gold::Input_file_argument
2147 : files_(), options_(options)
2160 { return this->options_; }
2178 Position_dependent_options options_; member in class:gold::Input_file_lib
2286 { return this->options_; }
2334 // This must come before options_!
2336 General_options options_; member in class:gold::Command_line
[all...]
H A Doptions.cc1521 option->reader->parse_to_value(argv[i], arg, this, &this->options_);
1534 option->reader->parse_to_value(argv[i], arg, this, &this->options_);
1573 this->options_.finalize();
1581 this->options_.finalize_dynamic_list();
H A Dlayout.cc372 this->symtab_->detect_odr_violations(task, this->options_.output_file_name());
393 if (this->options_.oformat_enum() != General_options::OBJECT_FORMAT_ELF)
415 gold::queue_final_tasks(this->options_, this->input_objects_,
5725 if (strcmp(this->options_->build_id(), "tree") == 0
5726 && this->options_->build_id_chunk_size_for_treehash() > 0
5728 && (filesize >= this->options_->build_id_min_file_size_for_treehash()))
5732 this->options_->build_id_chunk_size_for_treehash();
5751 workqueue->queue(new Task_function(new Close_task_runner(this->options_,
5774 if (this->options_->oformat_enum() != General_options::OBJECT_FORMAT_ELF)
H A Dplugin.cc876 this->options_);
1441 gold_assert(this->options_.has_plugins());
1446 this->options_.plugins()->all_symbols_read(workqueue,
H A Dscript.cc1957 : symbol_(symbol), options_(options), demangled_(NULL), did_demangle_(false)
1972 const int options_; member in class:gold::Lazy_demangler
1989 this->demangled_ = cplus_demangle(this->symbol_, this->options_);

Completed in 143 milliseconds