Lines Matching refs:FullPath
176 my($FullPath, $RelPath, $Class, $Type, $Verdef) = @_;
186 return if -l $FullPath;
192 return if !stat($FullPath);
201 if (!(-r $FullPath)) {
209 @Elf = split(/\n/, `elfdump -epdcy $FullPath 2>&1`);
218 ($Line =~ /\Q$FullPath\E(.*):/)) {
283 @Mcs = split(/\n/, `mcs -p $FullPath 2>&1`);
328 my $LDDFullPath = $FullPath;
639 ProcSymSort($FullPath, $RelPath) if $SymSort;
644 ProcVerdef($FullPath, $RelPath)
674 my($FullPath, $RelPath) = @_;
677 return if defined($EXRE_nosymsort) && ($FullPath =~ $EXRE_nosymsort);
680 open(SORT, "elfdump -S $FullPath|") ||
747 my($FullPath, $RelPath) = @_;
759 open(PVS, "pvs -dov $FullPath|") ||
782 open(PVS, "pvs -dos $FullPath|") ||