Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h350 lldb::SBError UnloadImage(uint32_t image_token);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h168 lldb_private::Status UnloadImage(lldb_private::Process *process,
H A DPlatformPOSIX.cpp1311 Status PlatformPOSIX::UnloadImage(lldb_private::Process *process, in UnloadImage() function in PlatformPOSIX
/freebsd-12.1/stand/efi/include/
H A Defiapi.h779 EFI_IMAGE_UNLOAD UnloadImage; member
/freebsd-12.1/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1884 EFI_IMAGE_UNLOAD UnloadImage; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp1238 lldb::SBError SBProcess::UnloadImage(uint32_t image_token) { in UnloadImage() function in SBProcess
1248 platform_sp->UnloadImage(process_sp.get(), image_token)); in UnloadImage()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h875 virtual Status UnloadImage(lldb_private::Process *process,
/freebsd-12.1/stand/efi/loader/
H A Dmain.c1393 status = BS->UnloadImage(loaded_image); in command_chain()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp1088 Status error(process->GetTarget().GetPlatform()->UnloadImage( in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1812 Status Platform::UnloadImage(lldb_private::Process *process, in UnloadImage() function in Platform