Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/toolchain/binutils/binutils-2.25/gold/
Doptions.h82 namespace options
222 Command_line* cmdline, General_options* options) = 0;
242 Command_line* cmdline, General_options* options) in parse_to_value()
243 { (options->*(this->parse))(option, arg, cmdline); } in parse_to_value()
280 struct Struct_##varname__ : public options::Struct_var \
296 options::One_option option; \
314 false, bool, bool, options::parse_bool) \
315 struct Struct_no_##varname__ : public options::Struct_var \
317 Struct_no_##varname__() : option((dashes__ == options::DASH_Z \
327 Command_line*, General_options* options) \
[all …]
Dgold.cc70 && parameters->options().has_plugins()) in gold_exit()
71 parameters->options().plugins()->cleanup(); in gold_exit()
73 unlink_if_ordinary(parameters->options().output_file_name()); in gold_exit()
114 Middle_runner(const General_options& options, in Middle_runner() argument
118 : options_(options), input_objects_(input_objects), symtab_(symtab), in Middle_runner()
145 Gc_runner(const General_options& options, in Gc_runner() argument
149 : options_(options), input_objects_(input_objects), symtab_(symtab), in Gc_runner()
175 queue_initial_tasks(const General_options& options, in queue_initial_tasks() argument
184 if (options.printed_version()) in queue_initial_tasks()
186 if (options.print_output_format()) in queue_initial_tasks()
[all …]
Dmain.cc168 if (command_line.options().stats()) in main()
175 set_parameters_options(&command_line.options()); in main()
178 write_debug_script(command_line.options().output_file_name(), in main()
183 if (command_line.options().user_set_Map()) in main()
186 if (!mapfile->open(command_line.options().Map())) in main()
200 if (parameters->options().relocatable()) in main()
204 Workqueue workqueue(command_line.options()); in main()
222 if (parameters->options().gc_sections()) in main()
225 if (parameters->options().icf_enabled()) in main()
235 if (parameters->options().section_ordering_file()) in main()
[all …]
Dparameters.cc89 Parameters::set_options(const General_options* options) in set_options() argument
92 this->options_ = options; in set_options()
95 this->debug_ = debug_string_to_enum(this->options().debug()); in set_options()
98 this->incremental_mode_ = this->options().incremental_mode(); in set_options()
100 if (options->verbose()) in set_options()
208 General_options::Endianness endianness = this->options().endianness(); in check_target_endianness()
228 if (this->options().user_set_Trodata_segment() in check_rodata_segment()
229 && !this->options().rosegment() in check_rodata_segment()
239 const char* ret = this->options().entry(); in entry()
294 set_parameters_options(const General_options* options) in set_parameters_options() argument
[all …]
Dplugin.cc223 if (parameters->options().relocatable()) in load()
225 else if (parameters->options().shared()) in load()
227 else if (parameters->options().pie()) in load()
234 tv[i].tv_u.tv_string = parameters->options().output(); in load()
405 { parameters->options().plugins()->rescan(this); } in run()
894 if (parameters->options().relocatable()) in is_referenced_from_outside()
896 if (parameters->options().is_undefined(lsym->name())) in is_referenced_from_outside()
909 if (parameters->options().export_dynamic() || parameters->options().shared()) in is_visible_from_outside()
1440 gold_assert(parameters->options().has_plugins()); in register_claim_file()
1441 parameters->options().plugins()->set_claim_file_handler(handler); in register_claim_file()
[all …]
Dlayout.cc395 of = new Output_file(parameters->options().output_file_name()); in run()
656 if (!parameters->options().relocatable() in include_section()
689 gold_assert(!parameters->options().relocatable()); in include_section()
693 if (parameters->options().strip_debug() in include_section()
699 if (parameters->options().strip_debug_non_line() in include_section()
710 if (parameters->options().strip_debug_gdb() in include_section()
721 if (parameters->options().gdb_index() in include_section()
733 if (parameters->options().strip_lto_sections() in include_section()
734 && !parameters->options().relocatable() in include_section()
922 if (!parameters->options().relocatable()) in get_output_section_flags()
[all …]
Doptions.cc49 namespace options namespace
119 case options::ONE_DASH: case options::EXACTLY_ONE_DASH: in print()
122 case options::TWO_DASHES: case options::EXACTLY_TWO_DASHES: in print()
125 case options::DASH_Z: in print()
136 len += printf("%c%s", this->dashes == options::DASH_Z ? '=' : ' ', in print()
304 options::help(); in parse_help()
770 gold::options::One_option*
781 gold::options::Option_map::iterator it in parse_long_option()
782 = gold::options::long_options->find(option); in parse_long_option()
783 if (it == gold::options::long_options->end()) in parse_long_option()
[all …]
Dsymtab.cc91 if (!parameters->options().do_demangle()) in demangle()
352 if (parameters->options().gc_sections() in should_add_dynsym_entry()
353 && !parameters->options().shared() in should_add_dynsym_entry()
369 && (parameters->options().in_dynamic_list(this->name()) in should_add_dynsym_entry()
370 || parameters->options().is_export_dynamic_symbol(this->name()))) in should_add_dynsym_entry()
384 if (parameters->options().dynamic_list_data() in should_add_dynsym_entry()
391 if ((parameters->options().dynamic_list_cpp_new() in should_add_dynsym_entry()
392 || parameters->options().dynamic_list_cpp_typeinfo()) in should_add_dynsym_entry()
403 else if (parameters->options().dynamic_list_cpp_new() in should_add_dynsym_entry()
410 else if (parameters->options().dynamic_list_cpp_typeinfo() in should_add_dynsym_entry()
[all …]
Dobject.cc634 if (parameters->options().threads()) in need_decompressed_section()
639 if ((!parameters->incremental() || parameters->options().gdb_index()) in need_decompressed_section()
644 if (parameters->options().gdb_index() in need_decompressed_section()
660 && parameters->options().gdb_index() in need_decompressed_section()
753 || (!parameters->options().relocatable() in do_find_special_sections()
754 && parameters->options().gdb_index() in do_find_special_sections()
1006 bool relocate_group = include_group && parameters->options().relocatable(); in include_section_group()
1286 bool is_two_pass = (parameters->options().gc_sections() in do_layout()
1287 || parameters->options().icf_enabled() in do_layout()
1310 if (parameters->options().gc_sections()) in do_layout()
[all …]
Darchive.cc116 if (parameters->options().is_undefined(sym_name)) in should_include_member()
123 if (parameters->options().is_export_dynamic_symbol(sym_name)) in should_include_member()
201 parameters->options().check_excluded_libs(input_file->found_name()); in Archive()
227 else if (!this->input_file_->options().whole_archive()) in setup()
249 bool preread_syms = (parameters->options().threads() in setup()
250 && parameters->options().preread_archive_symbols()); in setup()
254 if (parameters->options().has_plugins()) in setup()
616 "", false, parameters->options()); in get_file_and_offset()
637 "", false, this->input_file_->options()); in get_file_and_offset()
681 if (parameters->options().has_plugins()) in get_elf_object_for_member()
[all …]
/toolchain/binutils/binutils-2.25/gold/po/
Dgold.pot1363 #: options.cc:157
1366 "Usage: %s [options] file...\n"
1372 #: options.cc:165
1377 #: options.cc:174
1382 #: options.cc:186
1387 #: options.cc:203 options.cc:213 options.cc:223
1392 #: options.cc:233 options.cc:244
1397 #: options.cc:253
1402 #: options.cc:294
1407 #: options.cc:325
[all …]
Dfi.po935 #: options.cc:156
938 "Usage: %s [options] file...\n"
946 #: options.cc:164
951 #: options.cc:176
958 #: options.cc:193 options.cc:203 options.cc:213
963 #: options.cc:223
968 #: options.cc:232
973 #: options.cc:273
978 #: options.cc:300
983 #: options.cc:409
[all …]
Dit.po932 #: options.cc:156
935 "Usage: %s [options] file...\n"
943 #: options.cc:164
948 #: options.cc:176
953 #: options.cc:193 options.cc:203 options.cc:213
958 #: options.cc:223
963 #: options.cc:232
968 #: options.cc:273
973 #: options.cc:300
978 #: options.cc:409
[all …]
Did.po810 #: options.cc:142
813 "Usage: %s [options] file...\n"
821 #: options.cc:150
826 #: options.cc:162
831 #: options.cc:179 options.cc:189
836 #: options.cc:199
841 #: options.cc:208
846 #: options.cc:249
851 #: options.cc:275
856 #: options.cc:329
[all …]
Des.po931 #: options.cc:156
934 "Usage: %s [options] file...\n"
942 #: options.cc:164
947 #: options.cc:176
952 #: options.cc:193 options.cc:203 options.cc:213
957 #: options.cc:223
962 #: options.cc:232
967 #: options.cc:273
972 #: options.cc:300
977 #: options.cc:409
[all …]
Dvi.po937 #: options.cc:156
940 "Usage: %s [options] file...\n"
948 #: options.cc:164
953 #: options.cc:176
958 #: options.cc:193 options.cc:203 options.cc:213
963 #: options.cc:223
968 #: options.cc:232
973 #: options.cc:273
978 #: options.cc:300
983 #: options.cc:409
[all …]
/toolchain/binutils/binutils-2.25/libiberty/
Dcp-demangle.c1176 if (top_level && (di->options & DMGL_PARAMS) != 0) in cplus_demangle_mangled_name()
1259 if (dc != NULL && top_level && (di->options & DMGL_PARAMS) == 0) in d_encoding()
1673 if ((di->options & DMGL_JAVA) != 0 in d_identifier()
3672 verbose = (di->options & DMGL_VERBOSE) != 0; in d_substitution()
4064 cplus_demangle_print_callback (int options, in cplus_demangle_print_callback() argument
4086 d_print_comp (&dpi, options, dc); in cplus_demangle_print_callback()
4104 cplus_demangle_print (int options, const struct demangle_component *dc, in cplus_demangle_print() argument
4111 if (! cplus_demangle_print_callback (options, dc, in cplus_demangle_print()
4232 d_print_subexpr (struct d_print_info *dpi, int options, in d_print_subexpr() argument
4243 d_print_comp (dpi, options, dc); in d_print_subexpr()
[all …]
Dgetopt1.c69 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() argument
72 return _getopt_internal (argc, argv, options, long_options, opt_index, 0); in getopt_long()
81 getopt_long_only (int argc, char *const *argv, const char *options, in getopt_long_only() argument
84 return _getopt_internal (argc, argv, options, long_options, opt_index, 1); in getopt_long_only()
Dat-file.texi5 Read command-line options from @var{file}. The options read are
15 @@@var{file} options; any such options will be processed recursively.
Dcp-demint.c183 cplus_demangle_v3_components (const char *mangled, int options, void **mem) in cplus_demangle_v3_components() argument
196 if ((options & DMGL_TYPES) == 0) in cplus_demangle_v3_components()
201 cplus_demangle_init_info (mangled, options, len, &di); in cplus_demangle_v3_components()
221 if ((options & DMGL_PARAMS) != 0 && d_peek_char (&di) != '\0') in cplus_demangle_v3_components()
/toolchain/binutils/binutils-2.25/include/
Ddemangle.h134 cplus_demangle (const char *mangled, int options);
137 cplus_demangle_opname (const char *opname, char *result, int options);
140 cplus_mangle_opname (const char *opname, int options);
160 cplus_demangle_v3_callback (const char *mangled, int options,
164 cplus_demangle_v3 (const char *mangled, int options);
174 ada_demangle (const char *mangled, int options);
177 dlang_demangle (const char *mangled, int options);
643 cplus_demangle_v3_components (const char *mangled, int options, void **mem);
658 cplus_demangle_print (int options,
678 cplus_demangle_print_callback (int options,
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-ip2k.texi23 @cindex options, IP2K
24 @cindex IP2K options
27 dependent options:
32 @cindex architecture options, IP2022
33 @cindex IP2K architecture options
40 @cindex architecture options, IP2K
41 @cindex IP2K architecture options
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
Dwarn-2.s2 ;# { dg-options "--gdwarf2 --defsym nop_type=0" }
3 ;# { dg-options "--gdwarf2 --defsym nop_type=1" { target ia64-*-* } }
4 ;# { dg-options "--gdwarf2 --defsym nop_type=2" { target or1k*-*-* } }
5 ;# { dg-options "--gdwarf2 --defsym nop_type=3" { target i370-*-* } }
/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c55 static struct objdump_private_option options[] = variable
1579 if (options[OPT_FILE_HEADER].selected) in dump_xcoff32()
1582 if (options[OPT_AOUT].selected) in dump_xcoff32()
1585 if (options[OPT_SYMS].selected in dump_xcoff32()
1586 || options[OPT_RELOCS].selected in dump_xcoff32()
1587 || options[OPT_LINENO].selected in dump_xcoff32()
1588 || options[OPT_TRACEBACK].selected) in dump_xcoff32()
1591 if (options[OPT_SECTIONS].selected) in dump_xcoff32()
1594 if (options[OPT_SYMS].selected in dump_xcoff32()
1595 || options[OPT_RELOCS].selected in dump_xcoff32()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DREADME66 `configure' options
69 Here is a summary of the `configure' options and arguments that are
71 options not listed here.
81 You may introduce options with a single `-' rather than `--' if you
85 Print a summary of the options to `configure', and exit.
114 options recognized in the gas distribution.
116 `configure' accepts other options, for compatibility with configuring
117 other GNU tools recursively; but these are the only options that affect
120 The `--enable' options recognized by software in the gas distribution are:

12345678910>>...19