Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h258 uint32_t LoadImage(lldb::SBFileSpec &remote_image_spec, lldb::SBError &error);
284 uint32_t LoadImage(const lldb::SBFileSpec &local_image_spec,
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp999 uint32_t SBProcess::LoadImage(lldb::SBFileSpec &sb_remote_image_spec, in LoadImage() function in SBProcess
1003 return LoadImage(SBFileSpec(), sb_remote_image_spec, sb_error); in LoadImage()
1006 uint32_t SBProcess::LoadImage(const lldb::SBFileSpec &sb_local_image_spec, in LoadImage() function in SBProcess
1018 return platform_sp->LoadImage(process_sp.get(), *sb_local_image_spec, in LoadImage()
/freebsd-14.2/stand/efi/boot1/
H A Dboot1.c116 if ((status = BS->LoadImage(TRUE, IH, efi_devpath_last_node(dev->devpath), in try_boot()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1041 platform->LoadImage(process, FileSpec(), image_spec, error); in DoExecute()
1047 image_token = platform->LoadImage(process, image_spec, in DoExecute()
1053 platform->LoadImage(process, image_spec, FileSpec(), error); in DoExecute()
/freebsd-14.2/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1912 EFI_IMAGE_LOAD LoadImage; member
/freebsd-14.2/stand/efi/include/
H A Defiapi.h779 EFI_IMAGE_LOAD LoadImage; member
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h798 uint32_t LoadImage(lldb_private::Process *process,
/freebsd-14.2/stand/efi/loader/
H A Dmain.c1675 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle); in command_chain()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1843 uint32_t Platform::LoadImage(lldb_private::Process *process, in LoadImage() function in Platform
/freebsd-14.2/sys/contrib/edk2/
H A DMdePkg.dec857 ## Include/Ppi/LoadImage.h
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp44028 result = (uint32_t)(arg1)->LoadImage(*arg2,*arg3); in _wrap_SBProcess_LoadImage__SWIG_0()
44073 …result = (uint32_t)(arg1)->LoadImage((lldb::SBFileSpec const &)*arg2,(lldb::SBFileSpec const &)*ar… in _wrap_SBProcess_LoadImage__SWIG_1()