Home
last modified time | relevance | path

Searched refs:compatibility_version (Results 1 – 15 of 15) sorted by relevance

/external/icu4c/config/
Dmh-darwin32 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO…
34 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO…
/external/llvm/runtime/libprofile/
DMakefile31 -Wl,-compatibility_version -Wl,1
/external/llvm/tools/lto/
DMakefile38 -Wl,-compatibility_version -Wl,1
/external/e2fsprogs/lib/
DMakefile.darwin-lib26 $(Q) (cd pic; $(CC) -dynamiclib -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
/external/clang/tools/libclang/
DMakefile41 LLVMLibsOptions += -Wl,-compatibility_version,1
DCMakeLists.txt95 "-Wl,-compatibility_version -Wl,1 -Wl,-dead_strip")
/external/chromium_org/third_party/icu/source/config/
Dmh-darwin28 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO…
/external/llvm/tools/llvm-shlib/
DMakefile48 -Wl,-compatibility_version -Wl,1
/external/compiler-rt/make/
DAppleBI.mk59 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
/external/libpcap/
DMakefile.in123 -install_name $(libdir)/libpcap.0.dylib -compatibility_version `cat VERSION` \
/external/llvm/include/llvm/Support/
DMachO.h385 uint32_t compatibility_version; member
/external/chromium_org/chrome/
Dchrome_dll_bundle.gypi25 # -compatibility_version and -current_version.
/external/libvpx/libvpx/build/make/
DMakefile284 … -Wl,-headerpad_max_install_names,-compatibility_version,1.0,-current_version,$$(VERSION_MAJOR) \
/external/chromium_org/tools/gyp/pylib/gyp/
Dxcodeproj_file.py2829 compatibility_version = 'Xcode %s' % version
2831 compatibility_version)
/external/clang/include/clang/Driver/
DOptions.td289 def compatibility__version : JoinedOrSeparate<["-"], "compatibility_version">;