Searched defs:arch (Results 1 - 25 of 156) sorted by last modified time

1234567

/external/valgrind/main/tests/
H A Darch_test.c13 // - 0 if the machine matches the asked-for arch
14 // - 1 if it doesn't match but does match the name of another arch
15 // - 2 if it doesn't match the name of any arch
37 static Bool go(char* arch) argument
40 if ( 0 == strcmp( arch, "x86" ) ) return True;
44 if ( 0 == strcmp( arch, "x86" ) ) return True;
46 if ( 0 == strcmp( arch, "amd64" ) ) return True;
49 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
52 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
54 if ( 0 == strcmp( arch, "ppc3
[all...]
/external/valgrind/main/VEX/priv/
H A Dmain_main.c77 static Bool are_valid_hwcaps ( VexArch arch, UInt hwcaps );
78 static const HChar* show_hwcaps ( VexArch arch, UInt hwcaps );
1202 const HChar* LibVEX_ppVexArch ( VexArch arch )
1204 switch (arch) {
1219 const HChar* LibVEX_ppVexHwCaps ( VexArch arch, UInt hwcaps ) argument
1221 const HChar* str = show_hwcaps(arch,hwcaps);
1534 static const HChar* show_hwcaps ( VexArch arch, UInt hwcaps ) argument
1536 switch (arch) {
1550 static Bool are_valid_hwcaps ( VexArch arch, UInt hwcaps ) argument
1552 return show_hwcaps(arch,hwcap
[all...]
/external/valgrind/main/coregrind/
H A Dfixup_macho_loadcmds.c264 struct fat_arch arch; local
281 arch.cputype = ntohl(arch_be->cputype);
282 arch.cpusubtype = ntohl(arch_be->cpusubtype);
283 arch.offset = ntohl(arch_be->offset);
284 arch.size = ntohl(arch_be->size);
285 if (arch.cputype == cputype) {
286 if (ii->img_szB < arch.offset + arch.size)
288 ii->macho_img = ii->img + arch.offset;
289 ii->macho_img_szB = arch
[all...]
H A Dlauncher-darwin.c140 /* Examine the client and work out which arch it is for */
158 // If it's thin, return that arch.
168 // If it's fat, look for a good arch.
174 // If only one fat arch, use it.
179 // Scan fat headers for default arch.
184 // Scan fat headers for any supported arch.
207 const char *arch; local
240 if (0 == strncmp(argv[i], "--arch=", 7))
289 VG_(debugLog)(1, "launcher", "arch '%s' IS NOT installed\n", valid_archs[i].valgrind_name);
292 VG_(debugLog)(1, "launcher", "arch '
[all...]
H A Dpub_core_threadstate.h304 ThreadArchState arch; member in struct:__anon32745
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c228 const ThreadArchState* arch = &tst->arch; local
252 regs->eflags = LibVEX_GuestX86_get_eflags( &arch->vex );
253 regs->esp = arch->vex.guest_ESP;
254 regs->eip = arch->vex.guest_EIP;
256 regs->ebx = arch->vex.guest_EBX;
257 regs->ecx = arch->vex.guest_ECX;
258 regs->edx = arch->vex.guest_EDX;
259 regs->esi = arch->vex.guest_ESI;
260 regs->edi = arch
396 const ThreadArchState* arch = &tst->arch; local
493 const ThreadArchState* arch = &tst->arch; local
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c210 struct fat_arch arch; local
212 VG_(memset)(&arch, 0, sizeof(arch));
213 arch.cputype = VG_(ntohl)(arch_be.cputype);
214 arch.cpusubtype = VG_(ntohl)(arch_be.cpusubtype);
215 arch.offset = VG_(ntohl)(arch_be.offset);
216 arch.size = VG_(ntohl)(arch_be.size);
217 if (arch.cputype == cputype) {
218 if (ML_(img_size)(sli.img) < arch.offset + arch
[all...]
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-darwin.c583 ThreadArchState* arch = &VG_(threads)[1].arch; local
592 LibVEX_GuestX86_initialise(&arch->vex);
595 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestX86State));
596 VG_(memset)(&arch->vex_shadow2, 0, sizeof(VexGuestX86State));
599 arch->vex.guest_ESP = iifii.initial_client_SP;
600 arch->vex.guest_EIP = iifii.initial_client_IP;
607 LibVEX_GuestAMD64_initialise(&arch->vex);
610 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestAMD64State));
611 VG_(memset)(&arch
[all...]
H A Dinitimg-linux.c971 ThreadArchState* arch = &VG_(threads)[1].arch; local
981 LibVEX_GuestX86_initialise(&arch->vex);
984 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestX86State));
985 VG_(memset)(&arch->vex_shadow2, 0, sizeof(VexGuestX86State));
988 arch->vex.guest_ESP = iifii.initial_client_SP;
989 arch->vex.guest_EIP = iifii.initial_client_IP;
993 asm volatile("movw %%cs, %0" : : "m" (arch->vex.guest_CS));
994 asm volatile("movw %%ds, %0" : : "m" (arch->vex.guest_DS));
995 asm volatile("movw %%ss, %0" : : "m" (arch
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-mips32-linux.c263 setup_child (&ctst->arch, &ptst->arch);
266 ctst->arch.vex.guest_r2 = 0;
267 ctst->arch.vex.guest_r7 = 0;
269 ctst->arch.vex.guest_r29 = sp;
307 ctst->arch.vex.guest_r27 = child_tls;
311 ctst->arch.vex.guest_r27 = child_tls;
333 VG_(cleanup_thread) (&ctst->arch);
337 ptst->arch.vex.guest_r2 = 0;
349 VG_ (cleanup_thread) (ThreadArchState * arch) { } argument
[all...]
/external/valgrind/main/coregrind/m_ume/
H A Dmacho.c325 print("bad executable (no arch-compatible thread state)\n");
724 // Scan arch headers looking for a good one
728 struct fat_arch arch; local
729 if (arch_offset + sizeof(arch) > size) {
734 res = VG_(pread)(fd, &arch, sizeof(arch), arch_offset);
735 arch_offset += sizeof(arch);
736 if (sr_isError(res) || sr_Res(res) != sizeof(arch)) {
737 VG_(printf)("bad executable (corrupt fat arch) %x %llu\n",
738 arch
[all...]
/external/skia/experimental/webtry/
H A Dseccomp_bpf.h44 __u32 arch; member in struct:seccomp_data
/external/qemu/android/config/linux-x86/linux/
H A Dkvm.h149 struct kvm_debug_exit_arch arch; member in struct:kvm_run::__anon29064::__anon29069
310 struct kvm_guest_debug_arch arch; member in struct:kvm_guest_debug
/external/qemu/android/config/linux-x86_64/linux/
H A Dkvm.h149 struct kvm_debug_exit_arch arch; member in struct:kvm_run::__anon29086::__anon29091
310 struct kvm_guest_debug_arch arch; member in struct:kvm_guest_debug
/external/qemu/android/
H A Dmain.c1387 char* arch = avdInfo_getTargetCpuArch(avd); local
1388 D("Target arch = '%s'", arch ? arch : "NULL");
1389 if (arch != NULL && !strcmp(arch, "x86")) {
1393 AFREE(arch);
/external/qemu/disas/
H A Darm.c87 unsigned long arch; /* Architecture defining this insn. */ member in struct:opcode32
94 unsigned long arch; /* Architecture defining this insn. */ member in struct:opcode16
/external/qemu/hw/nvram/
H A Dfw_cfg.c57 int arch = !!(s->cur_entry & FW_CFG_ARCH_LOCAL); local
58 FWCfgEntry *e = &s->entries[arch][s->cur_entry & FW_CFG_ENTRY_MASK];
91 int arch = !!(s->cur_entry & FW_CFG_ARCH_LOCAL); local
92 FWCfgEntry *e = &s->entries[arch][s->cur_entry & FW_CFG_ENTRY_MASK];
192 int arch = !!(key & FW_CFG_ARCH_LOCAL); local
199 s->entries[arch][key].data = data;
200 s->entries[arch][key].len = len;
236 int arch = !!(key & FW_CFG_ARCH_LOCAL); local
246 s->entries[arch][key].data = data;
247 s->entries[arch][ke
[all...]
/external/qemu/include/disas/
H A Dbfd.h46 bfd_arch_unknown, /* File arch not known */
274 enum bfd_architecture arch; member in struct:disassemble_info
445 (INFO).arch = bfd_arch_unknown, \
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2879 char * arch; member in struct:TargetInfo
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/pcre/dist/
H A Dpcretest.c3336 const char *arch; local
3337 (void)PCRE_CONFIG(PCRE_CONFIG_JITTARGET, (void *)(&arch));
3338 printf(" Just-in-time compiler support: %s\n", arch);
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp546 int arch = CV_GET_PROC_ARCH(cpu_info->model); local
557 const char** ipp_suffix = arch == CV_PROC_IA64 ? ipp_sfx_ia64 :
558 arch == CV_PROC_EM64T ? ipp_sfx_em64t : ipp_sfx_ia32;
559 const char** mkl_suffix = arch == CV_PROC_IA64 ? mkl_sfx_ia64 :
560 arch == CV_PROC_EM64T ? mkl_sfx_em64t : mkl_sfx_ia32;
589 (arch == CV_PROC_IA32_GENERIC || arch == CV_PROC_IA64 || arch == CV_PROC_EM64T) )
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp995 Program::Program(Type type, Target *arch) argument
997 target(arch),
/external/ltrace/
H A Dbreakpoint.h68 struct arch_breakpoint_data arch; member in struct:breakpoint
H A Dlibrary.h73 struct arch_library_symbol_data arch; member in struct:library_symbol
171 struct arch_library_data arch; member in struct:library

Completed in 3762 milliseconds

1234567