Home
last modified time | relevance | path

Searched refs:darwin (Results 1 – 25 of 133) sorted by relevance

123456

/freebsd/contrib/ncurses/misc/
H A Dshlib101 system=darwin
114 system=darwin
129 .darwin*)
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/Unix/
H A DHost.inc40 // On darwin, we want to update the version to match that of the target.
41 std::string::size_type DarwinDashIdx = TargetTripleString.find("-darwin");
43 TargetTripleString.resize(DarwinDashIdx + strlen("-darwin"));
50 // Reset the OS to darwin as the OS version from `uname` doesn't use the
52 TargetTripleString += "-darwin";
/freebsd/crypto/libecc/scripts/
H A Dcrossrun.sh102 …ux-gnu aarch64-linux-gnu mipsel-linux-gnu i386-apple-darwin x86_64-apple-darwin x86_64h-apple-darw…
H A Dcrossbuild.sh279 …ux-gnu aarch64-linux-gnu mipsel-linux-gnu i386-apple-darwin x86_64-apple-darwin x86_64h-apple-darw…
306 …ux-gnu aarch64-linux-gnu mipsel-linux-gnu i386-apple-darwin x86_64-apple-darwin x86_64h-apple-darw…
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp66 enum OutputFormatTy { berkeley, sysv, darwin };
200 /// This is when used when @c OutputFormat is darwin and produces the same in getCommonSize()
201 /// output as darwin's size(1) -m output. in getCommonSize()
276 /// produces the same output as darwin's size(1) default output. in printDarwinSectionSizes()
357 // If OutputFormat is darwin and we have a MachOObjectFile print as darwin's
358 // size(1) -m output, else if OutputFormat is darwin and not a Mach-O object
361 if (OutputFormat == darwin && MachO) in printObjectSectionSizes()
364 // darwin's default berkeley format for Mach-O files. in printObjectSectionSizes()
565 else if (MachO && OutputFormat == darwin) in printFileSectionSizes()
75 enum OutputFormatTy { berkeley, sysv, darwin }; global() enumerator
[all...]
H A DOpts.td23 def l : F<"l", "When format is darwin, use long format to include addresses and offsets">, Group<gr…
29 def : F<"m", "Alias for --format">, Alias<format_EQ>, AliasArgs<["darwin"]>;
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_lib_m.m46 *-*-darwin*)
H A Dos_cflags.m436 darwin*|macosx*|rhapsody*)
H A Dntp_ipv6.m4190 *-*-darwin*)
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLogProperties.td11 …Desc<"Specify the options to 'plugin structured-data darwin-log enable' that should be applied whe…
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h30 namespace darwin {
148 mutable std::unique_ptr<tools::darwin::Lipo> Lipo;
149 mutable std::unique_ptr<tools::darwin::Dsymutil> Dsymutil;
150 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug;
H A DDarwin.cpp42 llvm::Triple::ArchType darwin::getArchTypeForMachOArchName(StringRef Str) { in getArchTypeForMachOArchName()
75 void darwin::setTripleTypeForMachOArchName(llvm::Triple &T, StringRef Str, in setTripleTypeForMachOArchName()
102 void darwin::Assembler::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()
170 void darwin::MachOTool::anchor() {} in anchor()
172 void darwin::MachOTool::AddMachOArch(const ArgList &Args, in AddMachOArch()
185 bool darwin::Linker::NeedsTempPath(const InputInfoList &Inputs) const { in NeedsTempPath()
219 void darwin::Linker::AddLinkArgs(Compilation &C, const ArgList &Args, in AddLinkArgs()
562 void darwin::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()
809 void darwin::StaticLibTool::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()
857 void darwin::Lipo::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A DOpts.td23 defm format : Eq<"format", "Specify output format: bsd (default), posix, sysv, darwin, just-symbols">, MetaVarName<"<format>">;
72 def : F<"m", "Alias for --format=darwin">, Alias<format_EQ>, AliasArgs<["darwin"]>;
H A Dllvm-nm.cpp88 enum OutputFormatTy { bsd, sysv, posix, darwin, just_symbols }; enumerator
791 (UndefinedOnly && MachO && OutputFormat != darwin)) && in printSymbolList()
828 if ((OutputFormat == darwin || FormatMachOasHex) && (MachO || Obj.isIR())) { in printSymbolList()
834 } else if (OutputFormat == bsd || (OutputFormat == darwin && !MachO)) { in printSymbolList()
2441 OutputFormat = darwin; in llvm_nm_main()
/freebsd/contrib/sendmail/cf/ostype/
H A Ddarwin.m413 VERSIONID(`$Id: darwin.m4,v 8.5 2013-11-22 20:51:15 ca Exp $')
/freebsd/contrib/unbound/contrib/android/
H A Dsetenv_android.sh43 THIS_HOST=darwin-x86_64
/freebsd/sys/contrib/openzfs/config/
H A Dax_count_cpus.m454 [[*darwin*]],[[CPU_COUNT=`sysctl -n hw.logicalcpu 2>/dev/null` || CPU_COUNT="0"]],dnl
75 …[[*darwin*]],[[CPU_COUNT=`system_profiler SPHardwareDataType 2>/dev/null | $EGREP -i -e 'number of…
H A Dconfig.rpath359 darwin* | rhapsody*)
540 darwin* | rhapsody*)
/freebsd/secure/libexec/sshd-session/
H A DMakefile16 sandbox-null.c sandbox-rlimit.c sandbox-systrace.c sandbox-darwin.c \
/freebsd/contrib/tcsh/
H A Ddot.tcshrc92 case darwin:
/freebsd/crypto/openssh/.github/
H A Dconfigs322 *-darwin*)
H A Dsetup_ci.sh19 *-darwin*)
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc76 // If this is darwin, it has some funky issues, try to solve them here. Some
/freebsd/contrib/sendmail/cf/cf/
H A DMakefile192 ${CFDIR}/ostype/darwin.m4 \
/freebsd/crypto/heimdal/
H A Dltmain.sh3770 *-darwin*)
5276 *-*-darwin*)
5669 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
7042 *-*-darwin*)
7319 darwin|linux|osf|windows|none)
7383 darwin)
7488 darwin)
7982 *-*-darwin*)

123456