/toolchain/binutils/binutils-2.25/gold/ |
parameters.cc | 69 debug_(0), incremental_mode_(General_options::INCREMENTAL_OFF), 89 Parameters::set_options(const General_options* options) 208 General_options::Endianness endianness = this->options().endianness(); 209 if (endianness != General_options::ENDIANNESS_NOT_SET) 212 if (endianness == General_options::ENDIANNESS_BIG) 216 gold_assert(endianness == General_options::ENDIANNESS_LITTLE); 253 gold_assert(this->incremental_mode_ != General_options::INCREMENTAL_OFF); 254 if (this->incremental_mode_ == General_options::INCREMENTAL_UPDATE) 256 this->incremental_mode_ = General_options::INCREMENTAL_FULL; 265 return this->incremental_mode_ != General_options::INCREMENTAL_OFF [all...] |
options.cc | 46 General_options 57 // This global variable is set up as General_options is constructed. 302 General_options::parse_help(const char*, const char*, Command_line*) 309 General_options::parse_version(const char* opt, const char*, Command_line*) 319 General_options::parse_V(const char*, const char*, Command_line*) 342 General_options::parse_defsym(const char*, const char* arg, 349 General_options::parse_incremental(const char*, const char*, 356 General_options::parse_no_incremental(const char*, const char*, 363 General_options::parse_incremental_full(const char*, const char*, 370 General_options::parse_incremental_update(const char*, const char* [all...] |
compressed_output.h | 38 class General_options; 59 Output_compressed_section(const General_options* options, 77 const General_options* options_;
|
dirsearch.h | 35 class General_options; 50 initialize(Workqueue*, const General_options::Dir_list*); 74 const General_options::Dir_list& directories, 83 const General_options::Dir_list* directories_;
|
parameters.h | 29 class General_options; 42 // 2) A const General_options. These are the options as read on 64 set_options(const General_options* options); 89 const General_options& 193 const General_options* options_; 215 set_parameters_options(const General_options* options);
|
options.h | 23 // General_options (from Command_line::options()) 28 // Everything we get from the command line -- the General_options 32 // Position_dependent_options which hold a subset of General_options 53 class General_options; 219 // OPTIONS: the global General_options object. Used by DEFINE_special. 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) 254 // var() and set_var() as General_options methods. Arguments as are 290 Command_line*, General_options*) \ [all...] |
dirsearch.cc | 229 const General_options::Dir_list* directories) 235 for (General_options::Dir_list::const_iterator p = directories->begin(); 286 const General_options::Dir_list& directories, 294 for (General_options::Dir_list::const_iterator dir = directories.begin();
|
gold.h | 42 class General_options; 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&,
|
plugin.h | 36 class General_options; 130 Plugin_manager(const General_options& options) 371 const General_options& options_; 564 Plugin_hook(const General_options& options, Input_objects* input_objects, 591 const General_options& options_;
|
gold.cc | 114 Middle_runner(const General_options& options, 126 const General_options& options_; 145 Gc_runner(const General_options& options, 157 const General_options& options_; 175 queue_initial_tasks(const General_options& options, 441 queue_middle_gc_tasks(const General_options& options, 486 queue_middle_tasks(const General_options& options, 608 const_cast<General_options*>(¶meters->options())->set_pie_value(false); 670 && options.oformat_enum() != General_options::OBJECT_FORMAT_ELF) 836 queue_final_tasks(const General_options& options [all...] |
dwp.h | 42 class General_options;
|
workqueue.h | 38 class General_options; 201 Workqueue(const General_options&);
|
ChangeLog | 188 * options.h (General_options): New -z option (global). 241 * options.h (General_options): Add --pic-veneer option. [all...] |
layout.h | 42 class General_options; 171 Layout_task_runner(const General_options& options, 189 const General_options& options_; [all...] |
fileread.cc | 1094 General_options::Object_format format = 1097 if (format == General_options::OBJECT_FORMAT_ELF) 1104 gold_assert(format == General_options::OBJECT_FORMAT_BINARY);
|
gc.h | 46 class General_options;
|
workqueue.cc | 119 Workqueue::Workqueue(const General_options& options)
|
script.cc | [all...] |
layout.cc | 396 if (this->options_.oformat_enum() != General_options::OBJECT_FORMAT_ELF) [all...] |
readsyms.cc | 444 // unpredictable changes to the General_options structure.
|
script.h | 43 class General_options;
|
reloc.h | 37 class General_options;
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
object_unittest.cc | 67 General_options options;
|
binary_unittest.cc | 150 General_options options;
|
/external/ppp/pppd/ |
options.c | 196 option_t general_options[] = { variable 622 for (opt = general_options; opt->name != NULL; ++opt) 1033 print_option_list(general_options, printer, arg); [all...] |