Searched refs:std_longopts (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | as.c | 527 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 D | ChangeLog-2015 | 1548 (std_longopts): Use optional_argument on compress-debug-sections.
|
H A D | ChangeLog-2004 | 1340 (std_longopts): Add --gen-debug. Alpha sort the table.
|
H A D | ChangeLog-0203 | 784 (std_longopts): Add 'f'. Doing this prevents -f<foo> being 3079 * as.c (std_longopts): Duplicate --keep-locals entry in order to
|
H A D | ChangeLog-2005 | 4172 * as.c (std_longopts): Add an entry for "--a" in order to prevent
|
H A D | ChangeLog-2016 | 5153 (std_longopts): Add --elf-stt-common=.
|
H A D | ChangeLog-0001 | 4518 * as.c (parse_args) <std_longopts>: Add comment about the need to
|
H A D | ChangeLog-9295 | 1873 std_longopts. Set flag_mri if -M is seen.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | as.c | 512 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 D | ChangeLog-2015 | 1548 (std_longopts): Use optional_argument on compress-debug-sections.
|
H A D | ChangeLog-2004 | 1340 (std_longopts): Add --gen-debug. Alpha sort the table.
|
H A D | ChangeLog-0203 | 784 (std_longopts): Add 'f'. Doing this prevents -f<foo> being 3079 * as.c (std_longopts): Duplicate --keep-locals entry in order to
|
H A D | ChangeLog-2005 | 4172 * as.c (std_longopts): Add an entry for "--a" in order to prevent
|
H A D | ChangeLog-2016 | 5153 (std_longopts): Add --elf-stt-common=.
|
H A D | ChangeLog-0001 | 4518 * as.c (parse_args) <std_longopts>: Add comment about the need to
|
H A D | ChangeLog-9295 | 1873 std_longopts. Set flag_mri if -M is seen.
|