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

/darwin-on-arm/xnu/bsd/kern/
H A Dmach_fat.c76 struct fat_arch *best_arch; local
133 best_arch = NULL;
166 best_arch = arch;
173 if (best_arch == NULL) {
177 OSSwapBigToHostInt32(best_arch->cputype);
179 OSSwapBigToHostInt32(best_arch->cpusubtype);
181 OSSwapBigToHostInt32(best_arch->offset);
183 OSSwapBigToHostInt32(best_arch->size);
185 OSSwapBigToHostInt32(best_arch->align);

Completed in 62 milliseconds