Home
last modified time | relevance | path

Searched refs:LIB (Results 1 – 2 of 2) sorted by relevance

/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/
H A DABIDump.pm306 open(LIB, $DebugPath);
310 open(LIB, $NM." |");
312 while(<LIB>)
350 close(LIB);
361 open(LIB, "$OtoolCmd -L \"$Lib_Path\" 2>\"$TmpDir/null\" |");
362 while(<LIB>)
369 close(LIB);
384 open(LIB, $DebugPath);
388 open(LIB, $DumpBinCmd." |");
390 while(<LIB>)
[all …]
/petsc/src/ts/tutorials/autodiff/
H A Dmakefile4 LIB = ${PETSC_TS_LIB} macro