Searched refs:prelinkedExecutable (Results 1 – 1 of 1) sorted by relevance
2044 OSSharedPtr<OSData> prelinkedExecutable; in initWithPrelinkedInfoDict() local2154 prelinkedExecutable = OSData::withBytesNoCopy(data, length); in initWithPrelinkedInfoDict()2155 if (!prelinkedExecutable) { in initWithPrelinkedInfoDict()2171 prelinkedExecutable->setDeallocFunction(NULL); in initWithPrelinkedInfoDict()2174 prelinkedExecutable->setDeallocFunction(osdata_kext_free); in initWithPrelinkedInfoDict()2176 prelinkedExecutable->setDeallocFunction(osdata_phys_free); in initWithPrelinkedInfoDict()2179 setLinkedExecutable(prelinkedExecutable.get()); in initWithPrelinkedInfoDict()2245 if (prelinkedExecutable && kmod_info) { in initWithPrelinkedInfoDict()