Home
last modified time | relevance | path

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

12

/external/google-breakpad/src/common/mac/
Dmacho_id.cc202 identifier[8] = (dylib_cmd.dylib.compatibility_version >> 24) & 0xFF; in IDCommand()
203 identifier[9] = (dylib_cmd.dylib.compatibility_version >> 16) & 0xFF; in IDCommand()
204 identifier[10] = (dylib_cmd.dylib.compatibility_version >> 8) & 0xFF; in IDCommand()
205 identifier[11] = dylib_cmd.dylib.compatibility_version & 0xFF; in IDCommand()
/external/icu/icu4c/source/config/
Dmh-darwin34 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO…
36 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO…
/external/llvm/tools/llvm-shlib/
DCMakeLists.txt54 …" -compatibility_version 1 -current_version ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VER…
93 …" -compatibility_version 1 -current_version ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VER…
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dmacho-needed-libs.test25 compatibility_version: 65536
/external/llvm/tools/lto/
DCMakeLists.txt32 …" -compatibility_version 1 -current_version ${LTO_VERSION}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PA…
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-shlib/
DCMakeLists.txt65 …" -compatibility_version 1 -current_version ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VER…
104 …" -compatibility_version 1 -current_version ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VER…
/external/compiler-rt/make/
DAppleBI.mk63 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
139 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
DCMakeLists.txt32 …" -compatibility_version 1 -current_version ${LTO_VERSION}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PA…
/external/swiftshader/third_party/LLVM/runtime/libprofile/
DMakefile36 -Wl,-compatibility_version -Wl,1
/external/swiftshader/third_party/LLVM/tools/edis/
DMakefile42 -Wl,-compatibility_version -Wl,1
/external/capstone/packages/macports/devel/capstone/files/
Dpatch-Makefile.diff5 …ION_EXT) -current_version $(PKG_MAJOR).$(PKG_MINOR).$(PKG_EXTRA) -compatibility_version $(PKG_MAJO…
/external/swiftshader/third_party/LLVM/tools/lto/
DMakefile45 -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/libcxxabi/src/
DCMakeLists.txt95 "-compatibility_version 1"
102 "-compatibility_version 1"
/external/swiftshader/third_party/LLVM/tools/llvm-shlib/
DMakefile48 -Wl,-compatibility_version -Wl,1
/external/clang/tools/libclang/
DCMakeLists.txt107 set(LIBCLANG_LINK_FLAGS " -Wl,-compatibility_version -Wl,1")
/external/lz4/lib/
DMakefile66 …SONAME_FLAGS = -install_name $(libdir)/liblz4.$(SHARED_EXT_MAJOR) -compatibility_version $(LIBVER_…
/external/libunwind_llvm/src/
DCMakeLists.txt88 "-compatibility_version 1"
/external/libcups/filter/
DMakefile253 -compatibility_version 2.0.0 \
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h378 uint32_t compatibility_version; member
/external/deqp/framework/delibs/cmake/
Dtoolchain-ios.cmake55 set (CMAKE_C_OSX_COMPATIBILITY_VERSION_FLAG "-compatibility_version ")
/external/freetype/builds/cmake/
DiOS.cmake101 "-compatibility_version ")
/external/llvm/include/llvm/Support/
DMachO.h591 uint32_t compatibility_version; member
1091 sys::swapByteOrder(d.dylib.compatibility_version); in swapStruct()
/external/libvpx/libvpx/build/make/
DMakefile319 … -Wl,-headerpad_max_install_names,-compatibility_version,1.0,-current_version,$$(VERSION_MAJOR) \
/external/libcups/cups/
DMakefile335 -compatibility_version 2.0.0 \

12