/toolchain/binutils/binutils-2.25/gold/ |
D | options.cc | 46 General_options 302 General_options::parse_help(const char*, const char*, Command_line*) in parse_help() 309 General_options::parse_version(const char* opt, const char*, Command_line*) in parse_version() 319 General_options::parse_V(const char*, const char*, Command_line*) in parse_V() 342 General_options::parse_defsym(const char*, const char* arg, in parse_defsym() 349 General_options::parse_incremental(const char*, const char*, in parse_incremental() 356 General_options::parse_no_incremental(const char*, const char*, in parse_no_incremental() 363 General_options::parse_incremental_full(const char*, const char*, in parse_incremental_full() 370 General_options::parse_incremental_update(const char*, const char*, in parse_incremental_update() 377 General_options::parse_incremental_changed(const char*, const char*, in parse_incremental_changed() [all …]
|
D | parameters.cc | 69 debug_(0), incremental_mode_(General_options::INCREMENTAL_OFF), in Parameters() 89 Parameters::set_options(const General_options* options) in set_options() 208 General_options::Endianness endianness = this->options().endianness(); in check_target_endianness() 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() 253 gold_assert(this->incremental_mode_ != General_options::INCREMENTAL_OFF); in set_incremental_full() 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() 265 return this->incremental_mode_ != General_options::INCREMENTAL_OFF; in incremental() [all …]
|
D | parameters.h | 29 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);
|
D | dirsearch.h | 35 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_;
|
D | gold.h | 42 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&,
|
D | compressed_output.h | 38 class General_options; variable 59 Output_compressed_section(const General_options* options, in Output_compressed_section() 77 const General_options* options_;
|
D | options.h | 53 class General_options; variable 222 Command_line* cmdline, General_options* options) = 0; 232 typedef void (General_options::*Parse_function)(const char*, const char*, 242 Command_line* cmdline, General_options* options) in parse_to_value() 290 Command_line*, General_options*) \ 327 Command_line*, General_options* options) \ 352 Command_line*, General_options* options) \ 469 Command_line*, General_options* options) \ 491 Command_line*, General_options* options) \ 515 Command_line*, General_options* options) \ [all …]
|
D | gold.cc | 114 Middle_runner(const General_options& options, in Middle_runner() 126 const General_options& options_; 145 Gc_runner(const General_options& options, in Gc_runner() 157 const General_options& options_; 175 queue_initial_tasks(const General_options& options, in queue_initial_tasks() 441 queue_middle_gc_tasks(const General_options& options, in queue_middle_gc_tasks() 486 queue_middle_tasks(const General_options& options, in queue_middle_tasks() 608 const_cast<General_options*>(¶meters->options())->set_pie_value(false); in queue_middle_tasks() 670 && options.oformat_enum() != General_options::OBJECT_FORMAT_ELF) in queue_middle_tasks() 836 queue_final_tasks(const General_options& options, in queue_final_tasks()
|
D | dirsearch.cc | 229 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()
|
D | plugin.h | 36 class General_options; variable 130 Plugin_manager(const General_options& options) in Plugin_manager() 371 const General_options& options_; 564 Plugin_hook(const General_options& options, Input_objects* input_objects, in Plugin_hook() 591 const General_options& options_;
|
D | workqueue.h | 38 class General_options; variable 201 Workqueue(const General_options&);
|
D | ChangeLog | 188 * options.h (General_options): New -z option (global). 241 * options.h (General_options): Add --pic-veneer option. 1163 * options.cc (General_options::parse_dynamic_list): 1165 (General_options::General_options): Initialize have_dynamic_list_. 1166 (General_options::finalize): Turn off -Bsymbolic and 1168 * options.h (General_options::have_dynamic_list): New function. 1169 (General_options::have_dynamic_list_): New data member. 1766 * options.h (General_options): Add -Trodata-segment option. 1897 * options.h (General_options): Add --rosegment-gap option. 1904 * options.h (General_options): Remove leading space from help [all …]
|
D | layout.h | 42 class General_options; variable 171 Layout_task_runner(const General_options& options, in Layout_task_runner() 189 const General_options& options_; 1610 Close_task_runner(const General_options* options, const Layout* layout, in Close_task_runner() 1620 const General_options* options_;
|
D | dwp.h | 42 class General_options; variable
|
D | fileread.cc | 1094 General_options::Object_format format = in open() 1097 if (format == General_options::OBJECT_FORMAT_ELF) in open() 1104 gold_assert(format == General_options::OBJECT_FORMAT_BINARY); in open()
|
D | workqueue.cc | 119 Workqueue::Workqueue(const General_options& options) in Workqueue()
|
D | script.h | 43 class General_options; variable
|
D | script.cc | 1561 const General_options::Dir_list& search_path = in read_script_file() 1573 if (posdep.format_enum() == General_options::OBJECT_FORMAT_BINARY) in read_script_file() 1574 posdep.set_format_enum(General_options::OBJECT_FORMAT_ELF); in read_script_file() 2875 General_options::Object_format format_enum; in script_set_target() 2876 format_enum = General_options::string_to_object_format(s.c_str()); in script_set_target()
|
D | gc.h | 46 class General_options; variable
|
D | layout.cc | 396 if (this->options_.oformat_enum() != General_options::OBJECT_FORMAT_ELF) in run() 2435 const General_options& options = parameters->options(); in load_seg_unusable_for_headers() 2493 != General_options::OBJECT_FORMAT_ELF) in relaxation_loop_body() 4859 const General_options::Dir_list& rpath(parameters->options().rpath()); in finish_dynamic_section() 4863 for (General_options::Dir_list::const_iterator p = rpath.begin(); in finish_dynamic_section() 4872 General_options::Dir_list::const_iterator q; in finish_dynamic_section() 5553 == General_options::OBJECT_FORMAT_BINARY); in write_binary() 5746 if (this->options_->oformat_enum() != General_options::OBJECT_FORMAT_ELF) in run()
|
D | reloc.h | 37 class General_options; variable
|
D | object.h | 38 class General_options; variable
|
D | arm.cc | 2452 General_options::Fix_v4bx 9272 if (this->fix_v4bx() == General_options::FIX_V4BX_INTERWORKING in do_finalize_sections() 9779 if (target->fix_v4bx() > General_options::FIX_V4BX_NONE) in relocate() 9782 (target->fix_v4bx() == General_options::FIX_V4BX_INTERWORKING); in relocate() 11853 if (this->fix_v4bx() == General_options::FIX_V4BX_INTERWORKING) in scan_reloc_section_for_stubs()
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | object_unittest.cc | 67 General_options options; in Object_test()
|
D | binary_unittest.cc | 150 General_options options; in Binary_test()
|