Lines Matching refs:ARGV
45 while($ARGV[0] =~ /^-/) { # detects whether there are any arguments
46 $_ = shift @ARGV; # extracts the argument for processing
49 /^-o/ && (($headername = shift (@ARGV)), next); # output file
50 /^-n/ && (($nmopts = shift (@ARGV)), next); # nm opts
51 /^-p/ && (($post = shift (@ARGV)), next); # nm opts
52 /^-x/ && (($mode = shift (@ARGV)), next); # nm opts
53 /^-S/ && (($U_ICU_VERSION_SUFFIX = shift(@ARGV)), next); # pick the suffix
58 unless(@ARGV > 0) {
134 for(;@ARGV; shift(@ARGV)) {
136 @NMRESULT = `nm $nmopts $ARGV[0] $post`;
138 warn "Couldn't do 'nm' for $ARGV[0], continuing...\n";
194 &verbose ( "$ARGV[0]: got global C++ function $cfn with '$_'\n" );
198 print STDERR "$ARGV[0]: Not sure what to do with '$_'\n";
200 &verbose( "$ARGV[0]: Skipped initializer $_\n" );
202 &verbose( "$ARGV[0]: Skipped finilizer $_\n" );
204 print STDERR "$ARGV[0]: Skipped strange mangled function $_\n";
206 print STDERR "$ARGV[0]: Skipped vtable $_\n";
208 print STDERR "$ARGV[0]: Skipped typeinfo $_\n";
210 print STDERR "$ARGV[0]: Skipped ignored function $_\n";