Home
last modified time | relevance | path

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

/petsc/config/
H A Dinstall.py411 def otool(cmd, dylib): function
426 install_name = otool('LC_ID_DYLIB', dylib)[0]
427 dependencies = otool('LC_LOAD_DYLIB', dylib)
428 runtime_path = otool('LC_RPATH', dylib)
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DINSTALL43 1. Xcode (g++, c++filt, otool, nm)