| /freebsd-13.1/share/mk/ |
| H A D | local.init.mk | 18 CFLAGS_LAST+= --sysroot=${SYSROOT} 19 CXXFLAGS_LAST+= --sysroot=${SYSROOT} 20 LDADD+= --sysroot=${SYSROOT}
|
| H A D | bsd.compat.mk | 149 --sysroot=${LIBCOMPATTMP} \
|
| /freebsd-13.1/sys/contrib/openzfs/contrib/dracut/90zfs/ |
| H A D | zfs-generator.sh.in | 47 mkdir -p "$GENERATOR_DIR"/sysroot.mount.d "$GENERATOR_DIR"/initrd-root-fs.target.requires "$GENERAT… 62 } > "$GENERATOR_DIR"/sysroot.mount.d/zfs-enhancement.conf 63 ln -fs ../sysroot.mount "$GENERATOR_DIR"/initrd-root-fs.target.requires/sysroot.mount
|
| H A D | mount-zfs.sh.in | 14 GENERATOR_FILE=/run/systemd/generator/sysroot.mount 15 GENERATOR_EXTENSION=/run/systemd/generator/sysroot.mount.d/zfs-enhancement.conf
|
| /freebsd-13.1/sys/contrib/libsodium/dist-build/ |
| H A D | android-build.sh | 59 --with-sysroot="${TOOLCHAIN_DIR}/sysroot" || exit 1 75 --with-sysroot="${TOOLCHAIN_DIR}/sysroot" || exit 1
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SourceModule.h | 22 ConstString sysroot; member
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitHeaderSearch.cpp | 56 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot) in InitHeaderSearch() argument 57 : Headers(HS), Verbose(verbose), IncludeSysroot(std::string(sysroot)), in InitHeaderSearch() 58 HasSysroot(!(sysroot.empty() || sysroot == "/")) {} in InitHeaderSearch()
|
| /freebsd-13.1/contrib/unbound/ |
| H A D | README-Travis.md | 69 …et, the OpenSSL triplet, the toolchain path, the tool variables, and the sysroot. The discussion b… 120 …s like `CC`, `CXX`, `AS` and `AR`; sets `CFLAGS` and `CXXFLAGS`; sets a `sysroot` so Android heade… 144 …ONFIG_PATH` is exported. `PKG_CONFIG_PATH` is the userland equivalent to sysroot, and allows Autot… 185 …et, the OpenSSL triplet, the toolchain path, the tool variables, and the sysroot. The discussion b… 221 …s like `CC`, `CXX`, `AS` and `AR`; sets `CFLAGS` and `CXXFLAGS`; sets a `sysroot` so iOS headers a… 246 `PKG_CONFIG_PATH` is an important variable. It is the userland equivalent to sysroot, and allows Au…
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | ScriptParser.cpp | 51 if (config->sysroot == "") in ScriptParser() 55 if (!sys::fs::equivalent(config->sysroot, path)) in ScriptParser() 290 StringRef path = (config->sysroot + s).toStringRef(pathData); in addFile() 294 setError("cannot find " + s + " inside " + config->sysroot); in addFile() 303 if (config->sysroot.empty()) in addFile() 306 driver->addFile(saver.save(config->sysroot + "/" + s.substr(1)), in addFile()
|
| H A D | DriverUtils.cpp | 217 path::append(s, config->sysroot, path1.substr(1), path2); in findFile()
|
| H A D | Config.h | 127 llvm::StringRef sysroot; member
|
| H A D | Options.td | 394 defm sysroot: Eq<"sysroot", "Set the system root">;
|
| H A D | Driver.cpp | 1140 config->sysroot = args.getLastArgValue(OPT_sysroot); in readConfigs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 350 SetCurrentPlatformSDKRoot (const char *sysroot);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 228 bool SetCurrentPlatformSDKRoot(const char *sysroot);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1505 bool SBDebugger::SetCurrentPlatformSDKRoot(const char *sysroot) { in SetCurrentPlatformSDKRoot() argument 1507 (const char *), sysroot); in SetCurrentPlatformSDKRoot() 1515 if (log && sysroot) in SetCurrentPlatformSDKRoot() 1517 sysroot); in SetCurrentPlatformSDKRoot() 1518 platform_sp->SetSDKRootDirectory(ConstString(sysroot)); in SetCurrentPlatformSDKRoot()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticDriverKinds.td | 344 def warn_missing_sysroot : Warning<"no such sysroot directory: '%0'">, 345 InGroup<DiagGroup<"missing-sysroot">>; 346 def warn_incompatible_sysroot : Warning<"using sysroot for '%0' but targeting '%1'">, 347 InGroup<DiagGroup<"incompatible-sysroot">>;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 256 auto sysroot_begin = llvm::sys::path::begin(module.sysroot.GetStringRef()); in AddModule() 257 auto sysroot_end = llvm::sys::path::end(module.sysroot.GetStringRef()); in AddModule()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Module.h | 512 void RegisterXcodeSDK(llvm::StringRef sdk, llvm::StringRef sysroot);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 826 const char *sysroot = in ParseXcodeSDK() local 834 module_sp->RegisterXcodeSDK(sdk, sysroot); in ParseXcodeSDK() 838 local_module_sp->RegisterXcodeSDK(sdk, sysroot); in ParseXcodeSDK() 1017 if (const char *sysroot = dwarf_cu->DIE().GetAttributeValueAsString( in ParseImportedModules() local 1019 module.sysroot = ConstString(sysroot); in ParseImportedModules()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 1615 void Module::RegisterXcodeSDK(llvm::StringRef sdk_name, llvm::StringRef sysroot) { in RegisterXcodeSDK() argument 1622 ConstString sysroot_cs(sysroot); in RegisterXcodeSDK()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.cpp | 411 StringRef sysroot = C.getSysRoot(); in AddLinkArgs() local 412 if (sysroot != "") { in AddLinkArgs() 414 CmdArgs.push_back(C.getArgs().MakeArgString(sysroot)); in AddLinkArgs()
|
| /freebsd-13.1/crypto/heimdal/ |
| H A D | ltmain.sh | 5638 -model|-arch|-isysroot|--sysroot) 5842 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
|
| /freebsd-13.1/contrib/llvm-project/ |
| H A D | FREEBSD-Xlist | 857 llvm/utils/sysroot.py
|
| /freebsd-13.1/contrib/openpam/m4/ |
| H A D | libtool.m4 | 1248 [AC_MSG_CHECKING([for sysroot]) 1249 AC_ARG_WITH([sysroot], 1250 [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], 1251 [Search for dependent libraries within DIR (or the compiler's sysroot 1261 lt_sysroot=`$CC --print-sysroot 2>/dev/null` 1271 AC_MSG_ERROR([The sysroot must be an absolute path.]) 7543 # Expand the sysroot to ease extracting the directories later.
|