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

123

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp79 (T.getOS() == llvm::Triple::OpenBSD && !is64Bit))
/external/jpeg/
H A Dconfig.guess112 amiga:OpenBSD:*:*)
115 arc64:OpenBSD:*:*)
118 arc:OpenBSD:*:*)
121 hkmips:OpenBSD:*:*)
124 pmax:OpenBSD:*:*)
127 sgi:OpenBSD:*:*)
130 wgrisc:OpenBSD:*:*)
195 atari*:OpenBSD:*:*)
201 sun3*:OpenBSD:*:*)
207 mac68k:OpenBSD
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dconfig.guess112 amiga:OpenBSD:*:*)
115 arc64:OpenBSD:*:*)
118 arc:OpenBSD:*:*)
121 hkmips:OpenBSD:*:*)
124 pmax:OpenBSD:*:*)
127 sgi:OpenBSD:*:*)
130 wgrisc:OpenBSD:*:*)
195 atari*:OpenBSD:*:*)
201 sun3*:OpenBSD:*:*)
207 mac68k:OpenBSD
[all...]
/external/qemu-pc-bios/bochs/
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/chromium_org/third_party/yasm/source/patched-yasm/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...]
/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/srtp/
H A Dconfig.guess200 amd64:OpenBSD:*:*)
203 amiga:OpenBSD:*:*)
206 cats:OpenBSD:*:*)
209 hp300:OpenBSD:*:*)
212 luna88k:OpenBSD:*:*)
215 mac68k:OpenBSD:*:*)
218 macppc:OpenBSD:*:*)
221 mvme68k:OpenBSD:*:*)
224 mvme88k:OpenBSD:*:*)
227 mvmeppc:OpenBSD
[all...]
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp115 // OpenBSD and Bitrig have buggy support for .quad in 32-bit mode, just split
117 if ((T.getOS() == Triple::OpenBSD || T.getOS() == Triple::Bitrig) &&
/external/llvm/tools/llvm-shlib/
H A DMakefile56 ifeq ($(HOST_OS), $(filter $(HOST_OS), DragonFly Linux FreeBSD GNU/kFreeBSD OpenBSD GNU Bitrig))
/external/chromium_org/third_party/leveldatabase/src/
H A Dbuild_detect_platform107 OpenBSD)
/external/llvm/lib/CodeGen/
H A DStackProtector.cpp348 } else if (Trip.getOS() == llvm::Triple::OpenBSD) {
479 if (Trip.getOS() == llvm::Triple::OpenBSD) {
/external/openssl/crypto/perlasm/
H A Dx86asm.pl244 a.out - DJGPP, elder OpenBSD, etc.
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dx86asm.pl274 a.out - DJGPP, elder OpenBSD, etc.
/external/llvm/include/llvm/ADT/
H A DTriple.h111 OpenBSD, enumerator in enum:llvm::Triple::OSType
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp232 case llvm::Triple::OpenBSD:
433 case llvm::Triple::OpenBSD: {
/external/openssl/crypto/engine/
H A Deng_cryptodev.c35 (defined(OpenBSD) || defined(__FreeBSD__))
37 # if (OpenBSD >= 200112) || ((__FreeBSD_version >= 470101 && __FreeBSD_version < 500000) || __FreeBSD_version >= 500041)
40 # if (OpenBSD >= 200110)
/external/clang/lib/Basic/
H A DTargets.cpp405 // OpenBSD Target
411 // OpenBSD defines; list based off of gcc output
972 getTriple().getOS() != llvm::Triple::OpenBSD)
4955 // OpenBSD uses long long for int64_t and intmax_t.
4956 if (getTriple().getOS() == llvm::Triple::OpenBSD) {
6086 case llvm::Triple::OpenBSD:
6119 case llvm::Triple::OpenBSD:
6174 case llvm::Triple::OpenBSD:
6190 case llvm::Triple::OpenBSD:
6214 case llvm::Triple::OpenBSD
[all...]
/external/clang/lib/Driver/
H A DToolChains.h527 class LLVM_LIBRARY_VISIBILITY OpenBSD : public Generic_ELF { class in namespace:clang::driver::toolchains
529 OpenBSD(const Driver &D, const llvm::Triple &Triple,
H A DToolChains.cpp2474 /// OpenBSD - OpenBSD tool chain which can call as(1) and ld(1) directly.
2476 OpenBSD::OpenBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args) function in class:OpenBSD
2482 Tool *OpenBSD::buildAssembler() const {
2486 Tool *OpenBSD::buildLinker() const {
/external/llvm/lib/Support/
H A DTriple.cpp144 case OpenBSD: return "openbsd";
321 .StartsWith("openbsd", Triple::OpenBSD)
H A Dregengine.inc2 * This code is derived from OpenBSD's libc/regex, original license follows:
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp33 T.getOS() == llvm::Triple::OpenBSD ||
/external/fio/
H A DMakefile114 ifeq ($(CONFIG_TARGET_OS), OpenBSD)
/external/chromium_org/third_party/icu/source/
H A Dconfig.guess222 *:OpenBSD:*:*)
223 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
/external/chromium_org/third_party/libevent/
H A Dconfig.guess204 *:OpenBSD:*:*)
205 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`

Completed in 3262 milliseconds

123