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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp7807 kernel_mach_header_t * temp_kext_mach_hdr; local
7817 temp_kext_mach_hdr = (kernel_mach_header_t *)
7819 if (temp_kext_mach_hdr == NULL) {
7823 lcp = (struct load_command *) (temp_kext_mach_hdr + 1);
7824 for (i = 0; i < temp_kext_mach_hdr->ncmds; i++) {

Completed in 174 milliseconds