Home
last modified time | relevance | path

Searched refs:std_longopts (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/binutils/gas/
H A Das.c435 static const struct option std_longopts[] = in parse_args() local
499 longopts = xmalloc (sizeof (std_longopts) + md_longopts_size + sizeof (struct option)); in parse_args()
500 memcpy (longopts, std_longopts, sizeof (std_longopts)); in parse_args()
501 memcpy (((char *) longopts) + sizeof (std_longopts), md_longopts, md_longopts_size); in parse_args()
502 memset (((char *) longopts) + sizeof (std_longopts) + md_longopts_size, in parse_args()
H A DChangeLog-0203789 (std_longopts): Add 'f'. Doing this prevents -f<foo> being
3086 * as.c (std_longopts): Duplicate --keep-locals entry in order to
H A DChangeLog-00014528 * as.c (parse_args) <std_longopts>: Add comment about the need to
H A DChangeLog-92951873 std_longopts. Set flag_mri if -M is seen.