Home
last modified time | relevance | path

Searched refs:sharedCacheUUID_address (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp4225 addr_t sharedCacheUUID_address = LLDB_INVALID_ADDRESS; in GetProcessSharedCacheUUID() local
4229sharedCacheUUID_address = all_image_infos + 160; // sharedCacheUUID <mach-o/dyld_images.h> in GetProcessSharedCacheUUID()
4233sharedCacheUUID_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() local
4264 uuid.SetBytes (sharedCacheUUID_address); in GetLLDBSharedCacheUUID()