Searched
full:darwin (Results
1076 -
1100 of
1673) sorted by null
<<41424344454647484950>>
/sdk/monitor/ |
build.xml | 28 <equals arg1="${buildFor}" arg2="darwin" />
|
/system/core/adb/ |
Android.mk | 22 ifeq ($(HOST_OS),darwin)
|
/external/clang/lib/Driver/ |
Tools.cpp | 229 DepFile = darwin::CC1::getDependencyFileName(Args, Inputs); 598 case llvm::Triple::Darwin: 601 // Darwin defaults to "softfp" for v6 and v7. 748 CmdArgs.push_back("-arm-darwin-use-movt=0"); [all...] |
/external/e2fsprogs/ |
configure.in | 268 darwin*) 269 MAKEFILE_BSDLIB=$srcdir/lib/Makefile.darwin-lib 982 dnl Work around mysterious Darwin / GNU libintl problem 987 darwin*) 988 AC_MSG_RESULT([Using Apple Darwin / GNU libintl workaround])
|
/external/libffi/ |
ltcf-gcj.sh | 381 darwin* | rhapsody*) 386 *) # Darwin 1.3 on 403 darwin[1-6]*) 413 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 675 darwin* | rhapsody*)
|
Makefile.in | 41 @X86_DARWIN_TRUE@am__append_5 = src/x86/ffi.c src/x86/darwin.S src/x86/ffi64.c src/x86/darwin64.S 49 @POWERPC_DARWIN_TRUE@am__append_13 = src/powerpc/ffi_darwin.c src/powerpc/darwin.S src/powerpc/darwin_closure.S 97 @X86_DARWIN_TRUE@am__objects_5 = src/x86/ffi.lo src/x86/darwin.lo \ 113 @POWERPC_DARWIN_TRUE@ src/powerpc/darwin.lo \ 350 src/powerpc/aix.S src/powerpc/darwin.S \ 358 src/x86/ffi.c src/x86/sysv.S src/x86/win32.S src/x86/darwin.S \ 557 src/x86/darwin.lo: src/x86/$(am__dirstamp) \ 637 src/powerpc/darwin.lo: src/powerpc/$(am__dirstamp) \ 770 -rm -f src/powerpc/darwin.$(OBJEXT) 771 -rm -f src/powerpc/darwin.l [all...] |
/external/llvm/ |
Makefile.rules | 275 # Don't use -fomit-frame-pointer on Darwin or FreeBSD. 277 ifneq ($(HOST_OS),Darwin) 282 # Darwin requires -fstrict-aliasing to be explicitly enabled. 283 # Avoid -fstrict-aliasing on Darwin for now, there are unresolved issues 285 #ifeq ($(HOST_OS),Darwin) 395 ifeq ($(HOST_OS),Darwin) 406 ifeq ($(HOST_OS),Darwin) 563 ifeq ($(HOST_OS),Darwin) 579 ifeq ($(TARGET_OS),Darwin) 587 ifneq ($(HOST_OS),Darwin) [all...] |
/external/llvm/lib/ExecutionEngine/JIT/ |
JIT.cpp | 90 // library of libgcc for darwin was written. The code for darwin overwrites the 161 /// darwin_register_frame - Since __register_frame does not work with darwin's 171 // object may be impossible: since darwin code in libgcc was written after 309 // Not sure about how to deregister on Darwin.
|
/external/llvm/projects/sample/ |
Makefile.llvm.rules | 209 # Don't use -fomit-frame-pointer on Darwin or FreeBSD. 211 ifneq ($(HOST_OS),Darwin) 216 # Darwin requires -fstrict-aliasing to be explicitly enabled. 217 # Avoid -fstrict-aliasing on Darwin for now, there are unresolved issues 219 #ifeq ($(HOST_OS),Darwin) 329 ifeq ($(HOST_OS),Darwin) 340 ifeq ($(HOST_OS),Darwin) 489 ifeq ($(HOST_OS),Darwin) 505 ifeq ($(TARGET_OS),Darwin) 513 ifneq ($(HOST_OS),Darwin) [all...] |
/external/valgrind/main/coregrind/ |
m_libcfile.c | 44 /* IMPORTANT: on Darwin it is essential to use the _nocancel versions 46 is available. See docs/internals/Darwin-notes.txt for the reason 587 pointer on Linux but doesn't on Darwin. This inconsistency should 603 /* ppc32-darwin is the same, but with the args inverted */ 897 For Darwin, VG_(socket)() sets SO_NOSIGPIPE to get EPIPE instead of
|
m_libcproc.c | 54 /* IMPORTANT: on Darwin it is essential to use the _nocancel versions 56 is available. See docs/internals/Darwin-notes.txt for the reason 243 // - LD_PRELOAD is on Linux, not on Darwin, not sure about AIX 244 // - DYLD_INSERT_LIBRARIES and DYLD_SHARED_REGION are Darwin-only 473 // Darwin's gettid syscall is something else.
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-main.c | 58 #include "priv_syswrap-darwin.h" 80 DARWIN: 84 For x86-darwin, "+N" denotes "in memory at N(%esp)"; ditto 85 amd64-darwin. Apparently 0(%esp) is some kind of return address 164 Darwin: 374 /* Darwin-specific debugging guff */ 507 // DDD: Would it be better to stash the JMP kind into the Darwin [all...] |
/external/compiler-rt/lib/asan/ |
Makefile.old | 280 ifeq ($(OS),darwin) 304 ifeq ($(OS),darwin)
|
/external/e2fsprogs/config/ |
config.rpath | 236 darwin* | rhapsody*) 390 darwin* | rhapsody*)
|
/external/icu4c/ |
runConfigureICU | 45 MacOSX Use the GNU gcc/g++ compilers on MacOS X (Darwin) 276 THE_OS="MacOS X (Darwin)"
|
/external/libpng/ |
README | 216 makefile.darwin => Darwin makefile
|
/external/llvm/lib/Target/PowerPC/ |
README.txt | 241 Darwin Stub removal: 243 We still generate calls to foo$stub, and stubs, on Darwin. This is not 251 Darwin Stub LICM optimization: 264 stub). This is Darwin specific and would have to be done in the code generator. 272 the Darwin ABI specifies that any integer arguments in the first 32 bytes worth 285 Fix Darwin FP-In-Integer Registers ABI 287 Darwin passes doubles in structures in integer registers, which is very very 926 - On Darwin, the save is done after the decrement of SP, which means the offset
|
/external/llvm/test/CodeGen/X86/ |
fold-pcmpeqd-0.ll | 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck --check-prefix=X86-64 %s 2 ; DISABLED: llc < %s -mtriple=i386-apple-darwin -mcpu=yonah -regalloc=linearscan | FileCheck --check-prefix=I386 %s
|
/external/protobuf/gtest/scons/ |
SConstruct.common | 56 elif platform == 'darwin': # MacOSX 304 mac_base = self.env_base.Clone(platform='darwin')
|
/external/qemu/distrib/sdl-1.2.12/ |
android-configure.sh | 125 darwin-*) 158 darwin)
|
/external/regex-re2/ |
Makefile | 40 ifeq ($(shell uname),Darwin) 41 MAKE_SHARED_LIBRARY=$(CXX) -dynamiclib $(LDFLAGS) -exported_symbols_list libre2.symbols.darwin
|
/external/valgrind/main/VEX/pub/ |
libvex_guest_x86.h | 212 /* Used for Darwin syscall dispatching. */ 215 /* Needed for Darwin (but mandated for all guest architectures):
|
/external/valgrind/main/include/ |
pub_tool_basics.h | 112 // Nb: on Linux, off_t is a signed word-sized int. On Darwin it's 148 Darwin:
|
/external/valgrind/main/nightly/bin/ |
nightly | 73 # The time-and-date from 24 hours ago is tricky; Linux and Darwin have 81 # Darwin method.
|
/external/webkit/Source/WebKit/chromium/src/ |
AssertMatchingEnums.cpp | 90 #if OS(DARWIN) 433 #if OS(DARWIN)
|
Completed in 523 milliseconds
<<41424344454647484950>>