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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp7803 kernel_mach_header_t *kext_mach_hdr = (kernel_mach_header_t *) local
7810 headerData = OSData::withBytes(kext_mach_hdr,
7811 (u_int) (sizeof(*kext_mach_hdr) + kext_mach_hdr->sizeofcmds));
7860 (uint64_t) kext_mach_hdr->cputype,
7861 8 * sizeof(kext_mach_hdr->cputype));
7870 (uint64_t) kext_mach_hdr->cpusubtype,
7871 8 * sizeof(kext_mach_hdr->cpusubtype));

Completed in 189 milliseconds