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

1 2

  /external/swiftshader/third_party/LLVM/runtime/libprofile/
Makefile 36 -Wl,-compatibility_version -Wl,1
  /external/swiftshader/third_party/LLVM/tools/edis/
Makefile 42 -Wl,-compatibility_version -Wl,1
  /external/swiftshader/third_party/LLVM/tools/lto/
Makefile 45 -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/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/google-breakpad/src/common/mac/
macho_id.cc 202 identifier[8] = (dylib_cmd.dylib.compatibility_version >> 24) & 0xFF;
203 identifier[9] = (dylib_cmd.dylib.compatibility_version >> 16) & 0xFF;
204 identifier[10] = (dylib_cmd.dylib.compatibility_version >> 8) & 0xFF;
205 identifier[11] = dylib_cmd.dylib.compatibility_version & 0xFF;
  /external/compiler-rt/make/
AppleBI.mk 63 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
139 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
  /external/swiftshader/third_party/LLVM/tools/llvm-shlib/
Makefile 48 -Wl,-compatibility_version -Wl,1
  /toolchain/binutils/binutils-2.27/include/mach-o/
external.h 202 unsigned char compatibility_version[4]; member in struct:mach_o_dylib_command_external
  /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 253 -compatibility_version 2.0.0 \
  /toolchain/binutils/binutils-2.27/bfd/
mach-o.h 439 unsigned long compatibility_version; /* Library's compatibility vers number. */ member in struct:bfd_mach_o_dylib_command
mach-o.c 656 ody->compatibility_version = idy->compatibility_version;
    [all...]
  /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 335 -compatibility_version 2.0.0 \
  /external/libvpx/libvpx/build/make/
Makefile 318 -Wl,-headerpad_max_install_names,-compatibility_version,1.0,-current_version,$$(VERSION_MAJOR) \
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 378 uint32_t compatibility_version; member in struct:llvm::MachO::dylib
  /external/llvm/include/llvm/Support/
MachO.h 591 uint32_t compatibility_version; member in struct:llvm::MachO::dylib
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MachO.h 592 uint32_t compatibility_version; member in struct:llvm::MachO::dylib
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 608 uint32_t compatibility_version; member in struct:llvm::MachO::dylib
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
MachO.h 596 uint32_t compatibility_version; member in struct:llvm::MachO::dylib
1115 sys::swapByteOrder(d.dylib.compatibility_version);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
MachO.h 596 uint32_t compatibility_version; member in struct:llvm::MachO::dylib
1115 sys::swapByteOrder(d.dylib.compatibility_version);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
MachO.h 597 uint32_t compatibility_version; member in struct:llvm::MachO::dylib
1116 sys::swapByteOrder(d.dylib.compatibility_version);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
MachO.h 597 uint32_t compatibility_version; member in struct:llvm::MachO::dylib
1116 sys::swapByteOrder(d.dylib.compatibility_version);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
MachO.h 597 uint32_t compatibility_version; member in struct:llvm::MachO::dylib
1116 sys::swapByteOrder(d.dylib.compatibility_version);
    [all...]

Completed in 645 milliseconds

1 2