Searched refs:cpusubtype (Results 1 - 25 of 59) sorted by relevance

123

/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dfat.h30 * cputype and cpusubtype, the fat_header describes the file offset, file
58 cpu_subtype_t cpusubtype; /* machine specifier (int) */ member in struct:fat_arch
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A Dfat_util.h173 * @param cpusubtype The CPU subtype requested.
184 cpu_subtype_t cpusubtype,
196 * @param cpusubtype The CPU subtype specified.
208 cpu_subtype_t cpusubtype,
H A Dfat_util.c311 cpu_subtype_t cpusubtype,
348 fat_arches[index].cpusubtype =
349 OSSwapBigToHostInt32(fat_arches[index].cpusubtype);
371 fat_arches[0].cpusubtype = CondSwapInt32(swap, mach_hdr->cpusubtype);
378 found_arch = NXFindBestFatArch(cputype, cpusubtype, fat_arches, nfat_arch);
400 cpu_subtype_t cpusubtype,
407 if (!fat_iterator_find_fat_arch(iter, cputype, cpusubtype, &found_arch)) {
438 archinfo->cpusubtype, arch_end_ptr);
308 fat_iterator_find_fat_arch( fat_iterator iter, cpu_type_t cputype, cpu_subtype_t cpusubtype, struct fat_arch * fat_arch_out) argument
397 fat_iterator_find_arch( fat_iterator iter, cpu_type_t cputype, cpu_subtype_t cpusubtype, void ** arch_end_ptr) argument
/macosx-10.10/xar-254/xar/lib/
H A Dmacho.h41 uint32_t cpusubtype; member in struct:mach_header
60 uint32_t cpusubtype; member in struct:fat_arch
H A Dmacho.c162 context->arches[context->curarch].cpusubtype = xar_swap32(fa->cpusubtype);
217 context->me[context->curme].mh.cpusubtype = xar_swap32(mh->cpusubtype);
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dpage_decrypt.h62 cpu_subtype_t cpusubtype; member in struct:crypt_file_data
/macosx-10.10/file-46/file/src/
H A Dreadmacho.c44 cpu_subtype_t cpusubtype)
51 if(ai->cputype == cputype && ai->cpusubtype == (cpu_subtype_t)(cpusubtype & ~CPU_SUBTYPE_MASK)) {
57 file_printf(ms, " (for architecture cputype (%d) cpusubtype (%d))",
58 cputype, cpusubtype);
111 fat_archs[i].cputype, fat_archs[i].cpusubtype);
43 print_arch_name_for_file(struct magic_set *ms, cpu_type_t cputype, cpu_subtype_t cpusubtype) argument
/macosx-10.10/emacs-93/
H A Ddumpemacs.c296 archs[i].cpusubtype = OSSwapBigToHostInt32(archs[i].cpusubtype);
306 fakearch.cpusubtype = mh->cpusubtype;
315 fakearch.cpusubtype = OSSwapInt32(mh->cpusubtype);
324 fakearch.cpusubtype = mh->cpusubtype;
333 fakearch.cpusubtype = OSSwapInt32(mh->cpusubtype);
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_fat.c132 testsubtype = OSSwapBigToHostInt32(arch->cpusubtype) & ~CPU_SUBTYPE_MASK;
163 archret->cpusubtype =
164 OSSwapBigToHostInt32(best_arch->cpusubtype);
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_stubs.c47 cpu_subtype_t cpusubtype __unused)
H A Dkxld.c66 cpu_subtype_t cpusubtype; member in struct:kxld_context
107 KXLDFlags flags, cpu_type_t cputype, cpu_subtype_t cpusubtype)
128 context->cpusubtype = cpusubtype;
436 context->section_order, context->cputype, context->cpusubtype, context->flags);
105 kxld_create_context(KXLDContext **_context, KXLDAllocateCallback allocate_callback, KXLDLoggingCallback logging_callback, KXLDFlags flags, cpu_type_t cputype, cpu_subtype_t cpusubtype) argument
H A Dkxld_object.c79 cpu_subtype_t cpusubtype; member in struct:kxld_object
113 cpu_type_t cputype, cpu_subtype_t cpusubtype);
205 cpu_type_t cputype, cpu_subtype_t cpusubtype, KXLDFlags flags __unused)
226 rval = get_target_machine_info(object, cputype, cpusubtype);
246 object->cpusubtype, kxld_object_target_needs_swap(object));
319 cpu_subtype_t cpusubtype __unused)
335 object->cpusubtype = CPU_SUBTYPE_X86_64_H;
337 object->cpusubtype = CPU_SUBTYPE_X86_64_ALL;
368 object->cpusubtype = cpusubtype;
203 kxld_object_init_from_macho(KXLDObject *object, u_char *file, u_long size, const char *name, KXLDArray *section_order __unused, cpu_type_t cputype, cpu_subtype_t cpusubtype, KXLDFlags flags __unused) argument
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A Dkxld.h52 * cpusubtype The target arch's CPU subtype (0 for host subtype)
60 cpu_subtype_t cpusubtype)
H A Dmkext.h71 * - cputype & cpusubtype - in version 1 could be CPU_TYPE_ANY
86 cpu_subtype_t cpusubtype;
103 #define MKEXT_GET_CPUSUBTYPE(hdr) (MKEXT_SWAP(MKEXT_HDR_CAST(hdr)->cpusubtype))
/macosx-10.10/xnu-2782.1.97/tools/tests/execperf/
H A Dprintexecinfo.c35 const NXArchInfo *arch = NXGetArchInfoFromCpuType(_mh_execute_header.cputype, _mh_execute_header.cpusubtype & ~CPU_SUBTYPE_MASK);
38 printf("executable cputype 0x%08x cpusubtype 0x%08x (%s:%s)\n",
40 _mh_execute_header.cpusubtype,
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebBasePluginPackage.mm379 singleArch.cpusubtype = header->cpusubtype;
392 singleArch.cpusubtype = header->cpusubtype;
421 cpu_subtype_t cpusubtype = localArch->cpusubtype;
429 return NXFindBestFatArch(cputype, cpusubtype, archs, numArchs) != 0;
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dmacho++.cpp47 : pair<cpu_type_t, cpu_subtype_t>(arch.cputype, arch.cpusubtype)
55 this->second = nxa->cpusubtype;
269 return Architecture(flip(mHeader->cputype), flip(mHeader->cpusubtype));
483 n2hi(arch->cpusubtype);
561 mThinArch = Architecture(mheader.cputype, mheader.cpusubtype);
568 mThinArch = Architecture(flip(mheader.cputype), flip(mheader.cpusubtype));
670 && arch->cpusubtype == target.cpuSubtype())
674 if (arch->cputype == target.cpuType() && arch->cpusubtype == 0)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmacho++.cpp47 : pair<cpu_type_t, cpu_subtype_t>(arch.cputype, arch.cpusubtype)
55 this->second = nxa->cpusubtype;
269 return Architecture(flip(mHeader->cputype), flip(mHeader->cpusubtype));
483 n2hi(arch->cpusubtype);
561 mThinArch = Architecture(mheader.cputype, mheader.cpusubtype);
568 mThinArch = Architecture(flip(mheader.cputype), flip(mheader.cpusubtype));
670 && arch->cpusubtype == target.cpuSubtype())
674 if (arch->cputype == target.cpuType() && arch->cpusubtype == 0)
/macosx-10.10/Libc-1044.1.2/gen/
H A Dnlist.c205 fat_archs[i].cpusubtype =
206 OSSwapBigToHostInt32(fat_archs[i].cpusubtype);
219 #warning Use the cpusubtype functions!!!
/macosx-10.10/iodbc-42.5/iodbc/iodbcinst/
H A Ddlf.h145 * name, and the cputype and cpusubtype.
151 cpu_subtype_t cpusubtype; member in struct:arch_flag
/macosx-10.10/kext_tools-384.1.4/
H A Dkernelcache.c116 fatArch.cpusubtype = OSSwapHostToBigInt32(targetArch->cpusubtype);
295 fatArch = NXFindBestFatArch(archInfo->cputype, archInfo->cpusubtype,
336 machHdr->cpusubtype);
340 machHdr64->cpusubtype);
387 return ((a1->cputype == a2->cputype) && (a1->cpusubtype == a2->cpusubtype));
418 fatArch->cpusubtype);
578 fatArch = NXFindBestFatArch(archInfo->cputype, archInfo->cpusubtype,
/macosx-10.10/objc4-646/
H A Dmarkgc.c316 mh->cpusubtype = OSSwapInt32(mh->cpusubtype);
324 NXArchInfo *info = (NXArchInfo *)NXGetArchInfoFromCpuType(mh->cputype, mh->cpusubtype);
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclLoadDyld.c668 arch->cpusubtype, fatarchs, fh_nfat_arch);
673 arch->cputype | arch_abi, arch->cpusubtype,
674 fa->cputype, fa->cpusubtype);
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclLoadDyld.c670 arch->cpusubtype, fatarchs, fh_nfat_arch);
675 arch->cputype | arch_abi, arch->cpusubtype,
676 fa->cputype, fa->cpusubtype);
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmain.c615 cpu_subtype_t cpusubtype = _mh_execute_header.cpusubtype; local
617 const NXArchInfo *arch = NXGetArchInfoFromCpuType(cputype, cpusubtype);

Completed in 203 milliseconds

123