Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBProcess.h268 uint32_t LoadImage(lldb::SBFileSpec &remote_image_spec, lldb::SBError &error);
294 uint32_t LoadImage(const lldb::SBFileSpec &local_image_spec,
/freebsd-13-stable/stand/efi/boot1/
HDboot1.c97 if ((status = BS->LoadImage(TRUE, IH, efi_devpath_last_node(dev->devpath), in try_boot()
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBProcess.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-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectProcess.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-13-stable/stand/efi/include/
HDefiapi.h779 EFI_IMAGE_LOAD LoadImage; member
/freebsd-13-stable/sys/contrib/edk2/Include/Uefi/
HDUefiSpec.h1912 EFI_IMAGE_LOAD LoadImage; member
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDPlatform.h785 uint32_t LoadImage(lldb_private::Process *process,
/freebsd-13-stable/stand/efi/loader/
HDmain.c1605 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle); in command_chain()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDPlatform.cpp1795 uint32_t Platform::LoadImage(lldb_private::Process *process, in LoadImage() function in Platform
/freebsd-13-stable/sys/contrib/edk2/
HDMdePkg.dec857 ## Include/Ppi/LoadImage.h
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.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()