Searched refs:fatHeader (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10/kext_tools-384.1.4/
H A Dkernelcache.c48 struct fat_header fatHeader; local
98 fatHeader.magic = OSSwapHostToBigInt32(FAT_MAGIC);
99 fatHeader.nfat_arch = OSSwapHostToBigInt32(numArchs);
101 result = writeToFile(fileDescriptor, (const UInt8 *)&fatHeader,
102 sizeof(fatHeader));
184 struct fat_header * fatHeader = NULL; // do not free local
202 fatHeader = (struct fat_header *) headerPage;
203 fatArch = (struct fat_arch *) (&fatHeader[1]);
205 if (fatHeader->magic == FAT_CIGAM) {
206 swap_fat_header(fatHeader, NXHostByteOrde
234 struct fat_header * fatHeader = NULL; local
255 struct fat_header * fatHeader = NULL; local
285 struct fat_header * fatHeader = NULL; local
552 struct fat_header * fatHeader = NULL; // do not free local
[all...]

Completed in 203 milliseconds