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

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp8175 kernel_mach_header_t *kext_mach_hdr = (kernel_mach_header_t *) local
8182 headerData = OSData::withBytes(kext_mach_hdr,
8183 (u_int) (sizeof(*kext_mach_hdr) + kext_mach_hdr->sizeofcmds));
8232 (uint64_t) kext_mach_hdr->cputype,
8233 8 * sizeof(kext_mach_hdr->cputype));
8242 (uint64_t) kext_mach_hdr->cpusubtype,
8243 8 * sizeof(kext_mach_hdr->cpusubtype));

Completed in 109 milliseconds