Searched refs:sysroot (Results 1 - 25 of 37) sorted by relevance

12

/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DSourceModule.h22 ConstString sysroot; member in struct:lldb_private::SourceModule
/openbsd-current/gnu/gcc/gcc/
H A Dc-incpath.c126 add_standard_paths (const char *sysroot, const char *iprefix, argument
142 that iprefix and sysroot are mutually exclusive, for
144 if (sysroot && p->add_sysroot)
163 /* Should this directory start with the sysroot? */
164 if (sysroot && p->add_sysroot)
165 str = concat (sysroot, p->fname, NULL);
368 register_include_chains (cpp_reader *pfile, const char *sysroot, argument
388 target_c_incpath.extra_pre_includes (sysroot, iprefix, stdinc);
392 add_standard_paths (sysroot, iprefix, imultilib, cxx_stdinc);
394 target_c_incpath.extra_includes (sysroot, iprefi
[all...]
H A Dc-opts.c87 static const char *sysroot = TARGET_SYSTEM_ROOT; variable
844 sysroot = arg;
996 register_include_chains (parse_in, sysroot, iprefix, imultilib,
H A Dfix-header.c86 TARGET_EXTRA_INCLUDES (const char *sysroot ATTRIBUTE_UNUSED,
95 TARGET_EXTRA_PRE_INCLUDES (const char *sysroot ATTRIBUTE_UNUSED,
671 register_include_chains (scan_in, NULL /* sysroot */, NULL /* iprefix */,
/openbsd-current/gnu/gcc/gcc/config/
H A Ddarwin-c.c468 darwin_register_objc_includes (const char *sysroot, const char *iprefix, argument
488 if (iprefix && (len = cpp_GCC_INCLUDE_DIR_len) != 0 && !sysroot
496 /* Should this directory start with the sysroot? */
497 if (sysroot)
498 str = concat (sysroot, fname, NULL);
512 darwin_register_frameworks (const char *sysroot, argument
523 if (sysroot)
524 str = concat (sysroot, xstrdup (framework_defaults [i]), NULL);
/openbsd-current/regress/usr.bin/pkg-config/
H A DMakefile49 sysroot-cflags \
50 sysroot-libs \
386 @echo "[${PKG_CONFIG}] [--exists] [sysroot >= 0.0.0]" > ${WANT}
388 @PKG_CONFIG_LOG=${GOT} ${PCONFIG} --exists "sysroot >= 0.0.0"
391 sysroot-cflags:
394 @PKG_CONFIG_SYSROOT_DIR=/altroot ${PCONFIG} --cflags sysroot > ${GOT}
397 sysroot-libs:
400 @PKG_CONFIG_SYSROOT_DIR=/altroot ${PCONFIG} --libs sysroot > ${GOT}
606 @${VPCONFIG} --variable prefix sysroot
613 --cflags sysroot
[all...]
/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBPlatform.i181 SetSDKRoot(const char *sysroot);
H A DSBDebugger.i374 SetCurrentPlatformSDKRoot (const char *sysroot);
/openbsd-current/libexec/tradcpp/
H A Dmain.c351 static const char *sysroot; variable
383 sysroot = dir;
452 if (sysroot != NULL) {
453 t = dostrdup3(sysroot, "/", CONFIG_LOCALINCLUDE);
462 if (sysroot != NULL) {
463 t = dostrdup3(sysroot, "/", CONFIG_SYSTEMINCLUDE);
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBPlatform.h140 void SetSDKRoot(const char *sysroot);
H A DSBDebugger.h256 bool SetCurrentPlatformSDKRoot(const char *sysroot);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp199 if (ConstString sysroot = GetSDKRootDirectory())
200 emulator_env["QEMU_LD_PREFIX"] = sysroot.GetStringRef().str();
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcppinit.c533 CPP_OPTION (pfile, sysroot) = cpp_SYSROOT;
819 that iprefix and sysroot are mutually exclusive, for
821 if (p->add_sysroot && CPP_OPTION (pfile, sysroot)
822 && *(CPP_OPTION (pfile, sysroot)))
853 /* Should this dir start with the sysroot? */
854 if (p->add_sysroot && CPP_OPTION (pfile, sysroot)
855 && *(CPP_OPTION (pfile, sysroot)))
856 str = concat (CPP_OPTION (pfile, sysroot), p->fname, NULL);
1351 CPP_OPTION (pfile, sysroot) = arg;
H A Dcpplib.h245 const char *sysroot; member in struct:cpp_options
/openbsd-current/gnu/llvm/llvm/utils/crosstool/ARM/
H A Dbuild-install-linux.sh184 --with-sysroot=${SYSROOT}
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp58 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot) argument
59 : Headers(HS), Verbose(verbose), IncludeSysroot(std::string(sysroot)),
60 HasSysroot(!(sysroot.empty() || sysroot == "/")) {}
62 /// Add the specified path to the specified group list, prefixing the sysroot
69 /// sysroot remapping.
126 // Add the path with sysroot prepended, if desired and this is a system header
278 // <sysroot>/<triple>/include
/openbsd-current/gnu/usr.bin/perl/ext/Errno/
H A DErrno_pm.PL111 # When cross-compiling we may store a path for gcc's "sysroot" option:
112 my $sysroot = $Config{sysroot} || '';
118 "$sysroot/usr/include", "$sysroot/usr/local/include",
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp488 void SBPlatform::SetSDKRoot(const char *sysroot) { argument
489 LLDB_INSTRUMENT_VA(this, sysroot);
491 platform_sp->SetSDKRootDirectory(ConstString(sysroot));
H A DSBDebugger.cpp1514 bool SBDebugger::SetCurrentPlatformSDKRoot(const char *sysroot) { argument
1515 LLDB_INSTRUMENT_VA(this, sysroot);
1518 platform.SetSDKRoot(sysroot);
/openbsd-current/gnu/llvm/lld/ELF/
H A DScriptParser.cpp52 if (config->sysroot == "")
56 if (!sys::fs::equivalent(config->sysroot, path))
136 // True if a script being read is in the --sysroot directory.
295 StringRef path = (config->sysroot + s).toStringRef(pathData);
299 setError("cannot find " + s + " inside " + config->sysroot);
307 // Case 2: relative to the sysroot.
308 if (config->sysroot.empty())
311 ctx.driver.addFile(saver().save(config->sysroot + "/" + s.substr(1)),
H A DDriverUtils.cpp212 // starts with "=", the character is replaced with a --sysroot value.
217 path::append(s, config->sysroot, path1.substr(1), path2);
H A DConfig.h165 llvm::StringRef sysroot; member in struct:lld::elf::Config
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h544 /// \param sysroot will be added to the path remapping dictionary.
545 void RegisterXcodeSDK(llvm::StringRef sdk, llvm::StringRef sysroot);
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp316 auto sysroot_begin = llvm::sys::path::begin(module.sysroot.GetStringRef());
317 auto sysroot_end = llvm::sys::path::end(module.sysroot.GetStringRef());
322 // No need to inject search paths to modules in the sysroot.
/openbsd-current/gnu/usr.bin/perl/
H A DConfigure326 sysroot=''
2454 : Set 'sysroot' to change the logical root directory to your headers and libraries see man gcc
2456 if test "X$sysroot" = X; then
2457 sysroot=""
2461 echo "Using $sysroot to find your headers and libraries, adding to ccflags"
2462 # _sysroot is used in places where we need --sysroot=foo
2464 _sysroot="--sysroot=$sysroot";
2466 *sysroot*) ;;
2471 *sysroot*) ;;
[all...]

Completed in 449 milliseconds

12