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

123

/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp105 // OpenBSD has buggy support for .quad in 32-bit mode, just split into two
107 if (T.getOS() == Triple::OpenBSD && T.getArch() == Triple::x86)
/external/libunwind/aux/
H A Dconfig.guess176 amiga:OpenBSD:*:*)
179 arc:OpenBSD:*:*)
182 hp300:OpenBSD:*:*)
185 mac68k:OpenBSD:*:*)
188 macppc:OpenBSD:*:*)
191 mvme68k:OpenBSD:*:*)
194 mvme88k:OpenBSD:*:*)
197 mvmeppc:OpenBSD:*:*)
200 pmax:OpenBSD:*:*)
203 sgi:OpenBSD
[all...]
/external/swiftshader/third_party/LLVM/projects/sample/autoconf/
H A Dconfig.guess199 amiga:OpenBSD:*:*)
202 arc:OpenBSD:*:*)
205 hp300:OpenBSD:*:*)
208 mac68k:OpenBSD:*:*)
211 macppc:OpenBSD:*:*)
214 mvme68k:OpenBSD:*:*)
217 mvme88k:OpenBSD:*:*)
220 mvmeppc:OpenBSD:*:*)
223 pmax:OpenBSD:*:*)
226 sgi:OpenBSD
[all...]
/external/lz4/lib/
H A DMakefile113 ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS))
126 ifneq (,$(filter $(shell uname),OpenBSD FreeBSD NetBSD DragonFly))
/external/lz4/programs/
H A DMakefile114 ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS))
133 ifneq (,$(filter $(shell uname),OpenBSD FreeBSD NetBSD DragonFly SunOS))
/external/swiftshader/third_party/LLVM/tools/llvm-shlib/
H A DMakefile66 ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD OpenBSD))
/external/llvm/include/llvm/ADT/
H A DTriple.h153 OpenBSD, enumerator in enum:llvm::Triple::OSType
456 return getOS() == Triple::OpenBSD;
/external/swiftshader/third_party/LLVM/lib/Support/
H A DTriple.cpp112 case OpenBSD: return "openbsd";
374 return OpenBSD;
H A Dregengine.inc2 * This code is derived from OpenBSD's libc/regex, original license follows:
/external/boringssl/src/crypto/perlasm/
H A Dx86asm.pl294 a.out - DJGPP, elder OpenBSD, etc.
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTriple.h95 OpenBSD, enumerator in enum:llvm::Triple::OSType
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp216 case llvm::Triple::OpenBSD:
417 case llvm::Triple::OpenBSD: {
/external/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
/external/clang/lib/Basic/
H A DTargets.cpp521 // OpenBSD Target
527 // OpenBSD defines; list based off of gcc output
1179 getTriple().getOS() != llvm::Triple::OpenBSD)
6606 // NetBSD / OpenBSD use long (same as llvm default); everyone else uses int.
6614 case llvm::Triple::OpenBSD:
6681 // OpenBSD uses long long for int64_t and intmax_t.
6682 if (getTriple().getOS() == llvm::Triple::OpenBSD)
8182 case llvm::Triple::OpenBSD:
8218 case llvm::Triple::OpenBSD:
8277 case llvm::Triple::OpenBSD
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp34 T.getOS() == llvm::Triple::OpenBSD ||
/external/lz4/tests/
H A DMakefile125 ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS))
/external/openssh/contrib/redhat/
H A Dopenssh.spec76 Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
141 OpenSSH is OpenBSD's version of the last free version of SSH, bringing
/external/clang/lib/Driver/
H A DToolChains.h710 class LLVM_LIBRARY_VISIBILITY OpenBSD : public Generic_ELF { class in namespace:clang::driver::toolchains
712 OpenBSD(const Driver &D, const llvm::Triple &Triple,
/external/llvm/lib/Support/
H A DTriple.cpp177 case OpenBSD: return "openbsd";
445 .StartsWith("openbsd", Triple::OpenBSD)
H A Dregengine.inc2 * This code is derived from OpenBSD's libc/regex, original license follows:
/external/dhcpcd-6.8.2/
H A Dif-bsd.c71 #if defined(OpenBSD) && OpenBSD >= 201411
72 /* OpenBSD dropped the global setting from sysctl but left the #define
1345 # ifdef HW_MODEL /* OpenBSD */
/external/fio/
H A DMakefile131 ifeq ($(CONFIG_TARGET_OS), OpenBSD)
/external/fec/
H A Dconfig.guess204 *:OpenBSD:*:*)
205 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
/external/icu/icu4c/source/
H A Dconfig.guess222 *:OpenBSD:*:*)
223 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
/external/libmtp/
H A Dconfig.guess204 *:OpenBSD:*:*)
205 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`

Completed in 861 milliseconds

123