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

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp8179 kernel_mach_header_t * temp_kext_mach_hdr; local
8189 temp_kext_mach_hdr = (kernel_mach_header_t *)
8191 if (temp_kext_mach_hdr == NULL) {
8195 lcp = (struct load_command *) (temp_kext_mach_hdr + 1);
8196 for (i = 0; i < temp_kext_mach_hdr->ncmds; i++) {

Completed in 114 milliseconds