Lines Matching refs:ARGV
43 while($ARGV[0] =~ /^-/) { # detects whether there are any arguments
44 $_ = shift @ARGV; # extracts the argument for processing
47 /^-o/ && (($headername = shift (@ARGV)), next); # output file
48 /^-n/ && (($nmopts = shift (@ARGV)), next); # nm opts
49 /^-p/ && (($post = shift (@ARGV)), next); # nm opts
50 /^-x/ && (($mode = shift (@ARGV)), next); # nm opts
51 /^-S/ && (($U_ICU_VERSION_SUFFIX = shift(@ARGV)), next); # pick the suffix
56 unless(@ARGV > 0) {
127 for(;@ARGV; shift(@ARGV)) {
129 @NMRESULT = `nm $nmopts $ARGV[0] $post`;
131 warn "Couldn't do 'nm' for $ARGV[0], continuing...\n";
177 &verbose ( "$ARGV[0]: got global C++ function $cfn with '$_'\n" );
181 print STDERR "$ARGV[0]: Not sure what to do with '$_'\n";
183 &verbose( "$ARGV[0]: Skipped initializer $_\n" );
185 &verbose( "$ARGV[0]: Skipped finilizer $_\n" );
187 print STDERR "$ARGV[0]: Skipped strange mangled function $_\n";
189 print STDERR "$ARGV[0]: Skipped vtable $_\n";
191 print STDERR "$ARGV[0]: Skipped typeinfo $_\n";
193 print STDERR "$ARGV[0]: Skipped ignored function $_\n";