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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dmkextunpack_main.c717 mkext_file * module_file = 0; // don't free local
780 module_file = &onekext_data->module;
856 if (OSSwapBigToHostInt32(module_file->offset) ||
857 OSSwapBigToHostInt32(module_file->compsize) ||
858 OSSwapBigToHostInt32(module_file->realsize) ||
859 OSSwapBigToHostInt32(module_file->modifiedsecs)) {
862 module_file, &kextExecutable)) {

Completed in 117 milliseconds