Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h268 uint32_t LoadImage(lldb::SBFileSpec &remote_image_spec, lldb::SBError &error);
294 uint32_t LoadImage(const lldb::SBFileSpec &local_image_spec,
/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
1060 return LoadImage(SBFileSpec(), sb_remote_image_spec, sb_error); in LoadImage()
1063 uint32_t SBProcess::LoadImage(const lldb::SBFileSpec &sb_local_image_spec, in LoadImage() function in SBProcess
1075 return platform_sp->LoadImage(process_sp.get(), *sb_local_image_spec, in LoadImage()
/freebsd/stand/efi/boot1/
H A Dboot1.c116 if ((status = BS->LoadImage(TRUE, IH, efi_devpath_last_node(dev->devpath), in try_boot()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1017 platform->LoadImage(process, FileSpec(), image_spec, error); in DoExecute()
1023 image_token = platform->LoadImage(process, image_spec, in DoExecute()
1029 platform->LoadImage(process, image_spec, FileSpec(), error); in DoExecute()
/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/include/lldb/Target/
H A DPlatform.h785 uint32_t LoadImage(lldb_private::Process *process,
/freebsd/stand/efi/loader/
H A Dmain.c1882 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle); in command_chain()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1795 uint32_t Platform::LoadImage(lldb_private::Process *process, in LoadImage() function in Platform
/freebsd/sys/contrib/edk2/
H A DMdePkg.dec857 ## Include/Ppi/LoadImage.h
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp45765 result = (uint32_t)(arg1)->LoadImage(*arg2,*arg3); in _wrap_SBProcess_LoadImage__SWIG_0()
45810 …result = (uint32_t)(arg1)->LoadImage((lldb::SBFileSpec const &)*arg2,(lldb::SBFileSpec const &)*ar… in _wrap_SBProcess_LoadImage__SWIG_1()