Searched
full:darwin (Results
801 -
825 of
1673) sorted by null
<<31323334353637383940>>
/external/valgrind/main/coregrind/ |
launcher-darwin.c | 3 /*--- Launching valgrind launcher-darwin.c ---*/ 287 asprintf(&vgpreload_core, "%s/vgpreload_core-%s-darwin.so", valgrind_lib, valid_archs[i].valgrind_name); 394 envp[i][0] = 'V'; /* VYLD_; changed back by initimg-darwin */ 410 asprintf(&toolfile, "%s/%s-%s-darwin", valgrind_lib, toolname, arch); 419 fprintf(stderr, "valgrind: failed to start tool '%s' for platform '%s-darwin': %s\n",
|
/external/valgrind/main/memcheck/tests/ |
Makefile.am | 26 SUBDIRS += darwin 37 DIST_SUBDIRS = x86 amd64 ppc32 ppc64 linux darwin x86-linux amd64-linux . 174 sigkill.stderr.exp sigkill.stderr.exp-darwin sigkill.vgtest \ 177 strchr.stderr.exp strchr.stderr.exp2 strchr.stderr.exp-darwin \ 199 vcpu_fnfns.stdout.exp-darwin vcpu_fnfns.stderr.exp vcpu_fnfns.vgtest \
|
/external/webkit/Tools/wx/build/ |
settings.py | 237 if sys.platform.startswith('darwin'): 298 if sys.platform.startswith('darwin'): 344 if sys.platform.startswith('darwin'): 392 if sys.platform.startswith('darwin') and min_version and min_version == '10.4': 397 if not sys.platform.startswith('darwin'):
|
/ndk/build/tools/ |
DEV-SCRIPTS-USAGE.TXT | 196 All dev-scripts rebuilding host programs on Linux and Darwin will only 280 host system it is meant to run on (e.g. 'linux-x86', 'windows' or 'darwin-x86') 339 The Darwin binaries must be generated on a Darwin machine. Note that the script 481 Additionally, you can use the --darwin-ssh=<hostname> option to launch the 482 build of the Darwin binaries from a Linux machine, by using ssh to access a 483 remote Darwin machine. The script will package all required sources into a 488 host systems from Linux (provided you have ssh access to a Darwin machine). 490 Alternatively, you can run 'rebuild-all-prebuilt.sh' on a Darwin machine. 525 system names (from 'linux-x86', 'windows' and 'darwin-x86'). This is usefu [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCAsmPrinter.cpp | 114 /// PPCDarwinAsmPrinter - PowerPC assembly printer, customized for Darwin/Mac 122 return "Darwin PPC Assembly Printer"; 293 /// EmitInstruction -- Print out a single PowerPC MI in Darwin syntax to 333 TmpInst.setOpcode(PPC::BL_Darwin); // Darwin vs SVR4 doesn't matter here. 604 // Darwin/PPC always uses mach-o. 683 // Funny Darwin hack: This flag tells the linker that no global symbols 695 /// Darwin assembler can deal with.
|
/build/core/ |
envsetup.mk | 45 ifneq (,$(findstring Darwin,$(UNAME))) 46 HOST_OS := darwin 49 HOST_OS := darwin
|
/development/scripts/ |
symbol.py | 35 if uname == "Darwin": 38 return "darwin-x86" 39 return "darwin-ppc"
|
/external/libffi/ |
configure.ac | 80 i?86-*-darwin*) 115 powerpc-*-darwin*) 143 x86_64-*-darwin*)
|
/external/llvm/lib/Target/X86/ |
X86Subtarget.h | 34 StubPIC, // Used on i386-darwin in -fPIC mode. 35 StubDynamicNoPIC, // Used on i386-darwin in -mdynamic-no-pic mode. 236 // support are Darwin and Windows. Just use "not those".
|
/external/valgrind/main/VEX/pub/ |
libvex_guest_amd64.h | 148 /* Used for Darwin syscall dispatching. */ 151 /* HACK to make tls on darwin work. %gs only ever seems to 157 /* Needed for Darwin (but mandated for all guest architectures):
|
/external/valgrind/main/coregrind/m_sigframe/ |
sigframe-x86-darwin.c | 4 /*--- sigframe-x86-darwin.c ---*/ 55 on x86-darwin. Kludgey; the machine state ought to be saved in a 64 be important for Darwin. (be conservative)
|
/external/valgrind/main/ |
configure.in | 30 # base (eg. most likely as Darwin-specific tests) we'll need one of the 32 # - put AC_PROG_OBJC in a Darwin-specific part of this file 268 *darwin*) 270 VGCONF_OS="darwin" 278 # Nb: for Darwin we set DEFAULT_SUPP here. That's because Darwin 280 # is a good way to get that version (i.e. "Darwin 9.6.0" is Mac OS 281 # X 10.5.6, and "Darwin 10.x" is Mac OS X 10.6.x Snow Leopard, 282 # and possibly "Darwin 11.x" is Mac OS X 10.7.x Lion), 296 AC_MSG_RESULT([Darwin 9.x (${kernel}) / Mac OS X 10.5 Leopard] [all...] |
/build/core/combo/ |
select.mk | 23 # Build a target string like "linux-arm" or "darwin-x86".
|
/external/bison/examples/ |
extexi | 81 # by awk on Mac OS X Tiger (darwin 8.4.6).
|
/external/bluetooth/glib/gmodule/ |
gmodule-dyld.c | 4 * dyld (Darwin) GMODULE implementation
|
/external/chromium/base/debug/ |
stack_trace_unittest.cc | 56 // http://lists.apple.com/archives/darwin-dev/2009/Mar/msg00111.html
|
/external/clang/ |
Makefile | 53 # Disable -fstrict-aliasing. Darwin disables it by default (and LLVM doesn't
|
/external/clang/lib/Headers/ |
unwind.h | 27 /* Darwin and libunwind provide an unwind.h. If that's available, use
|
/external/clang/test/CodeGenCXX/ |
const-init.cpp | 1 // RUN: %clang_cc1 -verify -triple x86_64-apple-darwin -emit-llvm -o - %s | FileCheck %s
|
copy-constructor-synthesis.cpp | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s | FileCheck %s
|
/external/clang/test/CodeGenObjC/ |
objc-container-subscripting-1.m | 1 // RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin -o - %s | FileCheck %s
|
/external/clang/test/CodeGenObjCXX/ |
block-var-layout.mm | 1 // RUN: %clang_cc1 -x objective-c++ -fblocks -fobjc-gc -triple x86_64-apple-darwin -fobjc-fragile-abi -emit-llvm %s -o %t-64.ll
|
/external/clang/test/Sema/ |
constant-conversion.c | 1 // RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-apple-darwin %s
|
/external/compiler-rt/make/platform/ |
darwin_bni.mk | 2 Description := Target for Darwin using an Apple-style build.
|
/external/flac/ |
config.h | 37 /* define if building for Darwin / MacOS X */
|
Completed in 3090 milliseconds
<<31323334353637383940>>