HomeSort by relevance Sort by last modified time
    Searched refs:DARWIN (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/test/CodeGen/PowerPC/
hello-reloc.s 5 ; RUN: llvm-mc -filetype=obj -relocation-model=pic -mcpu=g4 -triple=powerpc-apple-darwin8 %s -o - | llvm-readobj -relocations | FileCheck -check-prefix=DARWIN-G4-DUMP %s
60 ; DARWIN-G4-DUMP:Format: Mach-O 32-bit ppc
61 ; DARWIN-G4-DUMP:Arch: powerpc
62 ; DARWIN-G4-DUMP:AddressSize: 32bit
63 ; DARWIN-G4-DUMP:Relocations [
64 ; DARWIN-G4-DUMP: Section __text {
65 ; DARWIN-G4-DUMP: 0x34 1 2 0 PPC_RELOC_BR24 0 0x3
66 ; DARWIN-G4-DUMP: 0x30 0 2 n/a PPC_RELOC_LO16_SECTDIFF 1 0x74
67 ; DARWIN-G4-DUMP: 0x0 0 2 n/a PPC_RELOC_PAIR 1 0x14
68 ; DARWIN-G4-DUMP: 0x2C 0 2 n/a PPC_RELOC_HA16_SECTDIFF 1 0x7
    [all...]
  /external/llvm/test/MC/AsmParser/
align_invalid.s 2 # RUN: not llvm-mc -triple i386-apple-darwin < %s 2>&1 | FileCheck %s -check-prefix=DARWIN
6 # DARWIN-NOT: error
10 # DARWIN: error: invalid alignment value
  /external/libsepol/src/
private.h 8 #ifdef DARWIN
19 #ifdef DARWIN
genbools.c 82 #ifdef DARWIN
114 #ifdef DARWIN
genusers.c 10 #ifndef DARWIN
50 #ifdef DARWIN
node_record.c 73 #ifdef DARWIN
165 #ifdef DARWIN
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
prosdep.h 96 #elif defined(DARWIN)
_pth.h 94 #if defined(DARWIN)
141 || defined(VMS) || defined(NTO) || defined(DARWIN) \
194 || defined(DARWIN)
201 #if defined(DARWIN)
255 || defined(BSDI) || defined(DARWIN) || defined(UNIXWARE) /* XXX */
288 || defined(BSDI) || defined(NTO) || defined(DARWIN) \
_unixos.h 46 #if !defined(LINUX) && !defined(DARWIN) && !defined(NEXTSTEP)
171 #if defined(DEBUG) && !defined(DARWIN) && !defined(NEXTSTEP)
  /frameworks/rs/
update_rs_prebuilts.sh 10 DARWIN=1
11 SHORT_OSNAME=darwin
13 # Only build arm on darwin.
20 DARWIN=0
123 # Don't copy device prebuilts on Darwin. We don't need/use them.
124 if [ $DARWIN -eq 0 ]; then
174 if [ $DARWIN -eq 0 ]; then
175 echo "DON'T FORGET TO UPDATE THE DARWIN COMPILER PREBUILTS!!!"
  /external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
Os.java 104 * OpenJDK is reported to call MacOS X "Darwin"
108 private static final String DARWIN = "darwin";
288 || OS_NAME.indexOf(DARWIN) > -1;
295 || OS_NAME.indexOf(DARWIN) > -1);
  /ndk/build/tools/
prebuilt-common.sh 298 DARWIN=no
301 if [ "$DARWIN" = "yes" ]; then
302 echo "Can not have both --mingw and --darwin"
310 echo "Can not have both --mingw and --darwin"
313 DARWIN=yes;
320 register_option "--darwin" do_darwin_option "Generate darwin binaries on Linux."
575 # Check for the availability of a compatibility SDK in Darwin
604 # Probe Darwin SDK in specified diectory $DARWIN_SYSROOT, or
611 log "Use darwin sysroot $DARWIN_SYSROOT
    [all...]
build-host-make.sh 82 if [ "$DARWIN" = "yes" ]; then
83 # Required for a proper darwin cross compile
build-host-perl.sh 82 if [ "$MINGW" != "yes" -a "$DARWIN" != "yes" ] ; then
build-host-yasm.sh 99 if [ "$DARWIN" = "yes" ]; then
100 # Required for a proper darwin cross compile
build-ndk-stack.sh 89 if [ "$HOST_OS" != "darwin" -a "$DARWIN" != "yes" ]; then
92 # In darwin libbfd has to be built with some *linux* target or it won't understand ELF
build-llvm.sh 141 if [ "$MINGW" != "yes" -a "$DARWIN" != "yes" ] ; then
173 if [ "$DARWIN" = "yes" ]; then
174 # To stop /usr/bin/install -s calls strip on darwin binary
235 if [ "$HOST_TAG32" = "darwin-x86" -o "$DARWIN" = "yes" ]; then # -a "$HOST_ARCH" = "x86"
289 if [ "$CHECK" = "yes" -a "$MINGW" != "yes" -a "$DARWIN" != "yes" ] ; then
318 # .. with these fixes in place, Darwin mclinker can be cross-compiled and Wine is not needed for Windows cross
365 if [ "$CHECK" = "yes" -a "$MINGW" != "yes" -a "$DARWIN" != "yes" ] ; then
build-gcc.sh 217 if [ "$MINGW" != "yes" -a "$DARWIN" != "yes" ] ; then
293 if [ "$DARWIN" = "yes" ]; then
353 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ]; then
407 # parallel mingw/darwin canadian cross builds to work properly on some
413 echo "Error while building mingw/darwin toolchain. See $TMPLOG"
519 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ] ; then
build-host-python.sh 47 darwin-x86
48 darwin-x86_64
55 --systems=linux-x86,linux-x86_64,windows,windows-x86_64,darwin-x86,darwin-x86_64"
97 if [ "$DARWIN" = "yes" ]; then
98 BH_HOST_SYSTEMS="darwin-x86"
99 log "Auto-config: --systems=darwin-x86"
110 darwin-x86|linux-x86|windows-x86)
274 if [ $1 = darwin-x86 -o $1 = darwin-x86_64 ]; the
    [all...]
  /external/libselinux/src/
init.c 10 #ifdef DARWIN
  /external/qemu/distrib/libselinux/src/
init.c 10 #ifdef DARWIN
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
ant-glob-1.0.jar 
  /external/chromium_org/net/third_party/nss/ssl/
unix_err.c 21 #if defined (__bsdi__) || defined(NTO) || defined(DARWIN) || defined(BEOS)
  /external/qemu/
android-configure.sh 152 darwin-*)
290 if [ "$HOST_OS" = darwin ]; then
416 darwin*) PROBE_COREAUDIO=yes;
528 darwin)
543 darwin)
556 darwin)
619 if [ "$HOST_OS" = "darwin" ]; then
671 linux-*|darwin-*)
699 darwin-*) CONFIG_OS=DARWIN
    [all...]
  /external/checkpolicy/
checkpolicy.c 73 #ifdef DARWIN

Completed in 428 milliseconds

1 2