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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp2401 mkext_file * executablePtr = &kextEntry->module; local
2457 if ((OSSwapBigToHostInt32(executablePtr->offset) ||
2458 OSSwapBigToHostInt32(executablePtr->compsize) ||
2459 OSSwapBigToHostInt32(executablePtr->realsize) ||
2460 OSSwapBigToHostInt32(executablePtr->modifiedsecs))) {
2471 entryRef.fileinfo = (uint8_t *)executablePtr;

Completed in 131 milliseconds