Home
last modified time | relevance | path

Searched defs:LoadImage (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1056 uint32_t SBProcess::LoadImage(lldb::SBFileSpec &sb_remote_image_spec, in LoadImage() function in SBProcess
1063 uint32_t SBProcess::LoadImage(const lldb::SBFileSpec &sb_local_image_spec, in LoadImage() function in SBProcess
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1912 EFI_IMAGE_LOAD LoadImage; member
/freebsd/stand/efi/include/
H A Defiapi.h779 EFI_IMAGE_LOAD LoadImage; member
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1795 uint32_t Platform::LoadImage(lldb_private::Process *process, in LoadImage() function in Platform