Lines Matching refs:getBytesNoCopy

2524 	kextFileInfo = (_BooterKextFileInfo *)booterData->getBytesNoCopy();  in initWithBooterData()
3382 mkextHeader = (mkext_header *)mkextData->getBytesNoCopy(); in readMkextArchive()
3461 mkextHeader = (mkext2_header *)mkextData->getBytesNoCopy(); in readMkext2Archive()
3534 mkextPlistUncompressedData->getBytesNoCopy(); in readMkext2Archive()
3717 uint8_t * mkextBuffer = (uint8_t *)mkextData->getBytesNoCopy(); in createMkext2FileEntry()
4485 memcpy(&uuid, uuid_data->getBytesNoCopy(), sizeof(uuid)); in lookupKextWithUUID()
4811 deviceTreeEntry->getBytesNoCopy(0, sizeof(deviceTreeBuffer)); in createExcludeListFromBooterData()
5036 mkextExecutableRef->getBytesNoCopy(); in getExecutable()
5273 header = (const kernel_mach_header_t *)theExecutable->getBytesNoCopy(); in copyUUID()
5363 char *uid = (char*) dextUniqueID->getBytesNoCopy(); in getDextUniqueIDCString()
6880 mh = (kernel_mach_header_t *)linkedExecutable->getBytesNoCopy(); in lookupSection()
6930 mh = (kernel_mach_header_t *)linkedExecutable->getBytesNoCopy(); in slidePrelinkedExecutable()
7327 kxlddeps[i].kext = (u_char *) interfaceTarget->getBytesNoCopy(); in loadExecutable()
7332 kxlddeps[i].interface = (u_char *) dependency->linkedExecutable->getBytesNoCopy(); in loadExecutable()
7340 kxlddeps[i].kext = (u_char *) dependency->linkedExecutable->getBytesNoCopy(); in loadExecutable()
7361 theExecutable->getBytesNoCopy(), theExecutable->getLength(), in loadExecutable()
7370 (u_char *)theExecutable->getBytesNoCopy(), in loadExecutable()
7510 kasan_load_kext((vm_offset_t)linkedExecutable->getBytesNoCopy(), in loadExecutable()
8343 memcpy(uuid_info->ftui_uuid, uuid_data->getBytesNoCopy(), sizeof(uuid_info->ftui_uuid));
8820 kasan_unload_kext((vm_offset_t)linkedExecutable->getBytesNoCopy(), linkedExecutable->getLength());
10826 myOffsets = (const struct kaslrPackedOffsets *)kaslrOffsets->getBytesNoCopy();
11042 memcpy((void *)&auxkc_uuid, (const void *)kcUUID->getBytesNoCopy(),
11147 memcpy(uuid, uuid_data->getBytesNoCopy(), sizeof(uuid));
11441 memcpy(&thisKextUUID, uuid_data->getBytesNoCopy(), sizeof(thisKextUUID));
11449 memcpy(&thisKextTextUUID, uuid_data->getBytesNoCopy(), sizeof(thisKextTextUUID));
12046 linkedExecutable->getBytesNoCopy();
12062 headerData->getBytesNoCopy();
12479 loadAddress = (uint64_t)linkedExecutable->getBytesNoCopy();
13777 …memcpy((void *)&pageablekc_uuid, (const void *)loaded_kcUUID->getBytesNoCopy(), loaded_kcUUID->get…
13781 …memcpy((void *)&auxkc_uuid, (const void *)loaded_kcUUID->getBytesNoCopy(), loaded_kcUUID->getLengt…
14242 if (memcmp((void *)loaded_kcuuid, (const void *)prelinkinfoKCUUID->getBytesNoCopy(),
14254 memcpy(tmp_uuid, (const void *)info_dict_uuid->getBytesNoCopy(), sizeof(tmp_uuid));
14259 memcpy(given_uuid, (const void *)prelinkinfoKCUUID->getBytesNoCopy(), sizeof(given_uuid));
14341 dataPtr = dataObj->getBytesNoCopy();
15516 myPtrPtr = (void * *) myDataObj->getBytesNoCopy();
16521 memcpy(summary->uuid, uuid->getBytesNoCopy(), sizeof(summary->uuid));
16834 memcpy(uuid, uuid_data->getBytesNoCopy(), sizeof(uuid_t));