Searched refs:new_blob_addr (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | ubc_subr.c | 3318 vm_address_t new_blob_addr = 0; in ubc_cs_reconstitute_code_signature() local 3485 ret = ubc_cs_blob_allocate(&new_blob_addr, &new_blob_allocation_size); in ubc_cs_reconstitute_code_signature() 3495 superblob = (CS_SuperBlob*)new_blob_addr; in ubc_cs_reconstitute_code_signature() 3513 memset((void*)(new_blob_addr + blob_offset), 0, new_code_directory_size); in ubc_cs_reconstitute_code_signature() 3515 memcpy((void*)(new_blob_addr + blob_offset), best_code_directory, new_code_directory_size); in ubc_cs_reconstitute_code_signature() 3519 *code_directory = (CS_CodeDirectory*)(new_blob_addr + blob_offset); in ubc_cs_reconstitute_code_signature() 3529 …memcpy((void*)(new_blob_addr + blob_offset), der_entitlements_blob, ntohl(der_entitlements_blob->l… in ubc_cs_reconstitute_code_signature() 3540 (void*)(new_blob_addr + blob_offset), in ubc_cs_reconstitute_code_signature() 3554 (void*)(new_blob_addr + blob_offset), in ubc_cs_reconstitute_code_signature() 3568 (void*)(new_blob_addr + blob_offset), in ubc_cs_reconstitute_code_signature() [all …]
|