Searched refs:std_longopts (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Das.c513 static const struct option std_longopts[] =
589 longopts = (struct option *) xmalloc (sizeof (std_longopts)
591 memcpy (longopts, std_longopts, sizeof (std_longopts));
592 memcpy (((char *) longopts) + sizeof (std_longopts), md_longopts, md_longopts_size);
593 memset (((char *) longopts) + sizeof (std_longopts) + md_longopts_size,
512 static const struct option std_longopts[] = local
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Das.c513 static const struct option std_longopts[] =
593 longopts = (struct option *) xmalloc (sizeof (std_longopts)
595 memcpy (longopts, std_longopts, sizeof (std_longopts));
596 memcpy (((char *) longopts) + sizeof (std_longopts), md_longopts, md_longopts_size);
597 memset (((char *) longopts) + sizeof (std_longopts) + md_longopts_size,
512 static const struct option std_longopts[] = local
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Das.c512 static const struct option std_longopts[] =
591 longopts = (struct option *) xmalloc (sizeof (std_longopts)
593 memcpy (longopts, std_longopts, sizeof (std_longopts));
594 memcpy (((char *) longopts) + sizeof (std_longopts), md_longopts, md_longopts_size);
595 memset (((char *) longopts) + sizeof (std_longopts) + md_longopts_size,
511 static const struct option std_longopts[] = local

Completed in 194 milliseconds