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

  /src/external/gpl3/binutils/dist/binutils/
ar.c 137 #define LIBDEPS "__.LIBDEP"
139 static char * libdeps = NULL;
164 {"record-libdeps", required_argument, NULL, 'l'},
334 fprintf (s, _(" --record-libdeps=<text> - specify the dependencies of this library\n"));
534 if (libdeps != NULL)
535 fatal (_("libdeps specified more than once"));
536 libdeps = optarg;
844 if (libdeps != NULL)
847 bfd_size_type reclen = strlen (libdeps) + 1;
854 libdeps_bfd = bfd_create (LIBDEPS, arch)
138 static char * libdeps = NULL; variable
    [all...]
ar.c 137 #define LIBDEPS "__.LIBDEP"
139 static char * libdeps = NULL;
164 {"record-libdeps", required_argument, NULL, 'l'},
334 fprintf (s, _(" --record-libdeps=<text> - specify the dependencies of this library\n"));
534 if (libdeps != NULL)
535 fatal (_("libdeps specified more than once"));
536 libdeps = optarg;
844 if (libdeps != NULL)
847 bfd_size_type reclen = strlen (libdeps) + 1;
854 libdeps_bfd = bfd_create (LIBDEPS, arch)
138 static char * libdeps = NULL; variable
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
ar.c 144 #define LIBDEPS "__.LIBDEP" variable
146 static char * libdeps = NULL;
177 {"record-libdeps", required_argument, NULL, 'l'},
347 fprintf (s, _(" --record-libdeps=<text> - specify the dependencies of this library\n"));
547 if (libdeps != NULL)
548 fatal (_("libdeps specified more than once"));
549 libdeps = optarg;
865 if (libdeps != NULL)
868 bfd_size_type reclen = strlen (libdeps) + 1;
875 libdeps_bfd = bfd_create (LIBDEPS, arch)
    [all...]
ar.c 144 #define LIBDEPS "__.LIBDEP" variable
146 static char * libdeps = NULL;
177 {"record-libdeps", required_argument, NULL, 'l'},
347 fprintf (s, _(" --record-libdeps=<text> - specify the dependencies of this library\n"));
547 if (libdeps != NULL)
548 fatal (_("libdeps specified more than once"));
549 libdeps = optarg;
865 if (libdeps != NULL)
868 bfd_size_type reclen = strlen (libdeps) + 1;
875 libdeps_bfd = bfd_create (LIBDEPS, arch)
    [all...]

Completed in 46 milliseconds