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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h267 uint32_t LoadImage(lldb::SBFileSpec &remote_image_spec, lldb::SBError &error);
293 uint32_t LoadImage(const lldb::SBFileSpec &local_image_spec,
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1031 uint32_t SBProcess::LoadImage(lldb::SBFileSpec &sb_remote_image_spec, function in class:SBProcess
1033 LLDB_RECORD_METHOD(uint32_t, SBProcess, LoadImage,
1037 return LoadImage(SBFileSpec(), sb_remote_image_spec, sb_error);
1040 uint32_t SBProcess::LoadImage(const lldb::SBFileSpec &sb_local_image_spec, function in class:SBProcess
1044 uint32_t, SBProcess, LoadImage,
1055 return platform_sp->LoadImage(process_sp.get(), *sb_local_image_spec,
1395 LLDB_REGISTER_METHOD(uint32_t, SBProcess, LoadImage,
1398 uint32_t, SBProcess, LoadImage,
/freebsd-12-stable/stand/efi/boot1/
H A Dboot1.c133 if ((status = BS->LoadImage(TRUE, IH, efi_devpath_last_node(dev->devpath),
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i353 LoadImage (lldb::SBFileSpec &image_spec, lldb::SBError &error);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp931 platform->LoadImage(process, FileSpec(), image_spec, error);
937 image_token = platform->LoadImage(process, image_spec,
943 platform->LoadImage(process, image_spec, FileSpec(), error);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h759 uint32_t LoadImage(lldb_private::Process *process,
/freebsd-12-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h917 started with LoadImage() and StartImage(), but the
1881 EFI_IMAGE_LOAD LoadImage; member in struct:__anon10665
/freebsd-12-stable/stand/efi/loader/
H A Dmain.c1490 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle);
1493 command_errmsg = "LoadImage failed";
/freebsd-12-stable/stand/efi/include/
H A Defiapi.h780 EFI_IMAGE_LOAD LoadImage; member in struct:__anon8954
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1697 uint32_t Platform::LoadImage(lldb_private::Process *process,
1739 error.SetErrorString("LoadImage is not supported on the current platform");
/freebsd-12-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 474 milliseconds