Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Das.c527 static const struct option std_longopts[] = in parse_args() local
614 longopts = (struct option *) xmalloc (sizeof (std_longopts) in parse_args()
616 memcpy (longopts, std_longopts, sizeof (std_longopts)); in parse_args()
617 memcpy (((char *) longopts) + sizeof (std_longopts), md_longopts, md_longopts_size); in parse_args()
618 memset (((char *) longopts) + sizeof (std_longopts) + md_longopts_size, in parse_args()
H A DChangeLog-20151548 (std_longopts): Use optional_argument on compress-debug-sections.
H A DChangeLog-20041340 (std_longopts): Add --gen-debug. Alpha sort the table.
H A DChangeLog-0203784 (std_longopts): Add 'f'. Doing this prevents -f<foo> being
3079 * as.c (std_longopts): Duplicate --keep-locals entry in order to
H A DChangeLog-20054172 * as.c (std_longopts): Add an entry for "--a" in order to prevent
H A DChangeLog-20165153 (std_longopts): Add --elf-stt-common=.
H A DChangeLog-00014518 * 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.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Das.c512 static const struct option std_longopts[] = in parse_args() local
592 longopts = (struct option *) xmalloc (sizeof (std_longopts) in parse_args()
594 memcpy (longopts, std_longopts, sizeof (std_longopts)); in parse_args()
595 memcpy (((char *) longopts) + sizeof (std_longopts), md_longopts, md_longopts_size); in parse_args()
596 memset (((char *) longopts) + sizeof (std_longopts) + md_longopts_size, in parse_args()
H A DChangeLog-20151548 (std_longopts): Use optional_argument on compress-debug-sections.
H A DChangeLog-20041340 (std_longopts): Add --gen-debug. Alpha sort the table.
H A DChangeLog-0203784 (std_longopts): Add 'f'. Doing this prevents -f<foo> being
3079 * as.c (std_longopts): Duplicate --keep-locals entry in order to
H A DChangeLog-20054172 * as.c (std_longopts): Add an entry for "--a" in order to prevent
H A DChangeLog-20165153 (std_longopts): Add --elf-stt-common=.
H A DChangeLog-00014518 * 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.