Searched refs:farch (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextfind_commands.c409 struct mach_header * farch = NULL; local
418 while ((farch = fat_iterator_next_arch(fiter, NULL))) {
419 int swap = ISSWAPPEDMACHO(farch->magic);
420 archinfo = NXGetArchInfoFromCpuType(CondSwapInt32(swap, farch->cputype),
421 CondSwapInt32(swap, farch->cpusubtype));
H A Dkextfind_query.c1296 struct mach_header * farch; local
1319 while ((farch = (struct mach_header *)fat_iterator_next_arch(fiter, NULL))) {
1327 if (farch->magic == MH_CIGAM || farch->magic == MH_CIGAM_64) {
1330 fakeFatArch.cputype = CondSwapInt32(swap, farch->cputype);
1331 fakeFatArch.cpusubtype = CondSwapInt32(swap, farch->cpusubtype);
1423 struct mach_header * farch = NULL; local
1452 while ((farch = fat_iterator_next_arch(fiter, &farch_end))) {
1454 farch, farch_end, symbol, &nlist_type, NULL);
H A Dkextfind_report.c503 struct mach_header * farch = NULL; local
527 while ((farch = fat_iterator_next_arch(fiter, &farch_end))) {
529 farch, farch_end, cSymbol, &nlist_type, NULL);
/macosx-10.9.5/sudo-72/src/
H A Dpp5500 local _l t m o g f p st fo farch
5520 farch=i386;;
5523 farch=x86_64;;
5525 farch=ppc;;
5527 farch=ppc64;;
5529 farch=ia64;;
5531 farch=s390;;
5533 farch=s390x;;
5535 farch=ppc;;
5537 farch
[all...]

Completed in 200 milliseconds