/external/llvm/runtime/libprofile/ |
Makefile | 31 -Wl,-compatibility_version -Wl,1
|
/external/e2fsprogs/lib/ |
Makefile.darwin-lib | 26 $(Q) (cd pic; $(CC) -dynamiclib -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
|
/external/clang/tools/libclang/ |
Makefile | 41 LLVMLibsOptions += -Wl,-compatibility_version,1
|
/external/icu4c/config/ |
mh-darwin | 32 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(libdir)/$(notdir $(MIDDLE_SO_TARGET)) 34 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(notdir $(MIDDLE_SO_TARGET))
|
/external/llvm/tools/lto/ |
Makefile | 38 -Wl,-compatibility_version -Wl,1
|
/external/chromium_org/third_party/icu/source/config/ |
mh-darwin | 28 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(notdir $(MIDDLE_SO_TARGET))
|
/external/llvm/tools/llvm-shlib/ |
Makefile | 48 -Wl,-compatibility_version -Wl,1
|
/external/compiler-rt/make/ |
AppleBI.mk | 59 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
|
/external/libvpx/libvpx/build/make/ |
Makefile | 284 -Wl,-headerpad_max_install_names,-compatibility_version,1.0,-current_version,$$(VERSION_MAJOR) \
|
/external/llvm/include/llvm/Support/ |
MachO.h | 385 uint32_t compatibility_version; member in struct:llvm::MachO::dylib
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
xcodeproj_file.py | [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); \ 528 -compatibility_version $(VERSION) \ [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); \ 529 -compatibility_version $(VERSION) \ [all...] |