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

  /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.25/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 252 -compatibility_version 2.0.0 \
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 434 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/libvpx/libvpx/build/make/
Makefile 316 -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/libcups/cups/
Makefile 333 -compatibility_version 2.0.0 \
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 272 IO.mapRequired("compatibility_version", DylibStruct.compatibility_version);
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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...]
  /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/tools/llvm-objdump/
MachODump.cpp 581 << ((dl.dylib.compatibility_version >> 16) & 0xffff) << "."
582 << ((dl.dylib.compatibility_version >> 8) & 0xff) << "."
583 << (dl.dylib.compatibility_version & 0xff) << ",";
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c     [all...]

Completed in 970 milliseconds