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

/freebsd-11-stable/contrib/binutils/gas/
H A Das.c436 static const struct option std_longopts[] =
500 longopts = xmalloc (sizeof (std_longopts) + md_longopts_size + sizeof (struct option));
501 memcpy (longopts, std_longopts, sizeof (std_longopts));
502 memcpy (((char *) longopts) + sizeof (std_longopts), md_longopts, md_longopts_size);
503 memset (((char *) longopts) + sizeof (std_longopts) + md_longopts_size,
435 static const struct option std_longopts[] = local

Completed in 57 milliseconds