Searched refs:fatArch (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkernelcache.c34 struct fat_arch fatArch; local
100 fatArch.cputype = OSSwapHostToBigInt32(targetArch->cputype);
101 fatArch.cpusubtype = OSSwapHostToBigInt32(targetArch->cpusubtype);
102 fatArch.offset = OSSwapHostToBigInt32(fatOffset);
103 fatArch.size = OSSwapHostToBigInt32(sliceLength);
104 fatArch.align = OSSwapHostToBigInt32(0);
107 (UInt8 *)&fatArch, sizeof(fatArch));
170 struct fat_arch * fatArch = NULL; // do not free local
188 fatArch
220 struct fat_arch * fatArch = NULL; local
271 struct fat_arch * fatArch = NULL; local
384 struct fat_arch * fatArch = NULL; // do not free local
444 struct fat_arch * fatArch = NULL; // do not free local
538 struct fat_arch * fatArch = NULL; // do not free local
[all...]

Completed in 308 milliseconds