Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h244 uint32_t LoadImage(lldb::SBFileSpec &remote_image_spec, lldb::SBError &error);
270 uint32_t LoadImage(const lldb::SBFileSpec &local_image_spec,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1035 uint32_t SBProcess::LoadImage(lldb::SBFileSpec &sb_remote_image_spec, in LoadImage() function in SBProcess
1037 LLDB_RECORD_METHOD(uint32_t, SBProcess, LoadImage, in LoadImage()
1041 return LoadImage(SBFileSpec(), sb_remote_image_spec, sb_error); in LoadImage()
1044 uint32_t SBProcess::LoadImage(const lldb::SBFileSpec &sb_local_image_spec, in LoadImage() function in SBProcess
1048 uint32_t, SBProcess, LoadImage, in LoadImage()
1059 return platform_sp->LoadImage(process_sp.get(), *sb_local_image_spec, in LoadImage()
1441 LLDB_REGISTER_METHOD(uint32_t, SBProcess, LoadImage, in RegisterMethods()
1444 uint32_t, SBProcess, LoadImage, in RegisterMethods()
/freebsd-13.1/stand/efi/boot1/
H A Dboot1.c99 if ((status = BS->LoadImage(TRUE, IH, efi_devpath_last_node(dev->devpath), in try_boot()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i356 LoadImage (lldb::SBFileSpec &image_spec, lldb::SBError &error);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp916 platform->LoadImage(process, FileSpec(), image_spec, error); in DoExecute()
922 image_token = platform->LoadImage(process, image_spec, in DoExecute()
928 platform->LoadImage(process, image_spec, FileSpec(), error); in DoExecute()
/freebsd-13.1/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1912 EFI_IMAGE_LOAD LoadImage; member
/freebsd-13.1/stand/efi/include/
H A Defiapi.h780 EFI_IMAGE_LOAD LoadImage; member
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h780 uint32_t LoadImage(lldb_private::Process *process,
/freebsd-13.1/stand/efi/loader/
H A Dmain.c1588 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle); in command_chain()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1725 uint32_t Platform::LoadImage(lldb_private::Process *process, in LoadImage() function in Platform
/freebsd-13.1/sys/contrib/edk2/
H A DMdePkg.dec857 ## Include/Ppi/LoadImage.h
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp40582 result = (uint32_t)(arg1)->LoadImage(*arg2,*arg3); in _wrap_SBProcess_LoadImage()