Searched refs:sharedCacheUUID_address (Results 1 – 1 of 1) sorted by relevance
4225 addr_t sharedCacheUUID_address = LLDB_INVALID_ADDRESS; in GetProcessSharedCacheUUID() local4229 … sharedCacheUUID_address = all_image_infos + 160; // sharedCacheUUID <mach-o/dyld_images.h> in GetProcessSharedCacheUUID()4233 … sharedCacheUUID_address = all_image_infos + 84; // sharedCacheUUID <mach-o/dyld_images.h> in GetProcessSharedCacheUUID()4235 if (sharedCacheUUID_address != LLDB_INVALID_ADDRESS) in GetProcessSharedCacheUUID()4238 …if (process->ReadMemory (sharedCacheUUID_address, shared_cache_uuid, sizeof (uuid_t), err) == size… in GetProcessSharedCacheUUID()4263 …uuid_t *sharedCacheUUID_address = (uuid_t*) ((uint8_t*) dyld_all_image_infos_address + 84); // sh… in GetLLDBSharedCacheUUID() local4264 uuid.SetBytes (sharedCacheUUID_address); in GetLLDBSharedCacheUUID()