Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h67 lldb_private::Status UnloadImage(lldb_private::Process *process,
H A DPlatformPOSIX.cpp949 Status PlatformPOSIX::UnloadImage(lldb_private::Process *process, in UnloadImage() function in PlatformPOSIX
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h320 lldb::SBError UnloadImage(uint32_t image_token);
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1064 lldb::SBError SBProcess::UnloadImage(uint32_t image_token) { in UnloadImage() function in SBProcess
1076 platform_sp->UnloadImage(process_sp.get(), image_token)); in UnloadImage()
/freebsd-14.2/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1915 EFI_IMAGE_UNLOAD UnloadImage; member
/freebsd-14.2/stand/efi/include/
H A Defiapi.h782 EFI_IMAGE_UNLOAD UnloadImage; member
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h845 virtual Status UnloadImage(lldb_private::Process *process,
/freebsd-14.2/stand/efi/loader/
H A Dmain.c1749 status = BS->UnloadImage(loaded_image); in command_chain()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1120 Status error(process->GetTarget().GetPlatform()->UnloadImage( in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1906 Status Platform::UnloadImage(lldb_private::Process *process, in UnloadImage() function in Platform
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp44246 result = (arg1)->UnloadImage(arg2); in _wrap_SBProcess_UnloadImage()