HomeSort by relevance Sort by last modified time
    Searched refs:install_name (Results 1 - 20 of 20) sorted by null

  /external/swiftshader/third_party/LLVM/runtime/libprofile/
Makefile 43 # Mac OS X 10.4 and earlier tools do not allow a second -install_name on
48 -Wl,-install_name \
  /external/swiftshader/third_party/LLVM/tools/edis/
Makefile 45 # Mac OS X 10.4 and earlier tools do not allow a second -install_name on command line
49 -Wl,-install_name \
  /external/swiftshader/third_party/LLVM/tools/lto/
Makefile 52 # Mac OS X 10.4 and earlier tools do not allow a second -install_name on command line
56 -Wl,-install_name \
  /build/make/core/combo/
HOST_darwin-x86.mk 43 -install_name @rpath/$(notdir $@) \
  /external/icu/icu4c/source/config/
mh-darwin 34 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(libdir)/$(notdir $(MIDDLE_SO_TARGET))
36 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(notdir $(MIDDLE_SO_TARGET))
  /external/compiler-rt/make/
AppleBI.mk 62 -install_name /usr/lib/system/libcompiler_rt.dylib \
138 -install_name /usr/lib/system/libcompiler_rt_sim.dylib \
  /external/selinux/libsepol/src/
Makefile 38 LD_SONAME_FLAGS=-install_name,$(LIBSO)
  /external/sonic/
Makefile 11 SONAME=install_name
  /external/swiftshader/third_party/LLVM/tools/llvm-shlib/
Makefile 57 # Mac OS X 10.4 and earlier tools do not allow a second -install_name on command line
61 -Wl,-install_name \
  /external/lz4/lib/
Makefile 61 SONAME_FLAGS = -install_name $(PREFIX)/lib/liblz4.$(SHARED_EXT_MAJOR) -compatibility_version $(LIBVER_MAJOR) -current_version $(LIBVER)
  /external/libcups/filter/
Makefile 251 -install_name $(libdir)/$@ \
  /external/dtc/
Makefile 41 SHAREDLIB_LDFLAGS = -fPIC -dynamiclib -Wl,-install_name -Wl,
  /external/selinux/libselinux/src/
Makefile 92 LD_SONAME_FLAGS=-install_name,$(LIBSO)
  /external/capstone/
Makefile 264 $(LIBNAME)_LDFLAGS += -dynamiclib -install_name lib$(LIBNAME).$(VERSION_EXT) -current_version $(PKG_MAJOR).$(PKG_MINOR).$(PKG_EXTRA) -compatibility_version $(PKG_MAJOR).$(PKG_MINOR)
  /external/libcups/cups/
Makefile 333 -install_name $(libdir)/$@ \
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 500 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
527 -install_name $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) \
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 501 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
528 -install_name $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 500 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
527 -install_name $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 501 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
528 -install_name $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) \
    [all...]
  /build/soong/cc/
library.go 302 "-install_name @rpath/"+libName+flags.Toolchain.ShlibSuffix(),

Completed in 449 milliseconds