Searched refs:darwin (Results 1 - 25 of 103) sorted by relevance

12345

/freebsd-11-stable/contrib/ncurses/misc/
H A Dshlib100 system=darwin
113 system=darwin
128 .darwin*)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DHost.inc37 // On darwin, we want to update the version to match that of the target.
38 std::string::size_type DarwinDashIdx = TargetTripleString.find("-darwin");
40 TargetTripleString.resize(DarwinDashIdx + strlen("-darwin"));
47 // Reset the OS to darwin as the OS version from `uname` doesn't use the
49 TargetTripleString += "-darwin";
H A DDynamicLibrary.inc75 // If this is darwin, it has some funky issues, try to solve them here. Some
H A DProcess.inc93 return Stats.size_in_use; // darwin
/freebsd-11-stable/crypto/openssl/
H A DMakefile.shared210 # Originally link_o.darwin produced .so, because it was hard-coded
213 # supplied shared libraries such as libz, so that link_o.darwin had
226 link_o.darwin:
240 link_a.darwin:
255 link_app.darwin: # is there run-path on darwin?
583 symlink.darwin:
604 link_o.darwin-shared: link_o.darwin
605 link_a.darwin
[all...]
H A Dconfig278 echo "ppc-apple-darwin${VERSION}"
281 echo "i686-apple-darwin${VERSION}"
548 ppc-apple-darwin*)
561 OUT="darwin-ppc-cc"
563 i?86-apple-darwin*)
576 OUT="darwin-i386-cc"
H A DMakefile.org621 case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin*-*-cc) \
652 case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin*-*-cc) \
H A DMakefile623 case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin*-*-cc) \
654 case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin*-*-cc) \
/freebsd-11-stable/contrib/libreadline/support/
H A Dshlib-install72 hpux*|darwin*|macosx*|linux*)
133 bsdi4*|*gnu*|darwin*|macosx*|k*bsd*-gnu)
H A Dshobj-conf145 darwin[89]*)
162 darwin*|macosx*)
174 darwin[789]*) SHOBJ_LDFLAGS=''
H A Dconfig.rpath279 darwin* | rhapsody*)
446 darwin* | rhapsody*)
/freebsd-11-stable/contrib/unbound/contrib/android/
H A Dsetenv_android.sh39 # Need to set THIS_HOST to darwin-x86_64, linux-x86_64,
42 if [[ "$(uname -s | grep -i -c darwin)" -ne 0 ]]; then
43 THIS_HOST=darwin-x86_64
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp38 enum OutputFormatTy { berkeley, sysv, darwin }; enumerator in enum:OutputFormatTy
43 clEnumVal(darwin, "Darwin -m format")),
50 clEnumValN(darwin, "m", "Darwin -m format")),
62 cl::desc("When format is darwin, use long format "
209 /// This is when used when @c OutputFormat is darwin and produces the same
210 /// output as darwin's size(1) -m output.
285 /// produces the same output as darwin's size(1) default output.
366 // If OutputFormat is darwin and we have a MachOObjectFile print as darwin's
367 // size(1) -m output, else if OutputFormat is darwin an
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.rpath50 darwin*)
289 darwin* | rhapsody*)
465 darwin* | rhapsody*)
/freebsd-11-stable/secure/usr.sbin/sshd/
H A DMakefile17 sandbox-null.c sandbox-rlimit.c sandbox-systrace.c sandbox-darwin.c \
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp35 llvm::Triple::ArchType darwin::getArchTypeForMachOArchName(StringRef Str) {
71 void darwin::setTripleTypeForMachOArchName(llvm::Triple &T, StringRef Str) {
86 void darwin::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
103 // If -fno-integrated-as is used add -Q to the darwin assembler driver to make
105 // Applicable to darwin11+ and Xcode 4+. darwin<10 lacked integrated-as.
153 void darwin::MachOTool::anchor() {}
155 void darwin::MachOTool::AddMachOArch(const ArgList &Args,
168 bool darwin::Linker::NeedsTempPath(const InputInfoList &Inputs) const {
202 void darwin::Linker::AddLinkArgs(Compilation &C, const ArgList &Args,
432 void darwin
[all...]
H A DDarwin.h27 namespace darwin { namespace in namespace:clang::driver::tools
55 : MachOTool("darwin::Assembler", "assembler", TC) {}
73 : MachOTool("darwin::Linker", "linker", TC, RF_FileList,
87 Lipo(const ToolChain &TC) : MachOTool("darwin::Lipo", "lipo", TC) {}
100 : MachOTool("darwin::Dsymutil", "dsymutil", TC) {}
114 : MachOTool("darwin::VerifyDebug", "dwarfdump", TC) {}
123 } // end namespace darwin
135 mutable std::unique_ptr<tools::darwin::Lipo> Lipo;
136 mutable std::unique_ptr<tools::darwin::Dsymutil> Dsymutil;
137 mutable std::unique_ptr<tools::darwin
[all...]
/freebsd-11-stable/contrib/binutils/
H A Dconfig.rpath279 darwin* | rhapsody*)
446 darwin* | rhapsody*)
H A Dltmain.sh1498 *-darwin*)
2785 *-*-darwin*)
3309 # -F/path gives path to uninstalled frameworks, gcc on darwin
4120 # systems (darwin). Don't bleat about dlopened modules though!
4223 *-*-darwin* )
4459 *-*-darwin*)
4729 darwin|linux|osf|windows|none)
4790 darwin)
4880 darwin)
5349 *-*-darwin*)
[all...]
/freebsd-11-stable/contrib/gdb/
H A Dltcf-c.sh178 darwin* | rhapsody*)
670 darwin* | rhapsody*)
H A Dltcf-cxx.sh712 darwin* | rhapsody*)
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-fpsave.asm43 #include "darwin-asm.h"
H A Ddarwin-tramp.asm36 #include "darwin-asm.h"
/freebsd-11-stable/contrib/dtc/
H A DMakefile36 ifeq ($(HOSTOS),darwin)
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp48 enum OutputFormatTy { bsd, sysv, posix, darwin }; enumerator in enum:__anon2852::OutputFormatTy
56 clEnumVal(darwin, "Darwin -m format")),
100 cl::opt<bool> DarwinFormat("m", cl::desc("Alias for --format=darwin"),
350 // the OutputFormat is darwin or we are printing Mach-O symbols in hex. For
351 // the darwin format it produces the same output as darwin's nm(1) -m output
353 // darwin's nm(1) -x format.
816 (UndefinedOnly && MachO && OutputFormat != darwin)) &&
848 // If OutputFormat is darwin or we are printing Mach-O symbols in hex and
849 // we have a MachOObjectFile, call darwinPrintSymbol to print as darwin'
[all...]

Completed in 162 milliseconds

12345