Home
last modified time | relevance | path

Searched refs:General_options (Results 1 – 25 of 46) sorted by relevance

12

/dragonfly/contrib/binutils-2.34/gold/
H A Doptions.cc46 General_options
674 General_options::Object_format
691 General_options::object_format_to_string(General_options::Object_format fmt) in object_format_to_string()
731 General_options::copy_from_posdep_options( in copy_from_posdep_options()
981 General_options::General_options() in General_options() function in gold::General_options
1006 General_options::Object_format
1007 General_options::format_enum() const in format_enum()
1012 General_options::Object_format
1013 General_options::oformat_enum() const in oformat_enum()
1021 General_options::add_sysroot() in add_sysroot()
[all …]
H A Dparameters.cc69 debug_(0), incremental_mode_(General_options::INCREMENTAL_OFF), in Parameters()
89 Parameters::set_options(const General_options* options) in set_options()
209 if (endianness != General_options::ENDIANNESS_NOT_SET) in check_target_endianness()
212 if (endianness == General_options::ENDIANNESS_BIG) in check_target_endianness()
216 gold_assert(endianness == General_options::ENDIANNESS_LITTLE); in check_target_endianness()
254 if (this->incremental_mode_ == General_options::INCREMENTAL_UPDATE) in set_incremental_full()
256 this->incremental_mode_ = General_options::INCREMENTAL_FULL; in set_incremental_full()
282 || this->incremental_mode_ == General_options::INCREMENTAL_AUTO); in incremental_update()
294 set_parameters_options(const General_options* options) in set_parameters_options()
357 if (endianness == General_options::ENDIANNESS_BIG) in parameters_force_valid_target()
[all …]
H A Ddirsearch.h35 class General_options; variable
50 initialize(Workqueue*, const General_options::Dir_list*);
74 const General_options::Dir_list& directories,
83 const General_options::Dir_list* directories_;
H A Dparameters.h29 class General_options; variable
64 set_options(const General_options* options);
89 const General_options&
193 const General_options* options_;
215 set_parameters_options(const General_options* options);
H A Dgold.h42 class General_options; variable
204 queue_initial_tasks(const General_options&,
217 queue_middle_gc_tasks(const General_options&,
227 queue_middle_tasks(const General_options&,
237 queue_final_tasks(const General_options&,
H A Dcompressed_output.h38 class General_options; variable
59 Output_compressed_section(const General_options* options, in Output_compressed_section()
77 const General_options* options_;
H A Doptions.h53 class General_options; variable
513 Command_line*, General_options* options) \
586 &General_options::parse_##varname__, \
663 class General_options
1522 General_options();
1755 General_options(const General_options&);
1756 General_options& operator=(const General_options&);
1929 static General_options default_options_;
1978 const General_options& options) in Input_file_argument()
2320 const General_options&
[all …]
H A Ddirsearch.cc229 const General_options::Dir_list* directories) in initialize()
235 for (General_options::Dir_list::const_iterator p = directories->begin(); in initialize()
286 const General_options::Dir_list& directories, in find_file_in_dir_list()
294 for (General_options::Dir_list::const_iterator dir = directories.begin(); in find_file_in_dir_list()
H A Dgold.cc111 Middle_runner(const General_options& options, in Middle_runner()
123 const General_options& options_;
142 Gc_runner(const General_options& options, in Gc_runner()
154 const General_options& options_;
172 queue_initial_tasks(const General_options& options, in queue_initial_tasks()
438 queue_middle_gc_tasks(const General_options& options, in queue_middle_gc_tasks()
483 queue_middle_tasks(const General_options& options, in queue_middle_tasks()
621 && options.oformat_enum() != General_options::OBJECT_FORMAT_ELF) in queue_middle_tasks()
796 queue_final_tasks(const General_options& options, in queue_final_tasks()
H A Dplugin.h36 class General_options; variable
146 Plugin_manager(const General_options& options) in Plugin_manager()
407 const General_options& options_;
617 Plugin_hook(const General_options& options, Input_objects* input_objects, in Plugin_hook()
644 const General_options& options_;
H A Dworkqueue.h38 class General_options; variable
201 Workqueue(const General_options&);
H A Dlayout.h42 class General_options; variable
175 Layout_task_runner(const General_options& options, in Layout_task_runner()
193 const General_options& options_;
1680 Build_id_task_runner(const General_options* options, const Layout* layout, in Build_id_task_runner()
1690 const General_options* options_;
1700 Close_task_runner(const General_options* options, const Layout* layout, in Close_task_runner()
1712 const General_options* options_;
/dragonfly/contrib/binutils-2.27/gold/
H A Doptions.cc46 General_options
674 General_options::Object_format
934 General_options::General_options() in General_options() function in gold::General_options
958 General_options::Object_format
959 General_options::format_enum() const in format_enum()
964 General_options::Object_format
965 General_options::oformat_enum() const in oformat_enum()
973 General_options::add_sysroot() in add_sysroot()
1015 General_options::add_plugin(const char* filename) in add_plugin()
1025 General_options::add_plugin_option(const char* arg) in add_plugin_option()
[all …]
H A Dparameters.cc69 debug_(0), incremental_mode_(General_options::INCREMENTAL_OFF), in Parameters()
89 Parameters::set_options(const General_options* options) in set_options()
209 if (endianness != General_options::ENDIANNESS_NOT_SET) in check_target_endianness()
212 if (endianness == General_options::ENDIANNESS_BIG) in check_target_endianness()
216 gold_assert(endianness == General_options::ENDIANNESS_LITTLE); in check_target_endianness()
254 if (this->incremental_mode_ == General_options::INCREMENTAL_UPDATE) in set_incremental_full()
256 this->incremental_mode_ = General_options::INCREMENTAL_FULL; in set_incremental_full()
282 || this->incremental_mode_ == General_options::INCREMENTAL_AUTO); in incremental_update()
294 set_parameters_options(const General_options* options) in set_parameters_options()
357 if (endianness == General_options::ENDIANNESS_BIG) in parameters_force_valid_target()
[all …]
H A Ddirsearch.h35 class General_options; variable
50 initialize(Workqueue*, const General_options::Dir_list*);
74 const General_options::Dir_list& directories,
83 const General_options::Dir_list* directories_;
H A Dparameters.h29 class General_options; variable
64 set_options(const General_options* options);
89 const General_options&
193 const General_options* options_;
215 set_parameters_options(const General_options* options);
H A Dgold.h42 class General_options; variable
204 queue_initial_tasks(const General_options&,
217 queue_middle_gc_tasks(const General_options&,
227 queue_middle_tasks(const General_options&,
237 queue_final_tasks(const General_options&,
H A Dcompressed_output.h38 class General_options; variable
59 Output_compressed_section(const General_options* options, in Output_compressed_section()
77 const General_options* options_;
H A Doptions.h53 class General_options; variable
469 Command_line*, General_options* options) \
541 &General_options::parse_##varname__, \
617 class General_options
1352 General_options();
1561 General_options(const General_options&);
1562 General_options& operator=(const General_options&);
1723 static General_options default_options_;
1772 const General_options& options) in Input_file_argument()
2114 const General_options&
[all …]
H A Ddirsearch.cc229 const General_options::Dir_list* directories) in initialize()
235 for (General_options::Dir_list::const_iterator p = directories->begin(); in initialize()
286 const General_options::Dir_list& directories, in find_file_in_dir_list()
294 for (General_options::Dir_list::const_iterator dir = directories.begin(); in find_file_in_dir_list()
H A Dgold.cc111 Middle_runner(const General_options& options, in Middle_runner()
123 const General_options& options_;
142 Gc_runner(const General_options& options, in Gc_runner()
154 const General_options& options_;
172 queue_initial_tasks(const General_options& options, in queue_initial_tasks()
438 queue_middle_gc_tasks(const General_options& options, in queue_middle_gc_tasks()
483 queue_middle_tasks(const General_options& options, in queue_middle_tasks()
621 && options.oformat_enum() != General_options::OBJECT_FORMAT_ELF) in queue_middle_tasks()
790 queue_final_tasks(const General_options& options, in queue_final_tasks()
H A Dplugin.h36 class General_options; variable
130 Plugin_manager(const General_options& options) in Plugin_manager()
371 const General_options& options_;
574 Plugin_hook(const General_options& options, Input_objects* input_objects, in Plugin_hook()
601 const General_options& options_;
H A Dworkqueue.h38 class General_options; variable
201 Workqueue(const General_options&);
H A Dlayout.h42 class General_options; variable
175 Layout_task_runner(const General_options& options, in Layout_task_runner()
193 const General_options& options_;
1610 Build_id_task_runner(const General_options* options, const Layout* layout, in Build_id_task_runner()
1620 const General_options* options_;
1630 Close_task_runner(const General_options* options, const Layout* layout, in Close_task_runner()
1642 const General_options* options_;
H A Ddwp.h42 class General_options; variable

12