Searched refs:OpenBSD (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOpenBSD.cpp1 //===--- OpenBSD.cpp - OpenBSD ToolChain Implementations --------*- C++ -*-===//
9 #include "OpenBSD.h"
33 const auto &ToolChain = static_cast<const OpenBSD &>(getToolChain());
42 // When building 32-bit code on OpenBSD/amd64, we have to explicitly
112 const auto &ToolChain = static_cast<const OpenBSD &>(getToolChain());
295 SanitizerMask OpenBSD::getSupportedSanitizers() const {
310 /// OpenBSD - OpenBSD tool chain which can call as(1) and ld(1) directly.
312 OpenBSD function in class:OpenBSD
[all...]
H A DOpenBSD.h1 //===--- OpenBSD.h - OpenBSD ToolChain Implementations ----------*- C++ -*-===//
53 class LLVM_LIBRARY_VISIBILITY OpenBSD : public Generic_ELF { class in namespace:clang::driver::toolchains
55 OpenBSD(const Driver &D, const llvm::Triple &Triple,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp29 // Define these constants from OpenBSD mman.h for use when targeting remote
53 case llvm::Triple::OpenBSD:
77 return "Local OpenBSD user platform plug-in.";
78 return "Remote OpenBSD user platform plug-in.";
117 llvm::Triple::OpenBSD);
133 // Otherwise, we would end up printing non-OpenBSD information (when running
148 // OpenBSD processes cannot yet be launched by spawning and attaching.
/freebsd-current/contrib/openbsm/config/
H A Dconfig.guess200 amiga:OpenBSD:*:*)
203 arc:OpenBSD:*:*)
206 hp300:OpenBSD:*:*)
209 mac68k:OpenBSD:*:*)
212 macppc:OpenBSD:*:*)
215 mvme68k:OpenBSD:*:*)
218 mvme88k:OpenBSD:*:*)
221 mvmeppc:OpenBSD:*:*)
224 pmax:OpenBSD:*:*)
227 sgi:OpenBSD
[all...]
/freebsd-current/contrib/bmake/mk/sys/
H A DOpenBSD.mk1 # $NetBSD: OpenBSD.sys.mk,v 1.1 2002/11/17 09:18:00 cjep Exp $
4 OS ?= OpenBSD
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp166 case llvm::Triple::OpenBSD:
218 case llvm::Triple::OpenBSD:
315 case llvm::Triple::OpenBSD:
331 case llvm::Triple::OpenBSD:
366 case llvm::Triple::OpenBSD:
396 case llvm::Triple::OpenBSD:
412 case llvm::Triple::OpenBSD:
448 case llvm::Triple::OpenBSD:
508 case llvm::Triple::OpenBSD:
553 case llvm::Triple::OpenBSD
[all...]
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_baudrate.c56 ((defined(__OpenBSD__) && OpenBSD < 201510)) || \
/freebsd-current/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSparc.h151 // NetBSD / OpenBSD use long (same as llvm default); everyone else uses int.
159 case llvm::Triple::OpenBSD:
201 // OpenBSD uses long long for int64_t and intmax_t.
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h200 OpenBSD, enumerator in enum:llvm::Triple::OSType
556 return getOS() == Triple::OpenBSD;
948 getOS() == Triple::OpenBSD || isMusl()));
956 getOS() == Triple::NetBSD || getOS() == Triple::OpenBSD ||
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h115 {llvm::Triple::OpenBSD, llvm::Triple::UnknownArch, OPENBSD::NT_FPREGS},
H A DThreadElfCore.cpp156 case llvm::Triple::OpenBSD: {
/freebsd-current/contrib/sendmail/include/sm/
H A Dconf.h943 ** DragonFly BSD/ FreeBSD / NetBSD / OpenBSD (all architectures, all versions)
1064 # if OpenBSD < 200305
1065 # define HASSETREUID 0 /* setreuid(2) broken in OpenBSD < 3.3 */
1069 # if OpenBSD >= 200006
1072 # if OpenBSD >= 200012
1075 # if OpenBSD >= 200405
1078 # if OpenBSD >= 200505
1081 # if OpenBSD >= 200800
/freebsd-current/contrib/bc/include/
H A Dstatus.h49 // This is used by configure.sh to test for OpenBSD.
52 #error On OpenBSD without _BSD_SOURCE
137 #error Cannot use readline on OpenBSD
336 // The OpenBSD GCC doesn't like inline.
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl289 a.out - DJGPP, elder OpenBSD, etc.
/freebsd-current/contrib/bmake/
H A DMakefile87 BSD44_LIST= NetBSD FreeBSD OpenBSD DragonFly MirBSD Bitrig
H A Dos.sh157 OpenBSD)
/freebsd-current/sys/contrib/zstd/programs/
H A DMakefile338 ifneq (,$(filter $(UNAME),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku AIX))
381 ifneq (,$(filter $(UNAME),OpenBSD FreeBSD NetBSD DragonFly SunOS))
/freebsd-current/sys/contrib/zstd/lib/
H A Dlibzstd.mk188 else ifeq ($(UNAME), OpenBSD)
H A DMakefile252 ifneq (,$(filter $(UNAME),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku AIX))
/freebsd-current/crypto/openssh/.github/
H A Dsetup_ci.sh225 LIBRESSL_URLBASE=https://cdn.openbsd.org/pub/OpenBSD/LibreSSL
/freebsd-current/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParser.cpp584 case llvm::Triple::OpenBSD:
632 case llvm::Triple::OpenBSD:
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-include.mk81 # may return a null pointer. On OpenBSD, this led to a segmentation fault in
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp109 case llvm::Triple::OpenBSD:
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp35 case llvm::Triple::OpenBSD:
/freebsd-current/crypto/openssh/contrib/suse/
H A Dopenssh.spec57 OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it
71 OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it

Completed in 304 milliseconds

123