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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp7836 kernel_mach_header_t *kext_mach_hdr = (kernel_mach_header_t *) local
7843 headerData = OSData::withBytes(kext_mach_hdr,
7844 (u_int) (sizeof(*kext_mach_hdr) + kext_mach_hdr->sizeofcmds));
7893 (uint64_t) kext_mach_hdr->cputype,
7894 8 * sizeof(kext_mach_hdr->cputype));
7903 (uint64_t) kext_mach_hdr->cpusubtype,
7904 8 * sizeof(kext_mach_hdr->cpusubtype));

Completed in 101 milliseconds