Lines Matching refs:theExecutable
5242 OSData * theExecutable = NULL; // do not release in copyUUID() local
5264 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()
7159 OSData * theExecutable = NULL; // do not release in loadExecutable() local
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()
7371 theExecutable->getLength(), in loadExecutable()