Searched refs:cputype (Results 1 - 25 of 197) sorted by relevance

12345678

/macosx-10.9.5/cctools-845/include/stuff/
H A Dreloc.h31 cpu_type_t cputype);
33 cpu_type_t cputype,
36 cpu_type_t cputype,
H A Dbest_arch.h31 * cpusubtype_findbestarch() is passed a cputype and cpusubtype and a set of
37 * routine is used. But if there is an exact match between the cputype and
41 cpu_type_t cputype,
48 * differnet cpusubtypes for the specified cputype. If the two cpusubtypes
56 cpu_type_t cputype,
62 * execution on the host_cpusubtype for the specified cputype. If the
H A Darch.h38 * name, and the cputype and cpusubtype.
42 cpu_type_t cputype; member in struct:arch_flag
84 * match it's cputype and cpusubtype. The string is allocated via malloc by
93 * specified cputype and cpusubtype if known. If unknown it returns a pointer
97 cpu_type_t cputype,
102 * specified cputype if known. If unknown it returns NULL.
105 cpu_type_t cputype);
109 * specified cputype and cpusubtype if known. If unknown it returns
120 * specified cputype and cpusubtype if known. If unknown it returns 0.
158 * force_cpusubtype_ALL_for_cputype() takes a cputype an
[all...]
/macosx-10.9.5/cctools-845/libstuff/
H A Darch.c149 * specified cputype and cpusubtype if known. If unknown it returns a pointer
150 * to the an allocated string "cputype X cpusubtype Y" where X and Y are decimal
156 cpu_type_t cputype,
163 if(arch_flags[i].cputype == cputype &&
169 p = savestr("cputype 1234567890 cpusubtype 1234567890");
171 sprintf(p, "cputype %u cpusubtype %u", cputype,
175 p = savestr("cputype ?? cpusubtype ??");
182 * specified cputype i
155 get_arch_name_from_types( cpu_type_t cputype, cpu_subtype_t cpusubtype) argument
186 get_arch_family_from_cputype( cpu_type_t cputype) argument
367 force_cpusubtype_ALL_for_cputype( cpu_type_t cputype) argument
[all...]
H A Dbest_arch.c32 * cpusubtype_findbestarch() is passed a cputype and cpusubtype and a set of
38 * routine is used. But if there is an exact match between the cputype and
44 cpu_type_t cputype,
56 if(fat_archs[i].cputype == cputype &&
64 * cputype dependent.
66 switch(cputype){
89 if(fat_archs[i].cputype != cputype)
97 if(fat_archs[i].cputype !
43 cpusubtype_findbestarch( cpu_type_t cputype, cpu_subtype_t cpusubtype, struct fat_arch *fat_archs, uint32_t nfat_archs) argument
532 cpusubtype_combine( cpu_type_t cputype, cpu_subtype_t cpusubtype1, cpu_subtype_t cpusubtype2) argument
[all...]
H A Dset_arch_flag_name.c30 * match it's cputype and cpusubtype. The string is allocated via malloc by
43 if(arch_flag->cputype == p->cputype &&
52 p->name = savestr("cputype (1234567890) cpusubtype (1234567890)");
53 sprintf(p->name, "cputype (%d) cpusubtype (%d)",
54 p->cputype, p->cpusubtype);
H A Dreloc.c37 * reloc_pair_r_type() returns the PAIR constant for the specific cputype for
43 cpu_type_t cputype)
45 switch(cputype){
78 "cputype (%u)", cputype);
85 * cputype for has a paired relocation entry.
90 cpu_type_t cputype,
93 switch(cputype){
158 "cputype (%u)", cputype);
42 reloc_pair_r_type( cpu_type_t cputype) argument
89 reloc_has_pair( cpu_type_t cputype, uint32_t r_type) argument
169 reloc_is_sectdiff( cpu_type_t cputype, uint32_t r_type) argument
[all...]
H A Dlto.c58 ofile->lto_cputype = arch_flag.cputype;
163 * through with the cputype set to 0. This should work for things
167 arch_flag->cputype = 0;
203 arch_flag->cputype = CPU_TYPE_I386;
207 arch_flag->cputype = CPU_TYPE_X86_64;
211 arch_flag->cputype = CPU_TYPE_POWERPC;
215 arch_flag->cputype = CPU_TYPE_POWERPC64;
219 arch_flag->cputype = CPU_TYPE_ARM;
226 arch_flag->cputype = CPU_TYPE_ARM;
231 arch_flag->cputype
[all...]
/macosx-10.9.5/cctools-845/include/mach-o/
H A Darch.h45 cpu_type_t cputype; member in struct:__anon6906
66 * NXArchInfo from the architecture's name or cputype/cpusubtype
68 * to request the most general NXArchInfo known for the given cputype.
72 extern const NXArchInfo *NXGetArchInfoFromCpuType(cpu_type_t cputype,
75 /* NXFindBestFatArch() is passed a cputype and cpusubtype and a set of
81 * routine is used. But if there is an exact match between the cputype and
84 extern struct fat_arch *NXFindBestFatArch(cpu_type_t cputype,
90 * different cpusubtypes for the specified cputype. If the two cpusubtypes
97 extern cpu_subtype_t NXCombineCpuSubtypes(cpu_type_t cputype,
H A Dfat.h30 * cputype and cpusubtype, the fat_header describes the file offset, file
57 cpu_type_t cputype; /* cpu specifier (int) */ member in struct:fat_arch
/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Dexterns.c44 struct cputype *cputype; variable in typeref:struct:cputype
H A Dconfig.h188 struct cputype { struct
190 struct cputype *cpu_next;
193 extern struct cputype *cputype;
/macosx-10.9.5/cctools-845/libmacho/
H A Darch.c175 * NXGetLocalArchInfo() returns the NXArchInfo matching the cputype and
227 * NXGetArchInfoFromName() is passed a cputype and cpusubtype and returns
230 * matches the given cputype is returned. This is the NXArchInfo struct
236 cpu_type_t cputype,
243 if(ai->cputype == cputype &&
249 if(cputype == CPU_TYPE_I386){
252 if(ai->cputype == cputype){
266 else if(cputype
235 NXGetArchInfoFromCpuType( cpu_type_t cputype, cpu_subtype_t cpusubtype) argument
296 NXFindBestFatArch( cpu_type_t cputype, cpu_subtype_t cpusubtype, struct fat_arch *fat_archs, uint32_t nfat_archs) argument
672 NXCombineCpuSubtypes( cpu_type_t cputype, cpu_subtype_t cpusubtype1, cpu_subtype_t cpusubtype2) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dfat.h30 * cputype and cpusubtype, the fat_header describes the file offset, file
57 cpu_type_t cputype; /* cpu specifier (int) */ member in struct:fat_arch
/macosx-10.9.5/cctools-845/misc/
H A Dlipo.c160 cpu_type_t *cputype,
184 cpu_type_t cputype,
528 if(thin_files[i].fat_arch.cputype ==
529 thin_files[j].fat_arch.cputype &&
534 if(arch_flags[k].cputype ==
535 thin_files[j].fat_arch.cputype &&
545 fatal("%s and %s have the same architectures (cputype "
548 thin_files[j].name,thin_files[i].fat_arch.cputype,
563 if(thin_files[i].fat_arch.cputype == thin_arch_flag.cputype
949 cpu_type_t cputype; local
1234 cpu_type_t cputype; local
1359 check_archive( char *name, char *addr, uint32_t size, cpu_type_t *cputype, cpu_subtype_t *cpusubtype) argument
1969 print_cputype( cpu_type_t cputype, cpu_subtype_t cpusubtype) argument
[all...]
/macosx-10.9.5/cctools-845/as/
H A Ddriver.c186 if(arch_flag.cputype == CPU_TYPE_I386)
202 get_arch_family_from_cputype(arch_flag.cputype);
220 (arch_flag.cputype == CPU_TYPE_X86_64 ||
221 arch_flag.cputype == CPU_TYPE_I386 ||
222 arch_flag.cputype == CPU_TYPE_ARM)){
226 (arch_flag.cputype != CPU_TYPE_X86_64 &&
227 arch_flag.cputype != CPU_TYPE_I386 &&
228 arch_flag.cputype != CPU_TYPE_ARM)){
240 if(arch_flag.cputype == CPU_TYPE_X86_64 ||
241 arch_flag.cputype
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A Dfat_util.h172 * @param cputype The CPU type code requested (see <mach/machine.h> for a list).
183 cpu_type_t cputype,
195 * @param cputype The CPU type code specified (see <mach/machine.h> for a list).
207 cpu_type_t cputype,
H A Dfat_util.c310 cpu_type_t cputype,
346 fat_arches[index].cputype =
347 OSSwapBigToHostInt32(fat_arches[index].cputype);
370 fat_arches[0].cputype = CondSwapInt32(swap, mach_hdr->cputype);
378 found_arch = NXFindBestFatArch(cputype, cpusubtype, fat_arches, nfat_arch);
399 cpu_type_t cputype,
407 if (!fat_iterator_find_fat_arch(iter, cputype, cpusubtype, &found_arch)) {
437 return fat_iterator_find_arch(iter, archinfo->cputype,
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.9.5/xar-202/xar/lib/
H A Dmacho.h40 uint32_t cputype; member in struct:mach_header
59 uint32_t cputype; member in struct:fat_arch
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dpage_decrypt.h61 cpu_type_t cputype; member in struct:crypt_file_data
/macosx-10.9.5/file-46/file/src/
H A Dreadmacho.c43 print_arch_name_for_file(struct magic_set *ms, cpu_type_t cputype, argument
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);
/macosx-10.9.5/emacs-92/
H A Ddumpemacs.c295 archs[i].cputype = OSSwapBigToHostInt32(archs[i].cputype);
305 fakearch.cputype = mh->cputype;
314 fakearch.cputype = OSSwapInt32(mh->cputype);
323 fakearch.cputype = mh->cputype;
332 fakearch.cputype = OSSwapInt32(mh->cputype);
[all...]
/macosx-10.9.5/libutil-34/
H A Dreexec_to_match_kernel.c40 static int reexec(cpu_type_t cputype, const char *guardenv);
113 cpu_type_t current_arch = (_NSGetMachExecuteHeader())->cputype;
154 static int reexec(cpu_type_t cputype, const char *guardenv) argument
192 ret = posix_spawnattr_setbinpref_np(&attr, 1, &cputype, &copied);
198 fprintf(stderr, "reexec: %s (arch=%d)\n", execpath, cputype);
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.h69 cpu_type_t cputype,
81 cpu_type_t cputype,
100 cpu_type_t cputype,
161 cpu_type_t cputype,
226 cpu_type_t cputype,
233 cpu_type_t cputype);
328 cpu_type_t cputype,
332 cpu_type_t cputype,
360 cpu_type_t cputype,
380 cpu_type_t cputype,
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dmach_fat.c131 testtype = OSSwapBigToHostInt32(arch->cputype);
161 archret->cputype =
162 OSSwapBigToHostInt32(best_arch->cputype);

Completed in 172 milliseconds

12345678