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

/freebsd-current/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-current/stand/efi/boot1/
H A Dboot1.c116 if ((status = BS->LoadImage(TRUE, IH, efi_devpath_last_node(dev->devpath),
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp999 uint32_t SBProcess::LoadImage(lldb::SBFileSpec &sb_remote_image_spec, function in class:SBProcess
1003 return LoadImage(SBFileSpec(), sb_remote_image_spec, sb_error);
1006 uint32_t SBProcess::LoadImage(const lldb::SBFileSpec &sb_local_image_spec, function in class:SBProcess
1018 return platform_sp->LoadImage(process_sp.get(), *sb_local_image_spec,
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1041 platform->LoadImage(process, FileSpec(), image_spec, error);
1047 image_token = platform->LoadImage(process, image_spec,
1053 platform->LoadImage(process, image_spec, FileSpec(), error);
/freebsd-current/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h944 started with LoadImage() and StartImage(), but the
1912 EFI_IMAGE_LOAD LoadImage; member in struct:__anon9504
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h798 uint32_t LoadImage(lldb_private::Process *process,
/freebsd-current/stand/efi/include/
H A Defiapi.h779 EFI_IMAGE_LOAD LoadImage; member in struct:__anon607
/freebsd-current/stand/efi/loader/
H A Dmain.c1640 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle);
1643 command_errmsg = "LoadImage failed";
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1843 uint32_t Platform::LoadImage(lldb_private::Process *process, function in class:Platform
1885 error.SetErrorString("LoadImage is not supported on the current platform");
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 513 milliseconds