OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dlltool_name
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/binutils/
dllwrap.c
71
static char *
dlltool_name
= NULL;
variable
734
dlltool_name
= optarg;
814
if (
dlltool_name
== NULL)
815
dlltool_name
= deduce_name ("dlltool");
1005
if (run (
dlltool_name
, step_pre1->s))
1016
fprintf (stderr, _("DLLTOOL name : %s\n"),
dlltool_name
);
1118
if (run (
dlltool_name
, step2->s))
[
all
...]
ChangeLog-9899
439
(
dlltool_name
): Initialize to NULL, not "dlltool".
444
(main): Handle -mno-cygwin. Deduce driver_name and
dlltool_name
.
[
all
...]
Completed in 118 milliseconds