Home
last modified time | relevance | path

Searched defs:LoadImage (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A DEFI_BOOT_SERVICES.h200 EFI_IMAGE_UNLOAD LoadImage; // EFI 1.0+ member
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1072 uint32_t SBProcess::LoadImage(lldb::SBFileSpec &sb_remote_image_spec, in LoadImage() function in SBProcess
1079 uint32_t SBProcess::LoadImage(const lldb::SBFileSpec &sb_local_image_spec, in LoadImage() function in SBProcess
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1975 EFI_IMAGE_LOAD LoadImage; member
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1804 uint32_t Platform::LoadImage(lldb_private::Process *process, in LoadImage() function in Platform