Lines Matching refs:destfile
159 # destfile represents the actual file we are interested in!
161 $destfile = $abslink;
164 print("$entry is linked to $destfile:$PKGS{$destfile}\n");
168 $destfile = $entry;
174 $mode = $MODE{$destfile};
177 $destfile = "$Root$destfile" if ($Root =~ /\w/);
178 $filecmd = `/usr/bin/file $destfile 2>&1`;
187 if ($destfile =~ /\/kernel\//) {
188 &HandleKernelMod($destfile, $FTYPE{$entry});
195 &HandleScripts($destfile);
201 &HandleBinaries($destfile);
458 $LddInfo = &GetLddInfo($destfile, $FTYPE{$filename});
459 $StringInfo = &GetStringsInfo($destfile, $FTYPE{$filename});