Searched refs:exitStatus (Results 1 – 12 of 12) sorted by relevance
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | Descriptor.pm | 81 exitStatus("Error", "XML descriptor is empty"); 84 exitStatus("Error", "incorrect descriptor (see -d1 option)"); 111 exitStatus("Error", "version in the XML descriptor is not specified (section \"version\")"); 119 …exitStatus("Error", "you have not specified -relpath* option, but the XML descriptor contains {REL… 126 exitStatus("Access_Error", "can't access \'$Path\'"); 132 exitStatus("Error", "can't find header files info in the XML descriptor"); 140 exitStatus("Access_Error", "can't access \'$Path\'"); 147 exitStatus("Error", "can't find libraries info in the XML descriptor"); 153 exitStatus("Access_Error", "can't access directory \'$Path\'"); 161 exitStatus("Access_Error", "can't access directory \'$Path\'"); [all …]
|
| H A D | ElfTools.pm | 95 exitStatus("Not_Found", "can't find \"objdump\""); 139 exitStatus("Not_Found", "can't find \"dumpbin\""); 157 exitStatus("Not_Found", "can't find \"otool\""); 174 exitStatus("Not_Found", "can't find \"objdump\""); 280 exitStatus("Error", "can't check ARCH type");
|
| H A D | ABIDump.pm | 52 exitStatus("Error", "the set of public symbols in library(ies) is empty"); 107 exitStatus("Empty_Set", "the set of public symbols is empty"); 110 …exitStatus("Empty_Intersection", "the sets of public symbols in headers and libraries have empty i… 163 exitStatus("Error", "library objects are not found"); 299 exitStatus("Not_Found", "can't find \"nm\""); 358 exitStatus("Not_Found", "can't find \"otool\""); 377 exitStatus("Not_Found", "can't find \"dumpbin\""); 462 exitStatus("Not_Found", "can't find \"readelf\""); 651 exitStatus("Not_Found", "can't find \"nm\""); 666 exitStatus("Not_Found", "can't find \"dumpbin.exe\""); [all …]
|
| H A D | SysCheck.pm | 41 exitStatus("Error", "the option -d1 should be specified"); 44 exitStatus("Access_Error", "can't access directory \'".$SPath1."\'"); 47 exitStatus("Access_Error", "can't access directory \'".$SPath1."/abi_dumps\'"); 50 exitStatus("Error", "the option -d2 should be specified"); 53 exitStatus("Access_Error", "can't access directory \'".$SPath2."\'"); 56 exitStatus("Access_Error", "can't access directory \'".$SPath2."/abi_dumps\'"); 71 exitStatus("Error", "can't compare systems of different CPU architecture"); 957 exitStatus("Error", "system name is not specified (<name> section)"); 962 exitStatus("Access_Error", "can't access \'$Path\'"); 970 exitStatus("Access_Error", "can't access directory \'$Path\'"); [all …]
|
| H A D | SysFiles.pm | 776 exitStatus("Error", "something is going wrong with the GCC compiler"); 1906 exitStatus("Access_Error", "can't access \'$Header\'"); 2116 exitStatus("Access_Error", "can't access \'$Path\'"); 2119 exitStatus("Access_Error", "\'$Path\' - not a directory"); 2166 exitStatus("Access_Error", "can't access \'$Path\'"); 2197 exitStatus("Access_Error", "can't identify \'$Path\' as a header file"); 2221 exitStatus("Access_Error", "can't access file \'$Header\'"); 2232 exitStatus("Access_Error", "can't identify \'$Header\' as a header file"); 2298 exitStatus("Error", "header files are not found in the ".$DescRef->{"Version"}); 2416 exitStatus("Access_Error", "can't access \'$CrossGcc\'"); [all …]
|
| H A D | Logging.pm | 56 sub exitStatus($$) subroutine
|
| H A D | TUDump.pm | 220 exitStatus("Error", "internal error - GCC path is not set"); 494 exitStatus("Cannot_Compile", $Msg);
|
| H A D | Utils.pm | 128 exitStatus("Not_Found", "can't find a \"find\" command");
|
| H A D | RegTests.pm | 4982 exitStatus("Not_Found", "can't find \"cl\" compiler"); 5029 exitStatus("Error", $Msg); 5033 exitStatus("Error", "can't compile $LibName v.2: \'$Path_v2/build-log.txt\'"); 5140 exitStatus("Error", "analysis has failed ($ECode)");
|
| H A D | Mangling.pm | 806 exitStatus("Not_Found", "can't find \"undname\""); 823 exitStatus("Not_Found", "can't find c++filt in PATH");
|
| H A D | Basic.pm | 511 exitStatus("Error", "can't start without VC environment (vcvars64.bat)");
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | abi-compliance-checker.pl | 982 exitStatus("Module_Error", "can't access \'$Path\'"); 1434 exitStatus("Empty_Set", "the set of public symbols is empty"); 1437 …exitStatus("Empty_Intersection", "the sets of public symbols in headers and libraries have empty i… 9094 exitStatus("Module_Error", "can't access \'".$RULES_PATH{$Kind}."\'"); 9310 exitStatus("Not_Found", "can't find \"unzip\" command"); 9315 exitStatus("Error", "can't extract \'$Path\' ($?): $!"); 9320 exitStatus("Error", "can't extract \'$Path\'"); 9332 exitStatus("Not_Found", "can't find \"tar\" command"); 9336 exitStatus("Not_Found", "can't find \"gzip\" command"); 9341 exitStatus("Error", "can't extract \'$Path\'"); [all …]
|