HomeSort by relevance Sort by last modified time
    Searched full:dylib (Results 126 - 150 of 425) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glx/apple/
Makefile 97 -install $(TOP)/$(LIB_DIR) -id $(INSTALL_LIB_DIR)/lib$(GL_LIB).1.dylib \
126 -rm -f *.dylib
  /external/chromium_org/tools/clang/scripts/
update.sh 270 # into it too (since OS X 10.6 doesn't have libc++abi.dylib either).
335 # TODO(thakis): Some bots are still on 10.6, so for now bundle libc++.dylib.
404 # Build libc++.dylib while some bots are still on OS X 10.6.
422 ${CC:-cc} libcxx/*.o libcxxabi/*.o -o libc++.1.dylib -dynamiclib \
424 -lSystem -install_name @executable_path/libc++.dylib \
428 ln -sf libc++.1.dylib libc++.dylib
461 cp libcxxbuild/libc++.1.dylib bin/
  /external/compiler-rt/lib/asan/
asan_new_delete.cc 46 // runtime dylib, and the main executable will depend on both the runtime
47 // dylib and libstdc++, each of those'll have its implementation of new and
  /external/deqp/framework/delibs/cmake/
toolchain-ios.cmake 49 set (CMAKE_SHARED_LIBRARY_SUFFIX ".dylib")
72 set (CMAKE_FIND_LIBRARY_SUFFIXES ".dylib" ".so" ".a")
  /external/lldb/examples/darwin/heap_find/heap/
Makefile 13 EXE ?= libheap.dylib
21 $(CXX) $(CFLAGS) -install_name "@executable_path/libheap.dylib" -dynamiclib -lobjc heap_find.cpp -o "$(EXE)"
  /external/lldb/include/lldb/API/
SBModuleSpec.h 59 /// remote debugging might mention a file '/usr/lib/liba.dylib'
62 /// '/tmp/lldb/platform-cache/remote.host.computer/usr/lib/liba.dylib'
  /external/lldb/scripts/Python/interface/
SBModuleSpec.i 50 /// remote debugging might mention a file '/usr/lib/liba.dylib'
53 /// '/tmp/lldb/platform-cache/remote.host.computer/usr/lib/liba.dylib'
  /external/llvm/tools/llvm-shlib/
Makefile 34 # Include all archives in libLLVM.(so|dylib) except the ones that have
46 # set dylib internal version number to llvmCore submission number
  /external/mesa3d/src/glx/apple/
Makefile 97 -install $(TOP)/$(LIB_DIR) -id $(INSTALL_LIB_DIR)/lib$(GL_LIB).1.dylib \
126 -rm -f *.dylib
  /external/llvm/utils/buildit/
build_llvm 275 # The Hello dylib is an example of how to build a pass.
279 rm $DEST_DIR$DEST_ROOT/lib/*LLVMHello.dylib
280 rm $DEST_DIR$DEST_ROOT/lib/*BugpointPasses.dylib
327 # Remove libLTO.dylib and lto.h. Those are installed by clang.
330 rm -f lib/libLTO.dylib
  /external/llvm/lib/Object/
MachOObjectFile.cpp 225 sys::swapByteOrder(C.dylib.name);
226 sys::swapByteOrder(C.dylib.timestamp);
227 sys::swapByteOrder(C.dylib.current_version);
228 sys::swapByteOrder(C.dylib.compatibility_version);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
fatbuild.sh 218 target=`find . -mindepth 4 -maxdepth 4 -type f -name '*.dylib' | head -1 | sed 's|.*/||'`
219 (lipo -create -o $output/$target `find . -mindepth 4 -maxdepth 4 -type f -name "*.dylib"` &&
220 ln -sf $target $output/libSDL.dylib &&
  /build/core/combo/
HOST_darwin-x86_64.mk 62 HOST_SHLIB_SUFFIX := .dylib
  /external/chromium_org/chrome/
browser_tests.isolate 108 '<(PRODUCT_DIR)/libclearkeycdm.dylib',
  /external/chromium_org/third_party/icu/source/config/
mh-darwin 47 SO= dylib
  /external/chromium_org/third_party/skia/gyp/
gpu.gyp 185 '/opt/X11/lib/libOSMesa.dylib',
  /external/clang/tools/libclang/
CIndexer.cpp 53 // Find the location where this library lives (libclang.dylib).
Makefile 47 # Set dylib internal version number to submission number.
  /external/icu/icu4c/source/config/
mh-darwin 47 SO= dylib
  /external/libcxx/include/
__refstring 57 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD);
  /external/lldb/source/Commands/
CommandObjectPlugin.cpp 33 "Import a dylib that implements an LLDB plugin.",
  /external/lldb/test/lang/c/function_types/
TestFunctionTypes.py 91 regexps = ['lib.*\.dylib`printf']
  /external/llvm/docs/
Packaging.rst 58 ``libLLVM-<major>.<minor>.(so|dylib)`` and link the tools against it. This
  /external/llvm/tools/
Makefile 48 # These libraries build as dynamic libraries (.dylib /.so), they can only be
  /external/llvm/tools/macho-dump/
macho-dump.cpp 335 outs() << " ('install_name', '" << LCI.Ptr + DLLC.dylib.name << "')\n"
336 << " ('timestamp, " << DLLC.dylib.timestamp << ")\n"
337 << " ('cur_version, " << DLLC.dylib.current_version << ")\n"
338 << " ('compat_version, " << DLLC.dylib.compatibility_version << ")\n";

Completed in 3483 milliseconds

1 2 3 4 56 7 8 91011>>