/external/arm-trusted-firmware/plat/arm/common/fconf/ |
D | arm_fconf_io.c | 255 io_uuid_spec_t *uuid_ptr; in fconf_populate_arm_io_policies() local 270 uuid_ptr = pool_alloc(&fconf_arm_uuids_pool); in fconf_populate_arm_io_policies() 292 uuid_ptr->uuid = uuid_helper.uuid_struct; in fconf_populate_arm_io_policies() 293 policies[load_info[i].image_id].image_spec = (uintptr_t)uuid_ptr; in fconf_populate_arm_io_policies()
|
/external/llvm-project/lldb/source/Core/ |
D | ModuleList.cpp | 766 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); in GetSharedModule() local 816 if (uuid_ptr && *uuid_ptr != module_sp->GetUUID()) { in GetSharedModule() 855 if (uuid_ptr && *uuid_ptr != module_sp->GetUUID()) { in GetSharedModule() 897 if (uuid_ptr && uuid_ptr->IsValid()) in GetSharedModule() 898 uuid_str = uuid_ptr->GetAsString(); in GetSharedModule() 977 if (uuid_ptr && uuid_ptr->IsValid()) in GetSharedModule() 978 uuid_str = uuid_ptr->GetAsString(); in GetSharedModule()
|
/external/llvm-project/lldb/source/Symbol/ |
D | LocateSymbolFileMacOSX.cpp | 479 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); in DownloadObjectAndSymbolFile() local 484 std::pair<FileSpec, FileSpec> paths = symbol_file_loader.GetPaths(uuid_ptr); in DownloadObjectAndSymbolFile() 497 uuid_ptr, module_spec.GetFileSpec(), module_spec.GetSymbolFileSpec()); in DownloadObjectAndSymbolFile() 530 if (uuid_ptr || in DownloadObjectAndSymbolFile() 590 if (uuid_ptr) in DownloadObjectAndSymbolFile() 591 uuid_str = uuid_ptr->GetAsString(); in DownloadObjectAndSymbolFile()
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformRemoteMacOSX.h | 46 const lldb_private::UUID *uuid_ptr,
|
D | PlatformRemoteDarwinDevice.h | 34 const lldb_private::UUID *uuid_ptr,
|
D | PlatformRemoteMacOSX.cpp | 160 const lldb_private::UUID *uuid_ptr, lldb_private::FileSpec &local_file) { in GetFileWithUUID() argument
|
D | PlatformAppleSimulator.h | 121 const lldb_private::UUID *uuid_ptr,
|
D | PlatformAppleSimulator.cpp | 429 const UUID *uuid_ptr, in GetSymbolFile() argument
|
D | PlatformRemoteDarwinDevice.cpp | 441 const UUID *uuid_ptr, in GetSymbolFile() argument
|
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 1200 unsigned long long *uuid_ptr; in probe_hfs() local 1208 uuid_ptr = (unsigned long long *)hfs->finder_info.id; in probe_hfs() 1209 uuid = blkid_le64(*uuid_ptr); in probe_hfs() 1245 unsigned long long *uuid_ptr; in probe_hfsplus() local 1276 uuid_ptr = (unsigned long long *)hfsplus->finder_info.id; in probe_hfsplus() 1277 uuid = blkid_le64(*uuid_ptr); in probe_hfsplus()
|
/external/llvm-project/lldb/source/Target/ |
D | RemoteAwarePlatform.cpp | 316 const UUID *uuid_ptr, in GetFileWithUUID() argument 319 return m_remote_platform_sp->GetFileWithUUID(platform_file, uuid_ptr, in GetFileWithUUID()
|
D | Platform.cpp | 175 const UUID *uuid_ptr, FileSpec &local_file) { in GetFileWithUUID() argument
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.h | 54 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr,
|
D | PlatformRemoteGDBServer.cpp | 195 const UUID *uuid_ptr, in GetFileWithUUID() argument
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Platform.h | 294 const UUID *uuid_ptr, FileSpec &local_file);
|