Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp1092 addr_t sharedCacheUUID_address = LLDB_INVALID_ADDRESS; in GetSharedCacheInformation() local
1095 sharedCacheUUID_address = in GetSharedCacheInformation()
1099 sharedCacheUUID_address = in GetSharedCacheInformation()
1102 if (sharedCacheUUID_address != LLDB_INVALID_ADDRESS) { in GetSharedCacheInformation()
1104 if (m_process->ReadMemory(sharedCacheUUID_address, shared_cache_uuid, in GetSharedCacheInformation()
1115 addr_t sharedCacheBaseAddr_address = sharedCacheUUID_address + 16; in GetSharedCacheInformation()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp5891 uuid_t *sharedCacheUUID_address = 0;
5894 sharedCacheUUID_address =
5903 sharedCacheUUID_address =
5914 uuid = UUID(sharedCacheUUID_address, sizeof(uuid_t));