/aosp_15_r20/prebuilts/go/linux-x86/api/ |
D | go1.16.txt | 575 pkg syscall (darwin-amd64), func BpfBuflen //deprecated 576 pkg syscall (darwin-amd64), func BpfDatalink //deprecated 577 pkg syscall (darwin-amd64), func BpfHeadercmpl //deprecated 578 pkg syscall (darwin-amd64), func BpfInterface //deprecated 579 pkg syscall (darwin-amd64), func BpfJump //deprecated 580 pkg syscall (darwin-amd64), func BpfStats //deprecated 581 pkg syscall (darwin-amd64), func BpfStmt //deprecated 582 pkg syscall (darwin-amd64), func BpfTimeout //deprecated 583 pkg syscall (darwin-amd64), func CheckBpfVersion //deprecated 584 pkg syscall (darwin-amd64), func FlushBpf //deprecated [all …]
|
D | go1.txt | 3843 pkg log/syslog (darwin-386), const LOG_ALERT Priority 3844 pkg log/syslog (darwin-386), const LOG_CRIT Priority 3845 pkg log/syslog (darwin-386), const LOG_DEBUG Priority 3846 pkg log/syslog (darwin-386), const LOG_EMERG Priority 3847 pkg log/syslog (darwin-386), const LOG_ERR Priority 3848 pkg log/syslog (darwin-386), const LOG_INFO Priority 3849 pkg log/syslog (darwin-386), const LOG_NOTICE Priority 3850 pkg log/syslog (darwin-386), const LOG_WARNING Priority 3851 pkg log/syslog (darwin-386), func Dial(string, string, Priority, string) (*Writer, error) 3852 pkg log/syslog (darwin-386), func New(Priority, string) (*Writer, error) [all …]
|
D | go1.1.txt | 1038 pkg log/syslog (darwin-386), const LOG_ALERT = 1 1039 pkg log/syslog (darwin-386), const LOG_AUTH = 32 1040 pkg log/syslog (darwin-386), const LOG_AUTH Priority 1041 pkg log/syslog (darwin-386), const LOG_AUTHPRIV = 80 1042 pkg log/syslog (darwin-386), const LOG_AUTHPRIV Priority 1043 pkg log/syslog (darwin-386), const LOG_CRIT = 2 1044 pkg log/syslog (darwin-386), const LOG_CRON = 72 1045 pkg log/syslog (darwin-386), const LOG_CRON Priority 1046 pkg log/syslog (darwin-386), const LOG_DAEMON = 24 1047 pkg log/syslog (darwin-386), const LOG_DAEMON Priority [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/X86/ |
H A D | abi-isel.ll | 7 …riple=i686-apple-darwin -march=x86 -relocation-model=static -code-model=small -pre-RA-sched=list-i… 8 …amic-no-pic -code-model=small -pre-RA-sched=list-ilp | FileCheck %s -check-prefix=DARWIN-32-DYNAMIC 9 …ation-model=pic -code-model=small -pre-RA-sched=list-ilp | FileCheck %s -check-prefix=DARWIN-32-PIC 11 …e=x86_64-apple-darwin -march=x86-64 -relocation-model=static -code-model=small -pre-RA-sched=list-… 12 …6_64-apple-darwin -march=x86-64 -relocation-model=dynamic-no-pic -code-model=small -pre-RA-sched=l… 13 …ple=x86_64-apple-darwin -march=x86-64 -relocation-model=pic -code-model=small -pre-RA-sched=list-i… 62 ; DARWIN-32-STATIC: _foo00: 63 ; DARWIN-32-STATIC: movl _src, [[EAX:%e.x]] 64 ; DARWIN-32-STATIC-NEXT: movl [[EAX]], _dst 65 ; DARWIN-32-STATIC-NEXT: ret [all …]
|
H A D | segmented-stacks.ll | 5 …RUN: llc < %s -mcpu=generic -mtriple=i686-darwin -verify-machineinstrs | FileCheck %s -check-prefi… 6 …N: llc < %s -mcpu=generic -mtriple=x86_64-darwin -verify-machineinstrs | FileCheck %s -check-prefi… 17 ; RUN: llc < %s -mcpu=generic -mtriple=i686-darwin -filetype=obj -o /dev/null 18 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-darwin -filetype=obj -o /dev/null 81 ; X32-Darwin-LABEL: test_basic: 83 ; X32-Darwin: movl $432, %ecx 84 ; X32-Darwin-NEXT: cmpl %gs:(%ecx), %esp 85 ; X32-Darwin-NEXT: ja LBB0_2 87 ; X32-Darwin: pushl $0 88 ; X32-Darwin-NEXT: pushl $60 [all …]
|
H A D | stack-protector.ll | 4 ; RUN: llc -mtriple=x86_64-apple-darwin < %s -o - | FileCheck --check-prefix=DARWIN-X64 %s 41 ; DARWIN-X64-LABEL: test1a: 42 ; DARWIN-X64-NOT: callq ___stack_chk_fail 43 ; DARWIN-X64: .cfi_endproc 77 ; DARWIN-X64-LABEL: test1b: 78 ; DARWIN-X64: mov{{l|q}} ___stack_chk_guard 79 ; DARWIN-X64: callq ___stack_chk_fail 117 ; DARWIN-X64-LABEL: test1c: 118 ; DARWIN-X64: mov{{l|q}} ___stack_chk_guard 119 ; DARWIN-X64: callq ___stack_chk_fail [all …]
|
H A D | global-sections.ll | 2 ; RUN: llc < %s -mtriple=i386-apple-darwin9.7 | FileCheck %s -check-prefix=DARWIN 3 …%s -mtriple=i386-apple-darwin10 -relocation-model=static | FileCheck %s -check-prefix=DARWIN-STATIC 111 ; DARWIN: .comm _G1,4,2 122 ; DARWIN: .section __TEXT,__const{{$}} 123 ; DARWIN: _G2: 124 ; DARWIN: .long 42 130 ; DARWIN: .section __DATA,__const 131 ; DARWIN: .globl _G3 132 ; DARWIN: _G3: 133 ; DARWIN: .long _G1 [all …]
|
H A D | memcpy.ll | 2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core2 | FileCheck %s -check-prefix=DARWIN 33 ; On the other hand, Darwin's definition of -Os is optimizing for size without 43 ; DARWIN-LABEL: test3: 44 ; DARWIN-NOT: memcpy 45 ; DARWIN: movq 46 ; DARWIN: movq 47 ; DARWIN: movq 48 ; DARWIN: movq 49 ; DARWIN: movq 50 ; DARWIN: movq [all …]
|
H A D | return-ext.ll | 9 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -fixup-byte-word-insts=0 | \ 10 ; RUN: FileCheck -check-prefix=DARWIN -check-prefix=DARWIN-BWOFF %s 11 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -fixup-byte-word-insts=1 | \ 12 ; RUN: FileCheck -check-prefix=DARWIN -check-prefix=DARWIN-BWON %s 43 ; Except on Darwin, for legacy reasons. 44 ; DARWIN-LABEL: unsigned_i8: 45 ; DARWIN: xorl 46 ; DARWIN-NEXT: cmp 47 ; DARWIN-NEXT: sete 48 ; DARWIN-NEXT: ret [all …]
|
H A D | memcpy-2.ll | 1 …llc < %s -mattr=+sse2 -mtriple=i686-apple-darwin -mcpu=core2 | FileCheck %s -check-prefix=SSE… 3 ; RUN: llc < %s -mattr=+sse,-sse2 -mtriple=i686-apple-darwin -mcpu=core2 | FileCheck %s -check-pref… 4 ; RUN: llc < %s -mattr=-sse -mtriple=i686-apple-darwin -mcpu=core2 | FileCheck %s -check-pref… 5 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core2 | FileCheck %s -check-pref… 6 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=nehalem | FileCheck %s -check-pr… 14 ; SSE2-Darwin-LABEL: t1: 15 ; SSE2-Darwin: movsd _.str+16, %xmm0 16 ; SSE2-Darwin: movsd %xmm0, 16(%esp) 17 ; SSE2-Darwin: movaps _.str, %xmm0 18 ; SSE2-Darwin: movaps %xmm0 [all …]
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/ |
H A D | NOTICE.csv | 2 …darwin-x86_64/qemu-system-x86_64 ./qemu/darwin-x86_64/qemu-system-x86_64-headless ./qemu/darwin-x8… 3 …darwin-x86_64/qemu-system-x86_64 ./qemu/darwin-x86_64/qemu-system-x86_64-headless ./qemu/darwin-x8… 4 …-only, ./qemu/darwin-x86_64/qemu-system-i386 ./qemu/darwin-x86_64/qemu-system-x86_64 ./qemu/darwin… 5 …-only, ./qemu/darwin-x86_64/qemu-system-i386 ./qemu/darwin-x86_64/qemu-system-x86_64 ./qemu/darwin… 6 …darwin-x86_64/qemu-system-x86_64 ./qemu/darwin-x86_64/qemu-system-x86_64-headless ./qemu/darwin-x8… 7 …darwin-x86_64/qemu-system-x86_64 ./qemu/darwin-x86_64/qemu-system-x86_64-headless ./qemu/darwin-x8… 8 …-only, ./qemu/darwin-x86_64/qemu-system-i386 ./qemu/darwin-x86_64/qemu-system-x86_64 ./qemu/darwin… 9 …darwin-x86_64/qemu-system-x86_64 ./qemu/darwin-x86_64/qemu-system-x86_64-headless ./qemu/darwin-x8… 10 …-only, ./qemu/darwin-x86_64/qemu-system-i386 ./qemu/darwin-x86_64/qemu-system-x86_64 ./qemu/darwin… 11 …darwin-x86_64/qemu-system-x86_64 ./qemu/darwin-x86_64/qemu-system-x86_64-headless ./qemu/darwin-x8… [all …]
|
H A D | NOTICE.txt | 7 ./qemu/darwin-x86_64/qemu-system-aarch64 8 ./qemu/darwin-x86_64/qemu-system-aarch64-headless 9 ./qemu/darwin-x86_64/qemu-system-armel 10 ./qemu/darwin-x86_64/qemu-system-armel-headless 11 ./qemu/darwin-x86_64/qemu-system-i386 12 ./qemu/darwin-x86_64/qemu-system-i386-headless 13 ./qemu/darwin-x86_64/qemu-system-x86_64 14 ./qemu/darwin-x86_64/qemu-system-x86_64-headless 42 ./qemu/darwin-x86_64/qemu-system-aarch64 43 ./qemu/darwin-x86_64/qemu-system-aarch64-headless [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/PowerPC/ |
H A D | hello-reloc.s | 5 …apple-darwin8 %s -o - | llvm-readobj -r --expand-relocs | 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: Relocation { 66 ; DARWIN-G4-DUMP: Offset: 0x34 67 ; DARWIN-G4-DUMP: PCRel: 1 68 ; DARWIN-G4-DUMP: Length: 2 [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/ARM/ |
H A D | divmod-eabi.ll | 7 ; RUN: llc -mtriple armv7-apple-darwin %s -o - | FileCheck %s --check-prefix=DARWIN 9 ; RUN: llc -mtriple armv7-apple-darwin-eabi %s -o - | FileCheck %s --check-prefix=DARWIN 13 ; DARWIN-LABEL: f16: 22 ; DARWIN: ___divsi3 23 ; DARWIN: mov [[sum:r[0-9]+]], r0 24 ; DARWIN: __modsi3 25 ; DARWIN: add [[sum]]{{.*}}r0 28 ; DARWIN: __modsi3 34 ; DARWIN: add r0{{.*}}[[sum]] 35 ; DARWIN: sxth r0, r0 [all …]
|
H A D | fast-isel-frameaddr.ll | 1 …-machineinstrs -fast-isel-abort=1 -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=DARWIN-ARM 3 …ineinstrs -fast-isel-abort=1 -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=DARWIN-THUMB2 8 ; DARWIN-ARM-LABEL: frameaddr_index0: 9 ; DARWIN-ARM: push {r7} 10 ; DARWIN-ARM: mov r7, sp 11 ; DARWIN-ARM: mov r0, r7 13 ; DARWIN-THUMB2-LABEL: frameaddr_index0: 14 ; DARWIN-THUMB2: str r7, [sp, #-4]! 15 ; DARWIN-THUMB2: mov r7, sp 16 ; DARWIN-THUMB2: mov r0, r7 [all …]
|
H A D | memfunc.ll | 2 …v7m-none-macho -disable-post-ra -o - | FileCheck %s --check-prefix=CHECK-DARWIN --check-prefix=CHE… 16 ; CHECK-DARWIN: bl _memmove 22 ; CHECK-DARWIN: bl _memcpy 30 ; CHECK-DARWIN: movs r1, #1 31 ; CHECK-DARWIN: bl _memset 41 ; CHECK-DARWIN: movs r1, #0 42 ; CHECK-DARWIN: bl _memset 50 ; CHECK-DARWIN: bl _memmove 56 ; CHECK-DARWIN: bl _memcpy 62 ; CHECK-DARWIN: bl _memset [all …]
|
H A D | MachO-subtypes.ll | 3 ; RUN: llc -mtriple=armv4t-apple-darwin -filetype=obj -o - < %s \ 6 ; RUN: llc -mtriple=armv5-apple-darwin -filetype=obj -o - < %s \ 8 ; RUN: llc -mtriple=armv5e-apple-darwin -filetype=obj -o - < %s \ 10 ; RUN: llc -mtriple=armv5t-apple-darwin -filetype=obj -o - < %s \ 12 ; RUN: llc -mtriple=armv5te-apple-darwin -filetype=obj -o - < %s \ 14 ; RUN: llc -mtriple=armv5tej-apple-darwin -filetype=obj -o - < %s \ 17 ; RUN: llc -mtriple=armv6-apple-darwin -filetype=obj -o - < %s \ 19 ; RUN: llc -mtriple=armv6k-apple-darwin -filetype=obj -o - < %s \ 21 ; RUN: llc -mtriple=thumbv6-apple-darwin -filetype=obj -o - < %s \ 23 ; RUN: llc -mtriple=thumbv6k-apple-darwin -filetype=obj -o - < %s \ [all …]
|
/aosp_15_r20/external/bazelbuild-rules_python/python/ |
H A D | versions.bzl | 34 # "x86_64-apple-darwin": "8d06bec08db8cdd0f64f4f05ee892cf2fcbc58cfb1dd69da2caab78fac42023… 38 # "x86_64-apple-darwin": "<label_for_darwin>"", 51 … "x86_64-apple-darwin": "8d06bec08db8cdd0f64f4f05ee892cf2fcbc58cfb1dd69da2caab78fac420238", 59 … "aarch64-apple-darwin": "f9a3cbb81e0463d6615125964762d133387d561b226a30199f5b039b20f1d944", 61 … "x86_64-apple-darwin": "f323fbc558035c13a85ce2267d0fad9e89282268ecb810e364fff1d0a079d525", 70 … "aarch64-apple-darwin": "ae4131253d890b013171cb5f7b03cadc585ae263719506f7b7e063a7cf6fde76", 72 … "x86_64-apple-darwin": "cd6e7c0a27daf7df00f6882eaba01490dd963f698e99aeee9706877333e0df69", 81 … "aarch64-apple-darwin": "1e0a92d1a4f5e6d4a99f86b1cbf9773d703fe7fd032590f3e9c285c7a5eeb00a", 83 … "x86_64-apple-darwin": "70b57f28c2b5e1e3dd89f0d30edd5bc414e8b20195766cf328e1b26bed7890e1", 92 … "aarch64-apple-darwin": "d1f408569d8807c1053939d7822b082a17545e363697e1ce3cfb1ee75834c7be", [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/ |
D | manifest_3289846.xml | 28 …<project groups="pdk,darwin" name="platform/prebuilts/clang/host/darwin-x86" path="prebuilts/clang… 31 …project groups="pdk,darwin,arm" name="platform/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-andr… 32 …<project groups="pdk,darwin,arm" name="platform/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8" path="p… 33 …<project name="platform/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" path="prebuilts/gc… 34 …<project groups="pdk,darwin" name="platform/prebuilts/gcc/darwin-x86/host/headers" path="prebuilts… 35 …roups="pdk,darwin" name="platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1" path="pre… 36 …project groups="pdk,darwin,mips" name="platform/prebuilts/gcc/darwin-x86/mips/mips64el-linux-andro… 37 …<project groups="pdk,darwin,x86" name="platform/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-… 46 …<project clone-depth="1" groups="darwin,tradefed" name="platform/prebuilts/go/darwin-x86" path="pr… 50 …<project groups="darwin,pdk,tradefed" name="platform/prebuilts/ninja/darwin-x86" path="prebuilts/n…
|
/aosp_15_r20/prebuilts/rust/darwin-x86/1.81.0/lib/rustlib/ |
H A D | manifest-rust-std-x86_64-apple-darwin | 1 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-e… 2 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/libadler-d3fb7… 3 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/liballoc-87165… 4 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/libcfg_if-0fcf… 5 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_bu… 6 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/libcore-d0f635… 7 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/libgetopts-73d… 8 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/libgimli-b0d8f… 9 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-d… 10 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/liblibc-08912d… [all …]
|
H A D | manifest-rust-std-aarch64-apple-darwin | 1 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/libaddr2line-f… 2 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/libadler-66e2d… 3 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/liballoc-5c6d7… 4 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/libcfg_if-69a7… 5 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/libcompiler_bu… 6 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/libcore-4cd046… 7 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/libgetopts-e99… 8 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/libgimli-438bb… 9 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/libhashbrown-c… 10 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/liblibc-4da779… [all …]
|
/aosp_15_r20/prebuilts/rust/darwin-x86/1.80.1/lib/rustlib/ |
H A D | manifest-rust-std-x86_64-apple-darwin | 1 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-e… 2 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/libadler-d3fb7… 3 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/liballoc-87165… 4 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/libcfg_if-0fcf… 5 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_bu… 6 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/libcore-d0f635… 7 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/libgetopts-94f… 8 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/libgimli-b0d8f… 9 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-d… 10 …buildbot/src/android/rust-toolchain/out/package/lib/rustlib/x86_64-apple-darwin/lib/liblibc-08912d… [all …]
|
H A D | manifest-rust-std-aarch64-apple-darwin | 1 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/libaddr2line-f… 2 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/libadler-66e2d… 3 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/liballoc-5c6d7… 4 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/libcfg_if-69a7… 5 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/libcompiler_bu… 6 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/libcore-4cd046… 7 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/libgetopts-022… 8 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/libgimli-438bb… 9 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/libhashbrown-c… 10 …uildbot/src/android/rust-toolchain/out/package/lib/rustlib/aarch64-apple-darwin/lib/liblibc-4da779… [all …]
|
/aosp_15_r20/external/clang/test/Preprocessor/ |
H A D | init.c | 102 // RUN: %clang_cc1 -E -dM -triple=x86_64-apple-darwin < /dev/null | FileCheck -match-full-lines -ch… 103 // RUN: %clang_cc1 -E -dM -triple=armv7a-apple-darwin < /dev/null | FileCheck -match-full-lines -ch… 1017 …iple=aarch64-apple-ios7.0 < /dev/null | FileCheck -match-full-lines -check-prefix AARCH64-DARWIN %s 1019 // AARCH64-DARWIN: #define _LP64 1 1021 // AARCH64-DARWIN: #define __AARCH64EL__ 1 1023 // AARCH64-DARWIN: #define __ARM_64BIT_STATE 1 1024 // AARCH64-DARWIN: #define __ARM_ARCH 8 1025 // AARCH64-DARWIN: #define __ARM_ARCH_ISA_A64 1 1027 // AARCH64-DARWIN: #define __BIGGEST_ALIGNMENT__ 8 1028 // AARCH64-DARWIN: #define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ [all …]
|
/aosp_15_r20/prebuilts/jdk/jdk21/ |
D | Android.bp | 48 darwin: { 49 src: "darwin-x86/bin/javap", 51 "darwin-x86/lib/libjli.dylib", 52 "darwin-x86/lib/jrt-fs.jar", 53 "darwin-x86/lib/jvm.cfg", 54 "darwin-x86/lib/server/libjvm.dylib", 55 "darwin-x86/lib/libverify.dylib", 56 "darwin-x86/lib/libjava.dylib", 57 "darwin-x86/lib/libzip.dylib", 58 "darwin-x86/lib/libjimage.dylib", [all …]
|