Searched refs:otool (Results 1 – 2 of 2) sorted by relevance
411 def otool(cmd, dylib): function426 install_name = otool('LC_ID_DYLIB', dylib)[0]427 dependencies = otool('LC_LOAD_DYLIB', dylib)428 runtime_path = otool('LC_RPATH', dylib)
43 1. Xcode (g++, c++filt, otool, nm)