HomeSort by relevance Sort by last modified time
    Searched full:arch (Results 151 - 175 of 5710) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/compiler-rt/lib/tsan/
CMakeLists.txt 83 foreach(arch ${TSAN_SUPPORTED_ARCH})
84 if(arch STREQUAL "x86_64")
94 DEPENDS clang_rt.tsan-${arch} ${BUILDGO_SCRIPT}
101 add_compiler_rt_runtime(clang_rt.tsan-${arch} ${arch} STATIC
103 $<TARGET_OBJECTS:RTInterception.${arch}>
104 $<TARGET_OBJECTS:RTSanitizerCommon.${arch}>
105 $<TARGET_OBJECTS:RTSanitizerCommonLibc.${arch}>
108 list(APPEND TSAN_RUNTIME_LIBRARIES clang_rt.tsan-${arch})
109 add_sanitizer_rt_symbols(clang_rt.tsan-${arch} rtl/tsan.syms.extra
    [all...]
  /external/libunwind/include/
libunwind.h.in 2 when multiple different arch releases are installed simultaneously. */
27 # error "Unsupported arch"
32 # include "libunwind-@arch@.h"
  /external/libunwind/include/tdep/
libunwind_i.h.in 2 when multiple different arch releases are installed simultaneously. */
27 # error "Unsupported arch"
33 # include "tdep-@arch@/libunwind_i.h"
  /external/llvm/test/TableGen/
AsmPredicateCondsEmission.td 5 // code would be: "return ( && (Bits & arch::AssemblerCondition2));".
11 def arch : Target {
31 // CHECK: return ((Bits & arch::AssemblerCondition2));
  /external/valgrind/none/tests/
allexec_prepare_prereq 4 # On 'single arch' compiled Valgrind, allexec32 and allexec64 will point
6 # On 'bi-arch', they will point respectively to the executable compiled
7 # for the revelant arch.
  /build/core/
executable.mk 34 # check if preferred arch is supported
37 # first arch is supported
44 # check if preferred arch was not supported or asked to build both
48 # check if the non-preferred arch is the primary or secondary
55 # check if non-preferred arch is supported
58 # non-preferred arch is supported
  /bionic/libc/tools/
check-symbols.py 11 arch = re.sub(r'.*/linux-x86/([^/]+)/.*', r'\1', toolchain) variable
13 sys.stderr.write('Checking symbols for arch "%s"...\n' % arch)
17 if library == 'libm' and arch == 'arm':
19 path = '%s/development/ndk/platforms/android-%s/arch-%s/symbols/%s.so.%s.txt' % (os.environ['ANDROID_BUILD_TOP'], api, arch, library, functions_or_variables)
23 #sys.stdout.write('%d %s in %s for %s\n' % (len(symbols), functions_or_variables, library, arch))
54 sys.stderr.write('%d missing %s in %s for %s:\n' % (len(missing), functions_or_variables, library, arch))
  /external/boringssl/src/crypto/rc4/
CMakeLists.txt 3 if (${ARCH} STREQUAL "x86_64")
12 if (${ARCH} STREQUAL "x86")
  /external/clang/test/Driver/
arc-exceptions.m 1 // RUN: %clang -### -x objective-c -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log
4 // RUN: %clang -### -x objective-c++ -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log
default-toolchain.c 4 // RUN: %clang -target i386-apple-darwin9 -arch ppc -m64 -v 2> %t
7 // RUN: %clang -target i386-apple-darwin9 -arch ppc64 -m32 -v 2> %t
preserve-uselistorder.c 1 // RUN: %clang -target x86_64-apple-darwin -emit-llvm -arch x86_64 %s -### 2>&1 \
6 // RUN: %clang -target x86_64-apple-darwin -flto -arch x86_64 %s -### 2>&1 \
cl-x86-flags.c 11 // -arch:IA32 is no-op.
12 // RUN: %clang_cl -m32 -arch:IA32 --target=i386 -### -- 2>&1 %s | FileCheck -check-prefix=IA32 %s
16 // RUN: %clang_cl -m32 -arch:ia32 --target=i386 -### -- 2>&1 %s | FileCheck -check-prefix=ia32 %s
20 // RUN: %clang_cl -m64 -arch:IA32 --target=x86_64 -### -- 2>&1 %s | FileCheck -check-prefix=IA3264 %s
24 // RUN: %clang_cl -m32 -arch:SSE --target=i386 -### -- 2>&1 %s | FileCheck -check-prefix=SSE %s
29 // RUN: %clang_cl -m32 -arch:sse --target=i386 -### -- 2>&1 %s | FileCheck -check-prefix=sse %s
33 // RUN: %clang_cl -m32 -arch:SSE2 --target=i386 -### -- 2>&1 %s | FileCheck -check-prefix=SSE2 %s
38 // RUN: %clang_cl -m32 -arch:sse2 --target=i386 -### -- 2>&1 %s | FileCheck -check-prefix=sse %s
42 // RUN: %clang_cl -m64 -arch:SSE --target=x86_64 -### -- 2>&1 %s | FileCheck -check-prefix=SSE64 %s
46 // RUN: %clang_cl -m64 -arch:SSE2 --target=x86_64 -### -- 2>&1 %s | FileCheck -check-prefix=SSE264 %
    [all...]
  /external/fio/
gettime.h 4 #include "arch/arch.h"
helpers.c 9 #include "arch/arch.h"
  /external/llvm/test/MC/Mips/
set-defined-symbol.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -filetype=obj -o - | \
2 # RUN: llvm-objdump -d -r -arch=mips - | FileCheck %s
  /external/llvm/test/MC/Sparc/
sparc-directives.s 1 ! RUN: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s --check-prefix=SPARC32
2 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s --check-prefix=SPARC64
  /external/ltrace/sysdeps/linux-gnu/
README 0 * "arch/syscallent.h" is made from <asm/unistd.h>.
5 * "arch/signalent.h" is made from <asm/signal.h>.
  /external/ltrace/sysdeps/linux-gnu/mips/
plt.c 74 debug(1,"plt_addr %zx ndx %#zx",lte->arch.pltgot_addr, ndx);
82 return lte->arch.pltgot_addr +
83 sizeof(void *) * (lte->arch.mips_local_gotno
84 + (ndx - lte->arch.mips_gotsym));
110 if (sym->arch.pltalways
111 || (!sym->arch.gotonly && sym->plt_type == LS_TOPLT_NONE)) {
165 sym_index += lte->arch.mips_gotsym;
228 lte->arch.pltgot_addr = dyn.d_un.d_ptr;
231 lte->arch.mips_local_gotno = dyn.d_un.d_val;
234 lte->arch.mips_gotsym = dyn.d_un.d_val
    [all...]
  /prebuilts/qemu-kernel/
build-kernel.sh 45 ARCH=arm
75 --arch=*)
120 echo " --arch=<arch> change target architecture [$ARCH]"
153 ARCH=$OPTION_ARCH
159 if [ "$ARCH" = "x86" ]; then
164 echo "WARNING: android-goldfish-$KERNEL_VERSION doesn't build --arch=$ARCH with GCC 4.7"
167 if [ "$ARCH" = "arm64" ]; the
    [all...]
  /external/lldb/scripts/
verify_api.py 10 def extract_exe_symbol_names (arch, exe_path, match_str):
11 command = 'dsymutil --arch %s -s "%s" | grep "%s" | colrm 1 69' % (arch, exe_path, match_str)
29 verify_api.py --library ~/Documents/src/lldb/build/Debug/LLDB.framework/LLDB --arch x86_64 /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB --api-regex lldb
33 parser.add_option('-a', '--arch', type='string', action='append', dest='archs', help='architecure to use when checking the api')
40 for arch in options.archs:
42 external_symbols = extract_exe_symbol_names(arch, library, "( SECT EXT)");
49 print 'error: must specify one or more architectures with the --arch option'
60 for arch in options.archs:
62 print 'Verifying (%s) "%s"...' % (arch, exe_path
    [all...]
  /external/compiler-rt/cmake/Modules/
AddCompilerRT.cmake 7 # with name "<name>.<arch>" if architecture can be targeted.
8 # add_compiler_rt_object_library(<name> <arch>
12 macro(add_compiler_rt_object_library name arch)
13 if(CAN_TARGET_${arch})
15 add_library(${name}.${arch} OBJECT ${LIB_SOURCES})
16 set_target_compile_flags(${name}.${arch}
17 ${CMAKE_CXX_FLAGS} ${TARGET_${arch}_CFLAGS} ${LIB_CFLAGS})
18 set_property(TARGET ${name}.${arch} APPEND PROPERTY
21 message(FATAL_ERROR "Archtecture ${arch} can't be targeted")
27 # add_compiler_rt_darwin_object_library(<name> <os> ARCH <architectures
    [all...]
  /external/compiler-rt/
Makefile 47 @echo " <platform name>-<config name>-<arch name>:"
48 @echo " build the libraries for a single config and arch"
135 $(call GetCNAVar,SHARED_LIBRARY,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
137 $(call GetCNAVar,SHARED_LIBRARY_SUFFIX,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
151 $(call VarOrDefault,$(Tmp.Key).Arch.$(Tmp.Config),$($(Tmp.Key).Arch))))
167 # Per-Config-Arch Libraries
168 $(foreach arch,$(Tmp.ArchsToBuild),\
169 $(call PerPlatformConfigArch_template,$(arch)))
173 $(call Set,Tmp.Arch,$(1)
    [all...]
  /build/core/combo/arch/arm/
armv5te-vfp.mk 6 include $(BUILD_COMBOS)/arch/arm/armv5te.mk
  /build/core/combo/arch/x86/
haswell.mk 13 # CFLAGS for this arch
ivybridge.mk 13 # CFLAGS for this arch

Completed in 2078 milliseconds

1 2 3 4 5 67 8 91011>>