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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp3855 OSData * theExecutable = NULL; // do not release local
3873 theExecutable = linkedExecutable;
3874 if (!theExecutable) {
3875 theExecutable = getExecutable();
3877 if (!theExecutable) {
3881 header = (const kernel_mach_header_t *)theExecutable->getBytesNoCopy();
4851 OSData * theExecutable = NULL; // do not release local
4901 theExecutable = getExecutable();
4902 if (!theExecutable) {
4916 OSData *executableCopy = OSData::withData(theExecutable);
[all...]

Completed in 184 milliseconds