Searched refs:copyMachoUUID (Results 1 – 2 of 2) sorted by relevance
891 OSPtr<OSData> copyMachoUUID(const kernel_mach_header_t * header);
5274 result = copyMachoUUID(header); in copyUUID()5286 return copyMachoUUID((const kernel_mach_header_t *)kmod_info->address); in copyTextUUID()5294 OSKext::copyMachoUUID(const kernel_mach_header_t * header) in copyMachoUUID() function in OSKext