/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | XcodeSDK.h | 45 /// A parsed SDK directory name. 61 /// Initialize an XcodeSDK object with an SDK name. The SDK name is the last 63 /// parameter. For example, "MacOSX.10.14.sdk". in GetAnyMacOS() 65 static XcodeSDK GetAnyMacOS() { return XcodeSDK("MacOSX.sdk"); } 68 /// 1. SDK with the higher SDKType wins. 69 /// 2. The newer SDK wins. 76 /// Return parsed SDK type and version number. 82 /// Whether this Xcode SDK supports Swift. 85 /// Whether LLDB feels confident importing Clang modules from this SDK [all...] |
/freebsd/sys/contrib/libsodium/dist-build/ |
H A D | ios.sh | 28 export SDK="${BASEDIR}/SDKs/iPhoneSimulator.sdk" 31 export CFLAGS="-O2 -arch i386 -isysroot ${SDK} -mios-simulator-version-min=${IOS_SIMULATOR_VERSION_… 32 export LDFLAGS="-arch i386 -isysroot ${SDK} -mios-simulator-version-min=${IOS_SIMULATOR_VERSION_MIN… 54 export CFLAGS="-O2 -arch x86_64 -isysroot ${SDK} -mios-simulator-version-min=${IOS_SIMULATOR_VERSIO… 55 export LDFLAGS="-arch x86_64 -isysroot ${SDK} -mios-simulator-version-min=${IOS_SIMULATOR_VERSION_M… 69 export SDK="${BASEDIR}/SDKs/iPhoneOS.sdk" 72 export CFLAGS="-fembed-bitcode -O2 -mthumb -arch armv7 -isysroot ${SDK} -mios-version-min=${IOS_VER… 73 export LDFLAGS="-fembed-bitcode -mthumb -arch armv7 -isysroot ${SDK} -mios-version-min=${IOS_VERSIO… 85 export CFLAGS="-fembed-bitcode -O2 -mthumb -arch armv7s -isysroot ${SDK} -mios-version-min=${IOS_VE… 86 export LDFLAGS="-fembed-bitcode -mthumb -arch armv7s -isysroot ${SDK} -mios-version-min=${IOS_VERSI… [all …]
|
/freebsd/contrib/unbound/contrib/android/ |
H A D | install_ndk.sh | 5 echo "SDK root is $ANDROID_SDK_ROOT" 18 echo "Downloading SDK" 19 if ! curl -L -k -s -o "$HOME/android-sdk.zip" https://dl.google.com/android/repository/commandlinet… 21 echo "Failed to download SDK" 32 echo "Unpacking SDK to $ANDROID_SDK_ROOT" 33 if ! unzip -qq "$HOME/android-sdk.zip" -d "$ANDROID_SDK_ROOT"; 35 echo "Failed to unpack SDK" 52 rm -f "$HOME/android-sdk.zip" 58 echo "Finished installing SDK and NDK"
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.windows.md | 14 Npcap and WinPcap SDK 18 software development kit (SDK) or WinPcap and its software development 29 Npcap and its SDK can be downloaded from its home page: 33 The SDK is a ZIP archive; create a folder on your C: drive, e.g. 34 C:\npcap-sdk, and put the contents of the ZIP archive into that folder. 134 the Npcap or WinPcap SDK is installed. 143 -DPacket_ROOT={path-to-sdk} 145 where {path-to-sdk} is the path of the directory containing the Npcap or 146 WinPcap SDK. Note that backslashes in the path must be specified as two 159 the Npcap or WinPcap SDK is installed. [all …]
|
/freebsd/contrib/libfido2/windows/ |
H A D | release.ps1 | 11 $SDK = '143' variable 24 "${OUTPUT}/pkg/${InstallPrefix}/${Config}/v${SDK}/${Type}" 54 Copy-Item "${SRC}\${LIBCBOR}\src\cbor.dir\${Config}\vc${SDK}.pdb" ` in Package-PDBs() 56 Copy-Item "${SRC}\${ZLIB}\zlib.dir\${Config}\vc${SDK}.pdb" ` in Package-PDBs() 58 Copy-Item "${SRC}\src\fido2_shared.dir\${Config}\vc${SDK}.pdb" ` in Package-PDBs() 88 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\dynamic" 90 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\dynamic" 92 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\dynamic" 94 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\static" 96 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\static"
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_filter_xz.c | 261 * lzma of LZMA SDK has options to change those parameters. in lzma_bidder_bid() 284 * 1 << 12(4KiB) which the lzma of LZMA SDK uses with option in lzma_bidder_bid() 287 * NOTE: A comment of LZMA SDK source code says this dictionary in lzma_bidder_bid() 291 case 0x00001000:/* lzma of LZMA SDK option -d12. */ in lzma_bidder_bid() 292 case 0x00002000:/* lzma of LZMA SDK option -d13. */ in lzma_bidder_bid() 293 case 0x00004000:/* lzma of LZMA SDK option -d14. */ in lzma_bidder_bid() 294 case 0x00008000:/* lzma of LZMA SDK option -d15. */ in lzma_bidder_bid() 296 * lzma of LZMA SDK option -d16. */ in lzma_bidder_bid() 297 case 0x00020000:/* lzma of LZMA SDK option -d17. */ in lzma_bidder_bid() 298 case 0x00040000:/* lzma of LZMA SDK option -d18. */ in lzma_bidder_bid() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | XcodeSDK.cpp | 48 llvm_unreachable("Unhandled sdk type!"); in XcodeSDK() 57 m_name += ".sdk"; 91 "New SDK type was added, update this list!"); in ParseSDKVersion() 156 // The "bigger" SDK always wins. in Merge() 163 if (llvm::StringRef(m_name).ends_with(".sdk")) in GetCanonicalName() 166 m_name.substr(0, m_name.size() - 3) + std::string("Internal.sdk"); in GetCanonicalName() 269 XcodeSDK sdk(last_path_component.GetStringRef().str()); in GetSDKTypeForTriple() 270 if (sdk.GetType() != desired_type) in GetSDKTypeForTriple() 272 return SDKSupportsModules(sdk.GetType(), sdk in GetSDKTypeForTriple() 250 XcodeSDK sdk(last_path_component.GetStringRef().str()); SDKSupportsModules() local [all...] |
/freebsd/crypto/openssl/Configurations/ |
H A D | 15-ios.conf | 20 CC => "xcrun -sdk iphoneos cc", 27 CC => "xcrun -sdk iphoneos cc", 35 CC => "xcrun -sdk iphonesimulator cc", 41 # CROSS_SDK=iPhoneOSx.y.sdk 48 # CROSS_SDK=iPhoneOS.sdk
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | via-mont.pl | 26 # OpenSSL 0.9.9. "Hardware VIA SDK" refers to padlock_pmm routine from 27 # Padlock SDK 2.0.1 available for download from VIA, which naturally 34 # rsa 512 bits 0.006136s 0.000201s 163.0 4974.5 hardware VIA SDK 39 # rsa 1024 bits 0.012136s 0.000260s 82.4 3844.5 hardware VIA SDK 44 # rsa 2048 bits 0.030833s 0.000976s 32.4 1025.1 hardware VIA SDK 49 # rsa 4096 bits 0.233953s 0.003274s 4.3 305.4 hardware VIA SDK 54 # dsa 512 bits 0.001902s 0.002247s 525.6 444.9 hardware VIA SDK 59 # dsa 1024 bits 0.002397s 0.002823s 417.1 354.3 hardware VIA SDK 64 # dsa 2048 bits 0.009542s 0.011763s 104.8 85.0 hardware VIA SDK 80 # - VIA SDK leaves a *lot* of room for improvement (which this [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Darwin.cpp | 1209 // specified SDK path. in AddLinkARCArgs() 1364 // Assume SDK has path: SOME_PATH/SDKs/PlatformXX.YY.sdk in getSDKName() 1368 StringRef SDK = *IT; in getSDKName() local 1369 if (SDK.ends_with(".sdk")) in getSDKName() 1370 return SDK.slice(0, SDK.size() - 4); in getSDKName() 1590 // it never went into the SDK. in AddLinkRuntimeLibArgs() 1601 /// If the macOS SDK version is the same or earlier than the system version, 1602 /// then the SDK version is returned. Otherwise the system version is returned. 1635 /// The OS was inferred from the SDK. 1819 /// the SDK path itself. Only works for values that were created by inferring [all …]
|
H A D | MSVC.cpp | 100 // cl.exe doesn't find the DIA SDK automatically, so this too requires in ConstructJob() 101 // explicit flags and doesn't automatically look in "DIA SDK" relative in ConstructJob() 105 llvm::sys::path::append(DIAPath, "DIA SDK"); in ConstructJob() 107 // The DIA SDK always uses the legacy vc arch, even in new MSVC versions. in ConstructJob() 535 // Find the most recent version of Universal CRT or Windows 10 SDK. 539 // Gets the library path required to link against the Windows SDK. 672 // Add DIA SDK include if requested. in AddClangSystemIncludeArgs() 675 // cl.exe doesn't find the DIA SDK automatically, so this too requires in AddClangSystemIncludeArgs() 676 // explicit flags and doesn't automatically look in "DIA SDK" relative in AddClangSystemIncludeArgs() 680 llvm::sys::path::append(DIASDKPath, "DIA SDK"); in AddClangSystemIncludeArgs()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/ |
H A D | llvm-tli-checker.cpp | 1 //===-- llvm-tli-checker.cpp - Compare TargetLibraryInfo to SDK libraries -===// 266 "LLVM TargetLibraryInfo versus SDK checker"); in main() 338 outs() << Indicator[Which] << " TLI " << YesNo[TLIHas] << " SDK " in main() 348 outs() << "<< Total TLI yes SDK no: " << TLIdoesSDKdoesnt in main() 349 << "\n>> Total TLI no SDK yes: " << TLIdoesntSDKdoes in main() 350 << "\n== Total TLI yes SDK yes: " << TLIandSDKboth; in main() 360 outs() << "PASS: LLVM TLI matched SDK libraries successfully.\n"; in main() 362 outs() << "FAIL: LLVM TLI doesn't match SDK libraries.\n"; in main()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DarwinSDKInfo.h | 1 //===--- DarwinSDKInfo.h - SDK Information parser for darwin ----*- C++ -*-===// 28 /// The information about the darwin SDK that was used during this compilation. 32 /// to the version map in the SDK. 188 /// Parse the SDK information from the SDKSettings.json file. 191 /// the SDK has no SDKSettings.json, or a valid \c DarwinSDKInfo otherwise.
|
/freebsd/contrib/unbound/contrib/ios/ |
H A D | setenv_ios.sh | 15 # In the past we could mostly infer arch or cpu from the SDK (and 153 # XCODE_DEVELOPER_SDK is the SDK location. 158 echo " Is the SDK supported by Xcode and installed?" 174 # XCODE_SDK is the SDK name/version being used - adjust the list as appropriate. 180 if [ -d "$XCODE_DEVELOPER_SDK/Developer/SDKs/$IOS_SDK$i.sdk" ]; then 181 XCODE_SDK="$IOS_SDK$i.sdk" 188 echo "ERROR: unable to find a SDK."
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_compat_lzma.c | 68 # Use lzma command of LZMA SDK with option -d12. 71 zcmd=lzmasdk # Change this path to use lzma of LZMA SDK. 91 * LZMA SDK. 149 /* This sample has been made by lzma of LZMA SDK with in DEFINE_TEST()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | HostInfoBase.h | 134 /// Return the directory containing something like a SDK (reused for Swift). 136 return llvm::make_error<HostInfoError>("cannot determine SDK root"); in GetSDKRoot() 139 /// Return the path to a specific tool in the specified Xcode SDK. 140 static llvm::Expected<llvm::StringRef> FindSDKTool(XcodeSDK sdk, in FindSDKTool() argument
|
/freebsd/release/ |
H A D | Makefile.gce | 39 . if !exists(${PORTSDIR}/net/google-cloud-sdk/Makefile) 43 env ASSUME_ALWAYS_YES=yes pkg install -y net/google-cloud-sdk \ 46 env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/net/google-cloud-sdk \
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/ |
H A D | k210-rst.h | 11 * Taken from Kendryte SDK (kendryte-standalone-sdk).
|
/freebsd/contrib/unbound/ |
H A D | README-Travis.md | 69 … several reasons. The testing requires installation of the Android NDK and SDK, it requires a cros… 88 - ANDROID_SDK_ROOT="$HOME/android-sdk" 94 …OOT` and `ANDROID_SDK_ROOT`. This is an important step because the NDK and SDK use the variables i… 114 …SDK. This step is handled in by the script `contrib/android/install_ndk.sh`. The script uses `ANDR… 116 If you are working from a developer machine you probably already have a NDK and SDK installed.
|
/freebsd/contrib/ldns/ |
H A D | README-Travis.md | 65 … several reasons. The testing requires installation of the Android NDK and SDK, it requires a cros… 84 - ANDROID_SDK_ROOT="$HOME/android-sdk" 90 …OOT` and `ANDROID_SDK_ROOT`. This is an important step because the NDK and SDK use the variables i… 110 …SDK. This step is handled in by the script `contrib/android/install_ndk.sh`. The script uses `ANDR… 112 If you are working from a developer machine you probably already have a NDK and SDK installed.
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupPlatform.cpp | 78 "Specify the initial SDK version to use prior to connecting."}, 81 "Specify the initial SDK build number."}, 83 nullptr, {}, 0, eArgTypeFilename, "Specify the SDK root directory "
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | Utils.h | 40 /// Xcode.app/Contents/Developer path from an SDK path. 42 // Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk in guessDeveloperDir() 45 if (it == end || !it->ends_with(".sdk")) in guessDeveloperDir()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 867 if (BVC.sdk) in printMachOVersionMin() 868 W.printString("SDK", MachOObjectFile::getVersionString(BVC.sdk)); in printMachOVersionMin() 870 W.printString("SDK", StringRef("n/a")); in printMachOVersionMin() 884 SmallString<32> SDK; in printMachOVersionMin() 885 if (VMC.sdk == 0) in printMachOVersionMin() 886 SDK = "n/a"; in printMachOVersionMin() 888 SDK = utostr(MachOObjectFile::getVersionMinMajor(VMC, true)) + "." + in printMachOVersionMin() 892 SDK += "." + utostr(MachOObjectFile::getVersionMinUpdate(VMC, true)); in printMachOVersionMin() 894 W.printString("SDK", SD in printMachOVersionMin() 882 SmallString<32> SDK; printMachOVersionMin() local [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | MachO.h | 774 getVersionMinMajor(MachO::version_min_command &C, bool SDK) { in getVersionMinMajor() argument 775 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version; in getVersionMinMajor() 780 getVersionMinMinor(MachO::version_min_command &C, bool SDK) { in getVersionMinMinor() argument 781 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version; in getVersionMinMinor() 786 getVersionMinUpdate(MachO::version_min_command &C, bool SDK) { in getVersionMinUpdate() argument 787 uint32_t VersionOrSDK = (SDK) ? C.sdk : C.version; in getVersionMinUpdate()
|
/freebsd/sys/arm/allwinner/ |
H A D | a10_ahci.c | 27 * platform driver in the Allwinner SDK from Allwinner Technology Co., Ltd. 56 * SDK Allwinner releases. 173 * seems to be the case based on Linux SDK #defines. Maybe this in ahci_a10_phy_reset() 270 * Magical values from Allwinner SDK, setup the DMA before start in ahci_a10_ch_start()
|