HomeSort by relevance Sort by last modified time
    Searched refs:arch (Results 626 - 650 of 888) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 126 /* Only support x86 arch */
127 if (yasm__strcasecmp(yasm_arch_keyword(object->arch), "x86") != 0) {
132 /* Support x86 and amd64 machines of x86 arch */
133 if (yasm__strcasecmp(yasm_arch_get_machine(object->arch), "x86") &&
134 yasm__strcasecmp(yasm_arch_get_machine(object->arch), "amd64")) {
169 info->object->arch)) {
229 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize,
655 yasm_arch_set_var(object->arch, "mode_bits", bits);
  /external/v8/tools/
test.py     [all...]
  /ndk/build/core/
init.mk 523 _archs := $(sort $(strip $(notdir $(wildcard $(NDK_PLATFORMS_ROOT)/android-*/arch-*))))
524 NDK_FOUND_ARCHS := $(_archs:arch-%=%)
542 $(if $(filter-out 1,$(words $(NDK_ABI.$(_abi).arch))),\
543 $(call __ndk_info,INTERNAL ERROR: The $(_abi) ABI should have exactly one architecture definitions. Found: '$(NDK_ABI.$(_abi).arch)')\
580 $(foreach arch,$(NDK_ALL_ARCHS),\
581 $(call ndk_log, $(space)$(space)$(arch): $(NDK_ARCH.$(arch).abis))\
  /bionic/libc/
Android.mk 3 include $(LOCAL_PATH)/arch-$(TARGET_ARCH)/syscalls.mk
484 include bionic/libc/arch-$(TARGET_ARCH)/$(TARGET_ARCH).mk
564 -I$(LOCAL_PATH)/arch-$(TARGET_ARCH)/include
590 libc_crt_target_crtbegin_file := $(LOCAL_PATH)/arch-$(TARGET_ARCH)/bionic/crtbegin.c
591 libc_crt_target_crtbegin_so_file := $(LOCAL_PATH)/arch-$(TARGET_ARCH)/bionic/crtbegin_so.c
621 $(GEN): $(LOCAL_PATH)/arch-$(TARGET_ARCH)/bionic/crtend_so.S
674 $(GEN): $(LOCAL_PATH)/arch-$(TARGET_ARCH)/bionic/crtend.S
899 arch-arm/bionic/crtbegin_so.c \
900 arch-arm/bionic/atexit_legacy.c \
902 arch-arm/bionic/crtend_so.
    [all...]
  /external/chromium_org/build/android/
adb_gdb 178 --target-arch=*)
271 but if this fails, will default to 'arm'. Use --target-arch=<name> to force
322 --target-arch=<name> Specify NDK target arch.
367 local ARCH=$(echo $GYP_DEFINES | tr ' ' '\n' | grep '^target_arch=' |\
369 case $ARCH in
371 mips|arm) echo "$ARCH";;
387 log "Auto-config: --arch=$TARGET_ARCH (equivalent to ia32)"
407 # out: NDK arch name (e.g. 'x86' or 'x86_64')
446 echo "$ARCH-linux-android
    [all...]
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 82 StringRef Arch,
189 llvm::Triple::ArchType arch = triple.getArch(); local
190 bool is64bit = arch == llvm::Triple::ppc64 || arch == llvm::Triple::x86_64;
201 StringRef Arch,
203 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
205 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
207 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward",
278 AddPath("/boot/develop/headers/os/arch", System, false)
    [all...]
  /external/libvpx/libvpx/
configure 420 for arch in $fat_bin_archs; do
421 BUILD_PFX=${arch}/ toolchain=${arch} $self --child $cmdline_args || exit $?
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 362 OwningPtr<Binary> arch; local
363 if (error(object::createBinary(Buffer.take(), arch), Filename))
366 if (object::Archive *a = dyn_cast<object::Archive>(arch.get())) {
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 46 RegisterAllocator(int arch);
56 RegisterFile(int arch);
57 RegisterFile(const RegisterFile& rhs, int arch);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 358 elf_march = elf_set_arch(object->arch, object->symtab, bits_pref);
467 retval = yasm_arch_intnum_tobytes(info->object->arch, zero, buf, destsize,
496 info->object->arch)) {
577 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize,
    [all...]
elf.c 74 elf_set_arch(yasm_arch *arch, yasm_symtab *symtab, int bits_pref)
76 const char *machine = yasm_arch_get_machine(arch);
83 if (yasm__strcasecmp(yasm_arch_keyword(arch), elf_march->arch)==0)
797 yasm_internal_error(N_("Unsupported arch/machine for elf output"));
802 yasm_internal_error(N_("Unsupported arch/machine for elf output"));
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.js 137 fetchMap(src + '/debugging_' + crash_info['arch'] + '.map', crash_info);
  /external/chromium_org/third_party/mesa/src/
Android.mk 53 # host and target must be the same arch to generate matypes.h
  /external/mesa3d/
Android.mk 53 # host and target must be the same arch to generate matypes.h
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 281 /* Only support x86 arch */
282 if (yasm__strcasecmp(yasm_arch_keyword(object->arch), "x86") != 0) {
312 /* Support x86 and amd64 machines of x86 arch */
313 if (yasm__strcasecmp(yasm_arch_get_machine(object->arch), "x86") == 0)
315 else if (yasm__strcasecmp(yasm_arch_get_machine(object->arch),
336 /* Support x86 and amd64 machines of x86 arch.
339 if (yasm__strcasecmp(yasm_arch_get_machine(object->arch),
344 } else if (yasm__strcasecmp(yasm_arch_get_machine(object->arch),
376 /* Support amd64 machine of x86 arch */
377 if (yasm__strcasecmp(yasm_arch_get_machine(object->arch),
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
trap.cc 153 sigsys.arch != SECCOMP_ARCH) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.h 303 * \param arch architecture (optional); if provided, data items
311 /*@null@*/ yasm_arch *arch, unsigned long line);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bbc.c 242 yasm_lc3b__intnum_tobytes(yasm_arch *arch, const yasm_intnum *intn,
  /external/chromium_org/v8/tools/testrunner/server/
work_handler.py 59 "%s.%s" % (self.ctx.arch, self.ctx.mode))
  /external/e2fsprogs/debian/
rules 375 # no arch-independant debs.
377 binary-arch: DH_OPTIONS= -a
378 binary-arch: install install-udeb
597 binary: binary-indep binary-arch
599 .PHONY: binary binary-arch binary-indep clean checkroot mrproper debian-files
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
  /external/kernel-headers/original/asm-arm/
pgtable.h 23 #include <asm/arch/vmalloc.h>
361 /* Needs to be defined here and not in linux/mm.h, as it is arch dependent */
  /external/valgrind/main/coregrind/
m_stacktrace.c 463 Word hsp = VG_(threads)[tid_if_known].arch.vex.guest_REDIR_SP;
467 .arch.vex.guest_REDIR_STACK[hsp-1];
541 .arch.vex.guest_REDIR_SP;
546 .arch.vex.guest_REDIR_STACK[hsp-1];
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.S 32 .arch armv7-a

Completed in 1538 milliseconds

<<21222324252627282930>>