Home
last modified time | relevance | path

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

/freebsd/sys/contrib/edk2/Include/Protocol/
H A DEbc.h298 EFI_EBC_UNLOAD_IMAGE UnloadImage; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h67 lldb_private::Status UnloadImage(lldb_private::Process *process,
H A DPlatformPOSIX.cpp962 Status PlatformPOSIX::UnloadImage(lldb_private::Process *process, in UnloadImage() function in PlatformPOSIX
/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A DEFI_BOOT_SERVICES.h203 EFI_IMAGE_UNLOAD UnloadImage; // EFI 1.0+ member
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h331 lldb::SBError UnloadImage(uint32_t image_token);
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1978 EFI_IMAGE_UNLOAD UnloadImage; member
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1137 lldb::SBError SBProcess::UnloadImage(uint32_t image_token) { in UnloadImage() function in SBProcess
1149 platform_sp->UnloadImage(process_sp.get(), image_token)); in UnloadImage()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h894 virtual Status UnloadImage(lldb_private::Process *process,
/freebsd/stand/efi/loader/
H A Dmain.c2013 status = BS->UnloadImage(loaded_image); in command_chain()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1122 Status error(process->GetTarget().GetPlatform()->UnloadImage( in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1869 Status Platform::UnloadImage(lldb_private::Process *process, in UnloadImage() function in Platform
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp46792 result = (arg1)->UnloadImage(arg2); in _wrap_SBProcess_UnloadImage()