Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h284 uint32_t LoadImage(lldb::SBFileSpec &remote_image_spec, lldb::SBError &error);
312 uint32_t LoadImage(const lldb::SBFileSpec &local_image_spec,
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp1147 uint32_t SBProcess::LoadImage(lldb::SBFileSpec &sb_remote_image_spec, in LoadImage() function in SBProcess
1149 return LoadImage(SBFileSpec(), sb_remote_image_spec, sb_error); in LoadImage()
1152 uint32_t SBProcess::LoadImage(const lldb::SBFileSpec &sb_local_image_spec, in LoadImage() function in SBProcess
1169 return platform_sp->LoadImage(process_sp.get(), *sb_local_image_spec, in LoadImage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp1025 platform->LoadImage(process, FileSpec(), image_spec, error); in DoExecute()
1031 image_token = platform->LoadImage(process, image_spec, in DoExecute()
1037 platform->LoadImage(process, image_spec, FileSpec(), error); in DoExecute()
/freebsd-12.1/stand/efi/boot1/
H A Dboot1.c242 if ((status = BS->LoadImage(TRUE, IH, devpath_last(dev->devpath), in try_boot()
/freebsd-12.1/stand/efi/include/
H A Defiapi.h776 EFI_IMAGE_LOAD LoadImage; member
/freebsd-12.1/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1881 EFI_IMAGE_LOAD LoadImage; member
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h826 uint32_t LoadImage(lldb_private::Process *process,
/freebsd-12.1/stand/efi/loader/
H A Dmain.c1319 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle); in command_chain()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1749 uint32_t Platform::LoadImage(lldb_private::Process *process, in LoadImage() function in Platform
/freebsd-12.1/sys/contrib/edk2/
H A DMdePkg.dec806 ## Include/Ppi/LoadImage.h