Searched refs:handle_option (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12-stable/contrib/binutils/ld/ |
| D | ldemul.c | 143 if (ld_emulation->handle_option) in ldemul_handle_option() 144 return (*ld_emulation->handle_option) (optc); in ldemul_handle_option()
|
| D | ldemul.h | 167 bfd_boolean (*handle_option) (int); member
|
| D | ChangeLog | 618 * emultempl/elf32.em (handle_option): Make sure -z max-page-size
|
| D | ChangeLog-0203 | 468 * emultempl/elf32.em (handle_option): Update OPTION_GROUP and 1316 (struct ld_emulation_xfer_struct): Add add_options and handle_option.
|
| /freebsd-12-stable/contrib/gcc/ |
| D | opts.c | 383 static unsigned int handle_option (const char **argv, unsigned int lang_mask); 462 handle_option (const char **argv, unsigned int lang_mask) in handle_option() function 595 if (lang_hooks.handle_option (opt_index, arg, value) == 0) in handle_option() 603 if (!targetm.handle_option (opt_index, arg, value)) in handle_option() 728 n = handle_option (argv + i, lang_mask); in handle_options()
|
| D | langhooks.h | 280 int (*handle_option) (size_t code, const char *arg, int value); member
|
| D | target.h | 392 bool (* handle_option) (size_t code, const char *arg, int value); member
|
| D | ChangeLog-2000 | 7236 * cppinit.c (handle_option): Recognize -Wsystem_headers. 14019 (handle_option): Rename to cpp_handle_option and export. 14488 (handle_option): Set digraphs according to standard. 15050 cpp_finish, handle_option, print_help): Adjust. 17340 * cppinit.c (handle_option): Automatically define __cplusplus, 18497 (handle_option): Handle "ftabstop=" command-line option. 21486 * cppinit.c (handle_option): Don't run error message through 23570 * cppinit.c (handle_option): Set warn_traditional not 25213 * cppinit.c (handle_option): Implement #unassert directive 26402 (handle_option): Update to use new_pending_directive. [all …]
|
| D | ChangeLog-2003 | 15067 (find_opt, handle_option, common_handle_option): opt_text now 15321 * opts.c (handle_option): Don't handle filenames here, but ... 16069 * opts.c (handle_option, handle_options): Update prototypes. 17398 * opts.c (handle_option): Check for missing arguments. 17469 (handle_option): Update prototype. Complain about switches for 17472 (handle_option): Remove. 19306 (handle_option): Update to recognize common options and all 19647 * opts.c (handle_option): No longer use decode_option. 20335 (handle_option): New. 20340 handle_option for language-specific handling.
|
| D | ChangeLog-2005 | 16676 * opts.c (handle_option, decode_options): Remove calls to 17347 * opts.c (handle_option, option_enabled): Update after above name 18599 * opts.c (handle_option): Print an error for CL_DISABLED options. 28262 * opts.c (handle_option): Pass 'm' options to set_target_switch if 28803 * target.h (gcc_target): Add default_target_flags and handle_option. 28820 * opts.c (handle_option): Search for the original option before 28822 var_cond and var_value fields. Use targetm.handle_option to handle
|
| D | ChangeLog-2004 | 30078 (handle_option): Perform default initialization. 38279 * opts.c (handle_option, decode_options): Likewise.
|
| /freebsd-12-stable/contrib/binutils/ld/emultempl/ |
| D | vanilla.em | 77 NULL, /* handle_option */
|
| D | generic.em | 141 NULL, /* handle_option */
|
| D | linux.em | 202 NULL, /* handle_option */
|
| D | sunos.em | 1026 NULL, /* handle_option */
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/test/ |
| D | test-ratelim.c | 581 handle_option(int argc, char **argv, int *i, const struct option *opt) in handle_option() function 649 if (handle_option(argc,argv,&i,&options[j])<0) in main()
|
| /freebsd-12-stable/contrib/libevent/test/ |
| D | test-ratelim.c | 581 handle_option(int argc, char **argv, int *i, const struct option *opt) in handle_option() function 649 if (handle_option(argc,argv,&i,&options[j])<0) in main()
|