Searched refs:FreeBSD (Results 1 – 25 of 295) sorted by relevance
12345678910>>...12
/external/llvm/test/CodeGen/X86/ |
D | segmented-stacks.ll | 8 …mcpu=generic -mtriple=x86_64-freebsd -verify-machineinstrs | FileCheck %s -check-prefix=X64-FreeBSD 28 ; RUN: FileCheck %s -input-file=%t.log -check-prefix=X32-FreeBSD 31 ; X32-FreeBSD: Segmented stacks not supported on FreeBSD i386 122 ; X64-FreeBSD-LABEL: test_basic: 124 ; X64-FreeBSD: cmpq %fs:24, %rsp 125 ; X64-FreeBSD-NEXT: ja .LBB0_2 127 ; X64-FreeBSD: movabsq $40, %r10 128 ; X64-FreeBSD-NEXT: movabsq $0, %r11 129 ; X64-FreeBSD-NEXT: callq __morestack 130 ; X64-FreeBSD-NEXT: ret [all …]
|
/external/iptables/utils/ |
D | pf.os | 134 # you don't have a precise match, but can tell it's Windows or FreeBSD 167 # a completely different system as Linux or FreeBSD or LinkSys router. 261 # ----------------- FreeBSD ----------------- 263 16384:64:1:44:M*: FreeBSD:2.0-2.2::FreeBSD 2.0-4.2 264 16384:64:1:44:M*: FreeBSD:3.0-3.5::FreeBSD 2.0-4.2 265 16384:64:1:44:M*: FreeBSD:4.0-4.2::FreeBSD 2.0-4.2 266 16384:64:1:60:M*,N,W0,N,N,T: FreeBSD:4.4::FreeBSD 4.4 268 1024:64:1:60:M*,N,W0,N,N,T: FreeBSD:4.4::FreeBSD 4.4 270 57344:64:1:44:M*: FreeBSD:4.6-4.8:noRFC1323:FreeBSD 4.6-4.8 (no RFC1323) 271 57344:64:1:60:M*,N,W0,N,N,T: FreeBSD:4.6-4.9::FreeBSD 4.6-4.9 [all …]
|
/external/compiler-rt/test/msan/ |
D | lit.cfg | 17 # Some Msan tests leverage backtrace() which requires libexecinfo on FreeBSD. 18 if config.host_os == 'FreeBSD':
|
/external/compiler-rt/test/safestack/ |
D | lit.cfg | 22 # SafeStack tests are currently supported on Linux, FreeBSD and Darwin only. 23 if config.host_os not in ['Linux', 'FreeBSD', 'Darwin']:
|
/external/jemalloc/ |
D | README | 3 into use as the FreeBSD libc allocator in 2005, and since then it has found its 7 hooks. Modern jemalloc releases continue to be integrated back into FreeBSD,
|
/external/shflags/test_results/1.2.0/ |
D | FreeBSD-9.1.txt | 13 FreeBSD 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Fri Dec 7 20:50:48 GMT 2012 kirk@freenas:/usr/obj/…
|
/external/shflags/lib/ |
D | versions | 38 FreeBSD) os_name_='FreeBSD' ;; 77 FreeBSD)
|
/external/selinux/secilc/ |
D | COPYING | 1 All files are licensed under the FreeBSD license, excepet for thid party 5 FreeBSD License
|
/external/llvm/tools/llvm-shlib/ |
D | 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/libunwind/ |
D | README | 15 FreeBSD/i386: Newly added. 16 FreeBSD/x86-64: Newly added (FreeBSD architecture is known as amd64). 88 * Building on FreeBSD 93 Development of the port was done of FreeBSD 8.0-STABLE. The library
|
/external/compiler-rt/test/asan/ |
D | lit.cfg | 49 # There is no libdl on FreeBSD. 50 if config.host_os != 'FreeBSD': 158 elif config.host_os == 'FreeBSD': 194 if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'Windows']:
|
/external/tlsdate/ |
D | autogen.sh | 14 if [ $(uname) != FreeBSD ];
|
D | CHANGELOG | 13 FreeBSD build improvements (Fabian Keil). 31 Fix build on FreeBSD 10 and 11. 32 Add FreeBSD (9.2 & 11-CURRENT) support for tlsdate and 51 Add FreeBSD support for tlsdate and tlsdate-helper.
|
/external/compiler-rt/test/tsan/ |
D | lit.cfg | 74 # ThreadSanitizer tests are currently supported on FreeBSD, Linux and Darwin. 75 if config.host_os not in ['FreeBSD', 'Linux', 'Darwin']:
|
/external/libcxx/src/support/solaris/ |
D | README | 2 Solaris. Some portions are lifted from FreeBSD libc, and so are covered by a
|
/external/compiler-rt/cmake/ |
D | config-ix.cmake | 511 (OS_NAME MATCHES "Android|Darwin|Linux|FreeBSD" OR 532 if (OS_NAME MATCHES "Linux|FreeBSD|Windows") 548 OS_NAME MATCHES "Linux|FreeBSD") 562 OS_NAME MATCHES "Darwin|Linux|FreeBSD") 569 OS_NAME MATCHES "Darwin|Linux|FreeBSD") 576 OS_NAME MATCHES "Darwin|Linux|FreeBSD|Windows") 583 OS_NAME MATCHES "Darwin|Linux|FreeBSD")
|
/external/llvm/test/MC/AArch64/ |
D | elf_osabi_flags.s | 6 # AARCH64-FREEBSD-OSABI: OS/ABI: FreeBSD (0x9)
|
/external/avahi/ |
D | bootstrap.sh | 32 FreeBSD)
|
/external/tlsdate/m4/ |
D | ax_platform.m4 | 61 AC_DEFINE([TARGET_OS_FREEBSD],[1],[Whether we are building for FreeBSD])], 65 AC_DEFINE([TARGET_OS_FREEBSD],[1],[Whether we are building for FreeBSD])
|
/external/shflags/doc/ |
D | CHANGES-1.0.md | 15 Fixed issue #10. Usage of `expr` under FreeBSD 7.2 (FreeNAS 0.7.1) and FreeBSD 45 Minor tweaks to make run on FreeBSD 9.1.
|
/external/shflags/bin/ |
D | continuous_build.sh | 68 FreeBSD|Solaris) awkScript='{print $6,$7,$8}' ;;
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/ |
D | INSTALL.CROSS | 3 on FreeBSD/i386. Before reading this document, please consult the 18 example, if your building system is FreeBSD/i386 and the target 34 For example, if your build system is FreeBSD/i386 and the target
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 28 /* Defined if the equivalent of FreeBSD's atomic(9) functions are available. */ 81 * FreeBSD, pthread_key_create() allocates, which if used during malloc 223 * madvise(..., MADV_FREE) : On FreeBSD and Darwin, this marks pages as being
|
/external/llvm/utils/unittest/googletest/ |
D | README.LLVM | 19 * Added support for FreeBSD.
|
/external/clang/tools/libclang/ |
D | Makefile | 38 ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU GNU/kFreeBSD))
|
12345678910>>...12