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

  /external/llvm/tools/lto/
Makefile 37 -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/chromium_org/third_party/icu/source/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/clang/tools/libclang/
Makefile 45 LLVMLibsOptions += -Wl,-compatibility_version,1
  /external/icu/icu4c/source/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/compiler-rt/make/
AppleBI.mk 63 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
139 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
  /external/lldb/lib/
Makefile 120 -Wl,-compatibility_version -Wl,1
  /external/llvm/tools/llvm-shlib/
Makefile 50 -Wl,-compatibility_version -Wl,1
  /external/chromium_org/tools/clang/scripts/
update.sh 423 -nodefaultlibs -current_version 1 -compatibility_version 1 \
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Makefile 313 -Wl,-headerpad_max_install_names,-compatibility_version,1.0,-current_version,$$(VERSION_MAJOR) \
  /external/libvpx/libvpx/build/make/
Makefile 294 -Wl,-headerpad_max_install_names,-compatibility_version,1.0,-current_version,$$(VERSION_MAJOR) \
  /external/llvm/tools/macho-dump/
macho-dump.cpp 338 << " ('compat_version, " << DLLC.dylib.compatibility_version << ")\n";
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile 294 -Wl,-headerpad_max_install_names,-compatibility_version,1.0,-current_version,$$(VERSION_MAJOR) \
  /external/llvm/include/llvm/Support/
MachO.h 629 uint32_t compatibility_version; member in struct:llvm::MachO::dylib
    [all...]
  /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...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 228 sys::swapByteOrder(C.dylib.compatibility_version);
    [all...]

Completed in 600 milliseconds