Lines Matching refs:FullPath
187 my($FullPath, $RelPath, $Class, $Type, $Verdef) = @_;
194 return if -l $FullPath;
200 return if !stat($FullPath);
209 if (!(-r $FullPath)) {
217 @Elf = split(/\n/, `elfdump -epdcy $FullPath 2>&1`);
227 ($Line =~ /\Q$FullPath\E(.*):/)) {
298 @Mcs = split(/\n/, `mcs -p $FullPath 2>&1`);
337 my $LDDFullPath = $FullPath;
406 $HasKMOD == 1) && (!(-x $FullPath))) {
597 ($FullPath !~ $EXRE_forbidden_dep))) {
672 ProcSymSort($FullPath, $RelPath) if $SymSort;
677 ProcVerdef($FullPath, $RelPath)
707 my($FullPath, $RelPath) = @_;
710 return if defined($EXRE_nosymsort) && ($FullPath =~ $EXRE_nosymsort);
713 open(SORT, "elfdump -S $FullPath|") ||
780 my($FullPath, $RelPath) = @_;
792 open(PVS, "pvs -dov $FullPath|") ||
815 open(PVS, "pvs -dos $FullPath|") ||