HomeSort by relevance Sort by last modified time
    Searched full:dragonfly (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/Driver/
dragonfly.c 1 // RUN: %clang -no-canonical-prefixes -target x86_64-pc-dragonfly %s -### 2> %t.log
4 // CHECK: clang{{.*}}" "-cc1" "-triple" "x86_64-pc-dragonfly"
  /external/bison/lib/
stdio-impl.h 31 #if defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, OpenBSD, DragonFly, Mac OS X, Cygwin */
33 # if defined __DragonFly__ /* DragonFly */
69 # else /* FreeBSD, NetBSD <= 1.5Z, DragonFly, Mac OS X, Cygwin */
fseterr.c 34 #elif defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, OpenBSD, DragonFly, Mac OS X, Cygwin */
  /external/clang/test/Coverage/
targets.c 5 // RUN: %clang_cc1 -g -triple i686-unknown-dragonfly -emit-llvm -o %t %s
  /external/llvm/tools/llvm-shlib/
Makefile 56 ifeq ($(HOST_OS), $(filter $(HOST_OS), DragonFly Linux FreeBSD GNU/kFreeBSD OpenBSD GNU Bitrig))
62 ifeq ($(HOST_OS), $(filter $(HOST_OS), DragonFly Linux FreeBSD GNU/kFreeBSD GNU))
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.0.4.html 48 <li>Added support for DragonFly OS
  /external/mesa3d/docs/
relnotes-7.0.4.html 48 <li>Added support for DragonFly OS
  /external/clang/lib/Driver/
Tools.h 546 /// dragonfly -- Directly call GNU Binutils assembler and linker
547 namespace dragonfly { namespace in namespace:clang::driver::tools
550 Assemble(const ToolChain &TC) : Tool("dragonfly::Assemble", "assembler",
562 Link(const ToolChain &TC) : Tool("dragonfly::Link", "linker", TC) {}
573 } // end namespace dragonfly
ToolChains.h 638 class LLVM_LIBRARY_VISIBILITY DragonFly : public Generic_ELF {
640 DragonFly(const Driver &D, const llvm::Triple &Triple,
ToolChains.cpp     [all...]
  /external/libpcap/
README 66 BPF is standard in 4.4BSD, BSD/OS, NetBSD, FreeBSD, OpenBSD, DragonFly
aclocal.m4 420 freebsd*|netbsd*|openbsd*|dragonfly*|linux*|osf*)
502 freebsd*|netbsd*|openbsd*|dragonfly*|linux*)
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/
build_detect_platform 113 DragonFly)
  /external/llvm/lib/Support/
Triple.cpp 135 case DragonFly: return "dragonfly";
312 .StartsWith("dragonfly", Triple::DragonFly)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 170 or sys.platform.startswith("dragonfly")):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 170 or sys.platform.startswith("dragonfly")):
  /external/bison/build-aux/
config.rpath 378 freebsd* | dragonfly*)
551 freebsd* | dragonfly*)
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
config.rpath 365 freebsd* | dragonfly*)
533 freebsd* | dragonfly*)
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
config.rpath 371 freebsd* | dragonfly*)
539 freebsd* | dragonfly*)
  /external/bison/m4/
stdint.m4 74 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
  /external/chromium_org/third_party/icu/source/
aclocal.m4 43 *-*-*bsd*|*-*-dragonfly*) icu_cv_host_frag=mh-bsd-gcc ;;
  /external/llvm/include/llvm/ADT/
Triple.h 102 DragonFly,
  /ndk/sources/host-tools/sed-4.2.1/m4/
stdint.m4 67 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
  /external/chromium_org/third_party/mesa/src/
configure.ac 447 linux* | *freebsd* | dragonfly* | *netbsd*)
454 linux* | *freebsd* | dragonfly* | *netbsd*)
1054 freebsd* | dragonfly* | *netbsd*)
    [all...]
  /external/mesa3d/
configure.ac 447 linux* | *freebsd* | dragonfly* | *netbsd*)
454 linux* | *freebsd* | dragonfly* | *netbsd*)
1054 freebsd* | dragonfly* | *netbsd*)
    [all...]

Completed in 491 milliseconds

1 2 3 4 5 6 7 8 9