HomeSort by: relevance | last modified time | path
    Searched defs:std_longopts (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
as.c 532 static const struct option std_longopts[] =
625 longopts = (struct option *) xmalloc (sizeof (std_longopts)
627 memcpy (longopts, std_longopts, sizeof (std_longopts));
628 memcpy (((char *) longopts) + sizeof (std_longopts), md_longopts, md_longopts_size);
629 memset (((char *) longopts) + sizeof (std_longopts) + md_longopts_size,
531 static const struct option std_longopts[] = local
  /src/external/gpl3/binutils.old/dist/gas/
as.c 518 static const struct option std_longopts[] =
610 longopts = (struct option *) xmalloc (sizeof (std_longopts)
612 memcpy (longopts, std_longopts, sizeof (std_longopts));
613 memcpy (((char *) longopts) + sizeof (std_longopts), md_longopts, md_longopts_size);
614 memset (((char *) longopts) + sizeof (std_longopts) + md_longopts_size,
517 static const struct option std_longopts[] = local

Completed in 17 milliseconds