| /freebsd/contrib/ncurses/misc/ |
| H A D | shlib | 101 system=darwin 114 system=darwin 129 .darwin*)
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/Unix/ |
| H A D | Host.inc | 40 // 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 D | crossrun.sh | 102 …ux-gnu aarch64-linux-gnu mipsel-linux-gnu i386-apple-darwin x86_64-apple-darwin x86_64h-apple-darw…
|
| H A D | crossbuild.sh | 279 …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 D | llvm-size.cpp | 70 enum OutputFormatTy { berkeley, sysv, darwin }; enumerator 365 if (OutputFormat == darwin && MachO) in printObjectSectionSizes() 568 else if (MachO && OutputFormat == darwin) in printFileSectionSizes() 571 if (!MachO && OutputFormat == darwin) in printFileSectionSizes() 602 else if (MachO && OutputFormat == darwin) { in printFileSectionSizes() 641 else if (MachO && OutputFormat == darwin) in printFileSectionSizes() 693 else if (MachO && OutputFormat == darwin) { in printFileSectionSizes() 728 else if (MachO && OutputFormat == darwin) in printFileSectionSizes() 768 else if (MachO && OutputFormat == darwin) { in printFileSectionSizes() 805 else if (MachO && OutputFormat == darwin) in printFileSectionSizes() [all …]
|
| H A D | Opts.td | 23 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/crypto/krb5/src/config/ |
| H A D | lib.in | 55 darwin.exports: $(SHLIB_EXPORT_FILE) Makefile 56 sed > darwin-exports.tmp < $(SHLIB_EXPORT_FILE) "s/^/_/" 57 $(MV) darwin-exports.tmp darwin.exports 121 $(RM) binutils.versions osf1.exports darwin.exports hpux.exports
|
| H A D | libnover.in | 76 darwin.exports: $(SHLIB_EXPORT_FILE) Makefile 77 $(RM) darwin.exports 78 sed "s/^/_/" < $(SHLIB_EXPORT_FILE) > darwin.exports 104 $(RM) binutils.versions osf1.exports darwin.exports hpux.exports
|
| H A D | shlib.conf | 207 *-*-darwin* | *-*-rhapsody*) 213 SHLIB_EXPORT_FILE_DEP=darwin.exports
|
| /freebsd/contrib/ntp/sntp/m4/ |
| H A D | ntp_lib_m.m4 | 6 *-*-darwin*)
|
| H A D | os_cflags.m4 | 36 darwin*|macosx*|rhapsody*)
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLogProperties.td | 11 …Desc<"Specify the options to 'plugin structured-data darwin-log enable' that should be applied whe…
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | Opts.td | 23 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"]>;
|
| /freebsd/contrib/sendmail/cf/ostype/ |
| H A D | darwin.m4 | 13 VERSIONID(`$Id: darwin.m4,v 8.5 2013-11-22 20:51:15 ca Exp $')
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.h | 31 namespace darwin { 154 mutable std::unique_ptr<tools::darwin::Lipo> Lipo; 155 mutable std::unique_ptr<tools::darwin::Dsymutil> Dsymutil; 156 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug;
|
| H A D | Darwin.cpp | 40 llvm::Triple::ArchType darwin::getArchTypeForMachOArchName(StringRef Str) { in getArchTypeForMachOArchName() 73 void darwin::setTripleTypeForMachOArchName(llvm::Triple &T, StringRef Str, in setTripleTypeForMachOArchName() 100 void darwin::Assembler::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 168 void darwin::MachOTool::anchor() {} in anchor() 170 void darwin::MachOTool::AddMachOArch(const ArgList &Args, in AddMachOArch() 183 bool darwin::Linker::NeedsTempPath(const InputInfoList &Inputs) const { in NeedsTempPath() 217 void darwin::Linker::AddLinkArgs(Compilation &C, const ArgList &Args, in AddLinkArgs() 571 void darwin::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 831 void darwin::StaticLibTool::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 879 void darwin::Lipo::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() [all …]
|
| /freebsd/contrib/unbound/contrib/android/ |
| H A D | setenv_android.sh | 43 THIS_HOST=darwin-x86_64
|
| /freebsd/crypto/krb5/src/lib/kadm5/clnt/ |
| H A D | Makefile.in | 48 generate-files-mac: includes darwin.exports
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | ax_count_cpus.m4 | 55 [[*darwin*]],[[CPU_COUNT=`sysctl -n hw.logicalcpu 2>/dev/null` || CPU_COUNT="0"]],dnl 76 …[[*darwin*]],[[CPU_COUNT=`system_profiler SPHardwareDataType 2>/dev/null | $EGREP -i -e 'number of…
|
| H A D | config.rpath | 359 darwin* | rhapsody*) 540 darwin* | rhapsody*)
|
| /freebsd/secure/libexec/sshd-auth/ |
| H A D | Makefile | 15 sandbox-null.c sandbox-rlimit.c sandbox-darwin.c \
|
| /freebsd/crypto/krb5/src/lib/kdb/ |
| H A D | Makefile.in | 66 generate-files-mac: darwin.exports
|
| /freebsd/crypto/krb5/src/lib/kadm5/srv/ |
| H A D | Makefile.in | 76 generate-files-mac: darwin.exports
|
| /freebsd/contrib/tcsh/ |
| H A D | dot.tcshrc | 92 case darwin:
|
| /freebsd/crypto/openssh/.github/ |
| H A D | configs | 359 *-darwin*)
|