HomeSort by relevance Sort by last modified time
    Searched refs:DARWIN (Results 1 - 25 of 27) 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/selinux/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/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);
  /frameworks/rs/
update_rs_prebuilts.sh 10 DARWIN=1
11 SHORT_OSNAME=darwin
13 # Only build arm on darwin.
20 DARWIN=0
130 # Don't copy device prebuilts on Darwin. We don't need/use them.
131 if [ $DARWIN -eq 0 ]; then
204 if [ $DARWIN -eq 0 ]; then
205 echo "DON'T FORGET TO UPDATE THE DARWIN COMPILER PREBUILTS!!!"
  /ndk/build/tools/
prebuilt-common.sh 357 DARWIN=no
360 if [ "$DARWIN" = "yes" ]; then
361 echo "Can not have both --mingw and --darwin"
369 echo "Can not have both --mingw and --darwin"
372 DARWIN=yes;
379 register_option "--darwin" do_darwin_option "Generate darwin binaries on Linux."
641 # Check for the availability of a compatibility SDK in Darwin
670 # Probe Darwin SDK in specified diectory $DARWIN_SYSROOT, or
677 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 145 if [ "$MINGW" != "yes" -a "$DARWIN" != "yes" ] ; then
197 if [ "$DARWIN" = "yes" ]; then
198 # To stop /usr/bin/install -s calls strip on darwin binary
259 if [ "$HOST_TAG32" = "darwin-x86" -o "$DARWIN" = "yes" ]; then # -a "$HOST_ARCH" = "x86"
313 if [ "$CHECK" = "yes" -a "$MINGW" != "yes" -a "$DARWIN" != "yes" ] ; then
342 # .. with these fixes in place, Darwin mclinker can be cross-compiled and Wine is not needed for Windows cross
398 if [ "$CHECK" = "yes" -a "$MINGW" != "yes" -a "$DARWIN" != "yes" ] ; then
build-gcc.sh 217 if [ "$MINGW" != "yes" -a "$DARWIN" != "yes" ] ; then
290 if [ "$DARWIN" = "yes" ]; then
366 if [ "$MINGW" = "yes" -o "$DARWIN" = "yes" ]; then
420 # parallel mingw/darwin canadian cross builds to work properly on some
426 echo "Error while building mingw/darwin toolchain. See $TMPLOG"
532 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
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
ant-glob-1.0.jar 
  /external/selinux/checkpolicy/
checkpolicy.c 73 #ifdef DARWIN
policy_define.c     [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 568 #if defined(DARWIN) || defined(_DARWIN)
578 #endif /* DARWIN */
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 667 milliseconds

1 2