| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | parameters.h | 86 { return this->options_ != NULL; } in options_valid() 93 return *this->options_; in options() 193 const General_options* options_; variable
|
| HD | compressed_output.h | 63 options_(options) in Output_compressed_section() 77 const General_options* options_;
|
| HD | plugin.h | 135 options_(options), workqueue_(NULL), task_(NULL), input_objects_(NULL), in Plugin_manager() 371 const General_options& options_; variable 578 : options_(options), input_objects_(input_objects), symtab_(symtab), in Plugin_hook() 601 const General_options& options_;
|
| HD | 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()
|
| HD | 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()
|
| HD | layout.h | 181 : options_(options), input_objects_(input_objects), symtab_(symtab), in Layout_task_runner() 193 const General_options& options_; variable 1612 : options_(options), layout_(layout), of_(of) in Build_id_task_runner() 1620 const General_options* options_; 1633 : options_(options), layout_(layout), of_(of), in Close_task_runner() 1642 const General_options* options_;
|
| HD | options.h | 1754 just_symbols_(false), options_(), arg_serial_(0) in Input_file_argument() 1762 just_symbols_(just_symbols), options_(options), arg_serial_(0) in Input_file_argument() 1774 just_symbols_(just_symbols), options_(options), arg_serial_(0) in Input_file_argument() 1783 { return this->options_; } in options() 1834 Position_dependent_options options_; variable 1977 : files_(), options_(options) in Input_file_lib() 1990 { return this->options_; } in options() 2008 Position_dependent_options options_; variable 2116 { return this->options_; } in options() 2166 General_options options_; variable
|
| HD | parameters.cc | 67 : errors_(NULL), timer_(NULL), options_(NULL), target_(NULL), in Parameters() 92 this->options_ = options; in set_options()
|
| HD | options.cc | 1458 option->reader->parse_to_value(argv[i], arg, this, &this->options_); in process_one_option() 1471 option->reader->parse_to_value(argv[i], arg, this, &this->options_); in process_one_option() 1510 this->options_.finalize(); in process() 1518 this->options_.finalize_dynamic_list(); in version_script()
|
| HD | layout.cc | 368 this->symtab_->detect_odr_violations(task, this->options_.output_file_name()); in run() 389 if (this->options_.oformat_enum() != General_options::OBJECT_FORMAT_ELF) in run() 411 gold::queue_final_tasks(this->options_, this->input_objects_, in run() 5653 if (strcmp(this->options_->build_id(), "tree") == 0 in run() 5654 && this->options_->build_id_chunk_size_for_treehash() > 0 in run() 5656 && (filesize >= this->options_->build_id_min_file_size_for_treehash())) in run() 5660 this->options_->build_id_chunk_size_for_treehash(); in run() 5679 workqueue->queue(new Task_function(new Close_task_runner(this->options_, in run() 5702 if (this->options_->oformat_enum() != General_options::OBJECT_FORMAT_ELF) in run()
|
| HD | plugin.cc | 876 this->options_); in add_input_file() 1441 gold_assert(this->options_.has_plugins()); in run() 1446 this->options_.plugins()->all_symbols_read(workqueue, in run()
|
| HD | script.cc | 1949 : symbol_(symbol), options_(options), demangled_(NULL), did_demangle_(false) in Lazy_demangler() 1964 const int options_; member in gold::Lazy_demangler 1981 this->demangled_ = cplus_demangle(this->symbol_, this->options_); in get()
|
| /dragonfly/contrib/binutils-2.34/gold/ |
| HD | parameters.h | 86 { return this->options_ != NULL; } in options_valid() 93 return *this->options_; in options() 193 const General_options* options_; variable
|
| HD | compressed_output.h | 63 options_(options) in Output_compressed_section() 77 const General_options* options_;
|
| HD | 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()
|
| HD | 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_;
|
| HD | 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()
|
| HD | layout.h | 181 : options_(options), input_objects_(input_objects), symtab_(symtab), in Layout_task_runner() 193 const General_options& options_; variable 1682 : options_(options), layout_(layout), of_(of) in Build_id_task_runner() 1690 const General_options* options_; 1703 : options_(options), layout_(layout), of_(of), in Close_task_runner() 1712 const General_options* options_;
|
| HD | parameters.cc | 67 : errors_(NULL), timer_(NULL), options_(NULL), target_(NULL), in Parameters() 92 this->options_ = options; in set_options()
|
| HD | options.h | 1960 just_symbols_(false), options_(), arg_serial_(0) in Input_file_argument() 1968 just_symbols_(just_symbols), options_(options), arg_serial_(0) in Input_file_argument() 1980 just_symbols_(just_symbols), options_(options), arg_serial_(0) in Input_file_argument() 1989 { return this->options_; } in options() 2040 Position_dependent_options options_; variable 2183 : files_(), options_(options) in Input_file_lib() 2196 { return this->options_; } in options() 2214 Position_dependent_options options_; variable 2322 { return this->options_; } in options() 2372 General_options options_; variable
|
| HD | options.cc | 1528 option->reader->parse_to_value(argv[i], arg, this, &this->options_); in process_one_option() 1541 option->reader->parse_to_value(argv[i], arg, this, &this->options_); in process_one_option() 1586 this->options_.finalize(); in process() 1594 this->options_.finalize_dynamic_list(); in version_script()
|
| HD | 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() 6104 if (strcmp(this->options_->build_id(), "tree") == 0 in run() 6105 && this->options_->build_id_chunk_size_for_treehash() > 0 in run() 6107 && (filesize >= this->options_->build_id_min_file_size_for_treehash())) in run() 6111 this->options_->build_id_chunk_size_for_treehash(); in run() 6130 workqueue->queue(new Task_function(new Close_task_runner(this->options_, in run() 6153 if (this->options_->oformat_enum() != General_options::OBJECT_FORMAT_ELF) in run()
|
| HD | 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()
|
| HD | 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()
|
| /dragonfly/sys/sys/ |
| HD | sysproto.h | 53 int options; char options_[PAD_(int)]; member 1422 int options; char options_[PAD_(int)]; member
|