Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/arm/common/fconf/
Darm_fconf_io.c255 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/
DModuleList.cpp766 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/
DLocateSymbolFileMacOSX.cpp479 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/
DPlatformRemoteMacOSX.h46 const lldb_private::UUID *uuid_ptr,
DPlatformRemoteDarwinDevice.h34 const lldb_private::UUID *uuid_ptr,
DPlatformRemoteMacOSX.cpp160 const lldb_private::UUID *uuid_ptr, lldb_private::FileSpec &local_file) { in GetFileWithUUID() argument
DPlatformAppleSimulator.h121 const lldb_private::UUID *uuid_ptr,
DPlatformAppleSimulator.cpp429 const UUID *uuid_ptr, in GetSymbolFile() argument
DPlatformRemoteDarwinDevice.cpp441 const UUID *uuid_ptr, in GetSymbolFile() argument
/external/e2fsprogs/lib/blkid/
Dprobe.c1200 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/
DRemoteAwarePlatform.cpp316 const UUID *uuid_ptr, in GetFileWithUUID() argument
319 return m_remote_platform_sp->GetFileWithUUID(platform_file, uuid_ptr, in GetFileWithUUID()
DPlatform.cpp175 const UUID *uuid_ptr, FileSpec &local_file) { in GetFileWithUUID() argument
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h54 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr,
DPlatformRemoteGDBServer.cpp195 const UUID *uuid_ptr, in GetFileWithUUID() argument
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h294 const UUID *uuid_ptr, FileSpec &local_file);