Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/lib/Driver/
HDDarwinLdOptions.td125 def compatibility_version : Separate<["-"], "compatibility_version">,
136 MetaVarName<"<version>">, Alias<compatibility_version>;
/freebsd-11-stable/contrib/gcc/config/
HDt-slibgcc-darwin3 SHLIB_VERSTRING = -compatibility_version $(SHLIB_SOVERSION) -current_version $(SHLIB_SOVERSION).0
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
HDMachONormalizedFileBinaryReader.cpp447 f->compatVersion = read32(&dl->dylib.compatibility_version, isBig); in readBinary()
466 entry.compatVersion = read32(&dl->dylib.compatibility_version, isBig); in readBinary()
HDMachONormalizedFileBinaryWriter.cpp843 dc->dylib.compatibility_version = _file.compatVersion; in writeLoadCommands()
970 dc->dylib.compatibility_version = dep.compatVersion; in writeLoadCommands()
/freebsd-11-stable/contrib/serf/
HDSConstruct213 # for the current_version and compatibility_version options in the .dylib
215 # Unfortunately we can't set the .dylib compatibility_version option separately
/freebsd-11-stable/contrib/bmake/mk/
HDlib.mk185 -compatibility_version ${SHLIB_COMPATABILITY_VERSION} \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h606 uint32_t compatibility_version; member
1130 sys::swapByteOrder(d.dylib.compatibility_version); in swapStruct()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDMachOYAML.cpp311 IO.mapRequired("compatibility_version", DylibStruct.compatibility_version); in mapping()
/freebsd-11-stable/contrib/libpcap/
HDMakefile.in429 -compatibility_version $$COMPAT_VER \
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp1233 << ((dl.dylib.compatibility_version >> 16) & 0xffff) << "." in PrintDylibs()
1234 << ((dl.dylib.compatibility_version >> 8) & 0xff) << "." in PrintDylibs()
1235 << (dl.dylib.compatibility_version & 0xff) << ","; in PrintDylibs()
10012 if (dl.dylib.compatibility_version == 0xffffffff) in PrintDylibCommand()
10015 outs() << ((dl.dylib.compatibility_version >> 16) & 0xffff) << "." in PrintDylibCommand()
10016 << ((dl.dylib.compatibility_version >> 8) & 0xff) << "." in PrintDylibCommand()
10017 << (dl.dylib.compatibility_version & 0xff) << "\n"; in PrintDylibCommand()
/freebsd-11-stable/contrib/sqlite3/tea/tclconfig/
HDtcl.m41724 SHLIB_LD="${SHLIB_LD} -current_version ${vers:-0} -compatibility_version ${vers:-0}"
/freebsd-11-stable/contrib/dialog/
HDaclocal.m43639 …C} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $[@]` -compatibility_version ${ABI_VERS…
HDconfigure9880 …{CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERS…
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td534 def compatibility__version : JoinedOrSeparate<["-"], "compatibility_version">;
/freebsd-11-stable/contrib/ncurses/
HDaclocal.m45497 …C} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $[@]` -compatibility_version ${ABI_VERS…
/freebsd-11-stable/contrib/gcc/doc/
HDinvoke.texi447 -client_name -compatibility_version -current_version @gol
8133 @itemx -compatibility_version
8192 @opindex compatibility_version