HomeSort by relevance Sort by last modified time
    Searched refs:dylib (Results 1 - 25 of 36) sorted by null

1 2

  /external/compiler-rt/make/
AppleBI.mk 41 install-MacOSX : $(SYMROOT)/libcompiler_rt.dylib \
47 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
48 -o $(DSTROOT)/usr/lib/system/libcompiler_rt.dylib
50 ln -s libcompiler_rt.dylib libcompiler_rt_profile.dylib; \
51 ln -s libcompiler_rt.dylib libcompiler_rt_debug.dylib
53 # Rule to make each dylib slice
54 $(OBJROOT)/libcompiler_rt-%.dylib : $(OBJROOT)/darwin_bni/Release/%/libcompiler_rt.a
58 -install_name /usr/lib/system/libcompiler_rt.dylib \
    [all...]
  /external/e2fsprogs/lib/
Makefile.darwin-lib 19 BSD_LIB = $(BSDLIB_IMAGE).$(BSDLIB_VERSION).dylib
31 $(Q) $(LN) ../$(BSD_LIB) ../$(BSDLIB_IMAGE).dylib
50 $(RM) -f ../$(BSDLIB_IMAGE).dylib
  /sdk/build/
tools.darwin.atree 36 prebuilts/tools/darwin-x86/jetcreator/libEASLIb.dylib tools/Jet/JetCreator/libEASLIb.dylib
  /external/webkit/Source/WebCore/platform/mac/
SoftLinking.h 35 static void* dylib = dlopen("/usr/lib/" #lib ".dylib", RTLD_NOW); \
36 ASSERT(dylib); \
37 return dylib; \
  /external/chromium/base/
native_library.h 46 void* dylib;
81 // "mylib.dylib" on Mac.
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
Android.mk 14 # Lion needs to be forced to link dylib to avoid problems
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
Android.mk 22 # Lion needs to be forced to link dylib to avoid problems
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
Makefile 30 DYLIB=$(OUTPUT_DIR)/DumpRenderTreeSupport.dylib
46 all: $(DYLIB) $(PERL_MODULE)
56 all: $(DYLIB) $(PERL_MODULE)
68 $(DYLIB): DumpRenderTreeSupport.c $(WRAPPER)
69 gcc -g -dynamiclib -o $(DYLIB) `$(PERL) -MExtUtils::Embed -eperl_inc` `$(PERL) -MExtUtils::Embed -e'my $$opts = ldopts(0); $$opts =~ s/-arch [^ ]*( |$$)//g; print $$opts, " -arch ", join(" -arch ", split(" ",$$ENV{ARCHS}))'` $^
72 rm -f $(WRAPPER) $(PERL_MODULE) $(DYLIB)
  /external/webkit/Tools/wx/packaging/
build-mac-installer.py 75 def mac_update_dependencies(dylib, prefix):
83 output = commands.getoutput("otool -L %s" % dylib).strip()
94 copydir = os.path.dirname(dylib)
103 os.system("install_name_tool -change %s %s %s" % (filename, dest_filename, dylib))
128 for wildcard in ["*.dylib"]:
134 dylib_path = os.path.join(wxroot, "libwxwebkit.dylib")
135 os.system("install_name_tool -id %s %s" % (os.path.join(prefix, "libwxwebkit.dylib"), dylib_path))
  /external/llvm/utils/buildit/
build_llvm 231 # The Hello dylib is an example of how to build a pass.
235 rm $DEST_DIR$DEST_ROOT/lib/*LLVMHello.dylib
236 rm $DEST_DIR$DEST_ROOT/lib/*BugpointPasses.dylib
282 # Remove libLTO.dylib and lto.h. Those are installed by clang.
285 rm -f lib/libLTO.dylib
  /external/icu4c/config/
mh-darwin 44 SO= dylib
  /frameworks/compile/libbcc/runtime/make/
AppleBI.mk 47 # Rule to add project info so that "what /usr/lib/libSystem.B.dylib" will work.
  /frameworks/compile/libbcc/runtime/make/platform/
clang_darwin.mk 13 # libgcc_s.10.4.dylib. We only build x86 slices since clang doesn't really
  /build/core/combo/
HOST_darwin-x86.mk 57 HOST_SHLIB_SUFFIX := .dylib
  /external/llvm/include/llvm/Support/
MachO.h 381 struct dylib { struct in namespace:llvm::MachO
391 struct dylib dylib; member in struct:llvm::MachO::dylib_command
  /external/llvm/utils/
GenLibDeps.pl 72 my @libs = grep(/libLLVM.*\.(dylib|so|a)$/,sort(@files));
74 @libs = grep(!/libLLVM-\d\.\d(svn)?\.(dylib|so)/, @libs);
  /external/webkit/Tools/wx/
install-unix-extras 45 DLLEXT=dylib
  /external/bison/build-aux/
config.rpath 507 shrext=.dylib
  /external/e2fsprogs/config/
config.rpath 391 shlibext=dylib
  /ndk/sources/host-tools/make-3.81/config/
config.rpath 447 shrext=.dylib
  /external/qemu/
android-configure.sh 152 TARGET_DLL_SUFFIX=.dylib
  /external/compiler-rt/make/platform/
clang_darwin.mk 42 # libgcc_s.10.4.dylib. We only build x86 slices since clang doesn't really
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
config.rpath 531 shrext=.dylib
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 541 warning("trying to open a .dylib with RTLD_LOCAL");
542 error("unable to open a .dylib with RTLD_LOCAL");
604 my_find_image((char *)(((struct dylib_command *)lc)->dylib.name.offset +
793 warning("trying to open a .dylib with RTLD_LOCAL");
1130 warning("trying to close a .dylib!");
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 729 UChar *dylibname = dcmd->dylib.name.offset + (UChar *)dcmd;
    [all...]

Completed in 618 milliseconds

1 2