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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddllwrap.c624 int *dlltool_arg_indices; local
651 dlltool_arg_indices = (int *) xmalloc (argc * sizeof (int));
660 dlltool_arg_indices[i] = 0;
785 dlltool_arg_indices[optind-1] = 1;
788 dlltool_arg_indices[optind-2] = 1;
871 if (dlltool_arg_indices[i])

Completed in 97 milliseconds