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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp3982 OSData * theExecutable = NULL; // do not release local
4000 theExecutable = linkedExecutable;
4001 if (!theExecutable) {
4002 theExecutable = getExecutable();
4004 if (!theExecutable) {
4008 header = (const kernel_mach_header_t *)theExecutable->getBytesNoCopy();
4833 OSData * theExecutable = NULL; // do not release local
4883 theExecutable = getExecutable();
4884 if (!theExecutable) {
4898 OSData *executableCopy = OSData::withData(theExecutable);
[all...]

Completed in 28 milliseconds