Searched refs:compatibility_version (Results 1 – 16 of 16) sorted by relevance
125 def compatibility_version : Separate<["-"], "compatibility_version">,136 MetaVarName<"<version>">, Alias<compatibility_version>;
3 SHLIB_VERSTRING = -compatibility_version $(SHLIB_SOVERSION) -current_version $(SHLIB_SOVERSION).0
447 f->compatVersion = read32(&dl->dylib.compatibility_version, isBig); in readBinary()466 entry.compatVersion = read32(&dl->dylib.compatibility_version, isBig); in readBinary()
843 dc->dylib.compatibility_version = _file.compatVersion; in writeLoadCommands()970 dc->dylib.compatibility_version = dep.compatVersion; in writeLoadCommands()
213 # for the current_version and compatibility_version options in the .dylib215 # Unfortunately we can't set the .dylib compatibility_version option separately
185 -compatibility_version ${SHLIB_COMPATABILITY_VERSION} \
606 uint32_t compatibility_version; member1130 sys::swapByteOrder(d.dylib.compatibility_version); in swapStruct()
311 IO.mapRequired("compatibility_version", DylibStruct.compatibility_version); in mapping()
429 -compatibility_version $$COMPAT_VER \
1233 << ((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()
1724 SHLIB_LD="${SHLIB_LD} -current_version ${vers:-0} -compatibility_version ${vers:-0}"
3639 …C} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $[@]` -compatibility_version ${ABI_VERS…
9880 …{CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERS…
534 def compatibility__version : JoinedOrSeparate<["-"], "compatibility_version">;
5497 …C} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $[@]` -compatibility_version ${ABI_VERS…
447 -client_name -compatibility_version -current_version @gol8133 @itemx -compatibility_version8192 @opindex compatibility_version