Searched refs:architecture (Results 1 - 25 of 175) sorted by relevance

1234567

/external/strace/linux/
H A Darch_sigreturn.c1 #warning sigreturn/rt_sigreturn signal mask decoding is not implemented for this architecture
/external/v8/src/
H A Dsimulator.h25 #error Unsupported target architecture.
/external/v8/src/base/
H A Dbuild_config.h10 // Processor architecture detection. For more info on what's defined, see:
18 // compiled for the host architecture in question.
66 #error "Host architecture was not detected as supported by v8"
83 // Target architecture detection. This may be set externally. If not, detect
84 // in the same way as the host architecture, that is, target the native
102 #error Target architecture was not detected as supported by v8
106 // Determine architecture pointer size.
140 #error Unknown target architecture pointer size
145 #error Target architecture ia32 is only supported on ia32 host
149 #error Target architecture x6
[all...]
/external/llvm/test/MC/ARM/
H A Ddirective-arch_extension-sec.s15 @ CHECK-V6: error: architectural extension 'sec' is not allowed for the current base architecture
18 @ CHECK-V7-NOT: error: architectural extension 'sec' is not allowed for the current base architecture
26 @ CHECK-V6: error: architectural extension 'sec' is not allowed for the current base architecture
29 @ CHECK-V7-NOT: error: architectural extension 'sec' is not allowed for the current base architecture
H A Ddirective-object_arch-diagnostics.s8 @ CHECK: error: unknown architecture 'i686'
H A Ddirective-arch-armv2.s4 @ armv2 architecture.
/external/v8/build/
H A Ddetect_v8_host_arch.py29 """Outputs host CPU architecture in format recognized by gyp."""
61 # the best indicator of the host architecture
71 if host_arch == 'x64' and platform.architecture()[0] == '32bit':
/external/boringssl/
H A Dcrypto-sources.mk6 # Do not add in the architecture-specific files if we don't want to build assembly
/external/ltrace/testsuite/ltrace.main/
H A Dhello-vfork.exp25 if [regexp {ELF from incompatible architecture} $exec_output] {
H A Dsignals.exp22 if [regexp {ELF from incompatible architecture} $exec_output] {
H A Dbranch_func.exp40 if [regexp {ELF from incompatible architecture} $exec_output] {
H A Dmain-threaded.exp29 if [regexp {ELF from incompatible architecture} $exec_output] {
H A Dmain-vfork.exp29 if [regexp {ELF from incompatible architecture} $exec_output] {
H A Dmain.exp29 if [regexp {ELF from incompatible architecture} $exec_output] {
/external/ltrace/testsuite/ltrace.minor/
H A Dlibdl-simple.exp27 if [regexp {ELF from incompatible architecture} $exec_output] {
H A Dprint-instruction-pointer.exp21 if [regexp {ELF from incompatible architecture} $exec_output] {
H A Dtrace-clone.exp19 if [regexp {ELF from incompatible architecture} $exec_output] {
/external/ltrace/testsuite/ltrace.torture/
H A Dia64-sigill.exp19 if [regexp {ELF from incompatible architecture} $exec_output] {
H A Dsignals.exp22 if [regexp {ELF from incompatible architecture} $exec_output] {
H A Dvfork-thread.exp21 if [regexp {ELF from incompatible architecture} $exec_output] {
H A Dppc-lwarx.exp41 if [regexp {ELF from incompatible architecture} $exec_output] {
/external/strace/debian/
H A Drules22 DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
23 DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
24 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
/external/cmockery/cmockery_0_1_2/packages/deb/
H A Drules15 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
16 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
81 # Build architecture-independent files here.
85 # Build architecture-dependent files here.
/external/webrtc/webrtc/base/
H A Dsysteminfo_unittest.cc41 rtc::SystemInfo::Architecture architecture = info.GetCpuArchitecture(); local
44 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_X64, architecture);
47 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_ARM, architecture);
49 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_X86, architecture);
/external/fio/os/windows/
H A Ddobuild.cmd13 echo Error: must specify the architecture.

Completed in 397 milliseconds

1234567