Home
last modified time | relevance | path

Searched refs:handle_option (Results 1 – 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/binutils/ld/
Dldemul.c143 if (ld_emulation->handle_option) in ldemul_handle_option()
144 return (*ld_emulation->handle_option) (optc); in ldemul_handle_option()
Dldemul.h167 bfd_boolean (*handle_option) (int); member
DChangeLog618 * emultempl/elf32.em (handle_option): Make sure -z max-page-size
DChangeLog-0203468 * 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/
Dopts.c383 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()
Dlanghooks.h280 int (*handle_option) (size_t code, const char *arg, int value); member
Dtarget.h392 bool (* handle_option) (size_t code, const char *arg, int value); member
DChangeLog-20007236 * 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 …]
DChangeLog-200315067 (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.
DChangeLog-200516676 * 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
DChangeLog-200430078 (handle_option): Perform default initialization.
38279 * opts.c (handle_option, decode_options): Likewise.
/freebsd-12-stable/contrib/binutils/ld/emultempl/
Dvanilla.em77 NULL, /* handle_option */
Dgeneric.em141 NULL, /* handle_option */
Dlinux.em202 NULL, /* handle_option */
Dsunos.em1026 NULL, /* handle_option */
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
Dtest-ratelim.c581 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/
Dtest-ratelim.c581 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()