Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSKext.cpp5264 theExecutable = linkedExecutable.get(); in copyUUID()
5265 if (!theExecutable) { in copyUUID()
5266 theExecutable = getExecutable(); in copyUUID()
5269 if (!theExecutable) { in copyUUID()
5273 header = (const kernel_mach_header_t *)theExecutable->getBytesNoCopy(); in copyUUID()
7235 theExecutable = getExecutable(); in loadExecutable()
7236 if (!theExecutable) { in loadExecutable()
7250 OSSharedPtr<OSData> executableCopy = OSData::withData(theExecutable); in loadExecutable()
7361 theExecutable->getBytesNoCopy(), theExecutable->getLength(), in loadExecutable()
7370 (u_char *)theExecutable->getBytesNoCopy(), in loadExecutable()
[all …]