Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h71 lldb_private::Status UnloadImage(lldb_private::Process *process,
H A DPlatformPOSIX.cpp972 Status PlatformPOSIX::UnloadImage(lldb_private::Process *process, in UnloadImage() function in PlatformPOSIX
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h306 lldb::SBError UnloadImage(uint32_t image_token);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1108 lldb::SBError SBProcess::UnloadImage(uint32_t image_token) { in UnloadImage() function in SBProcess
1109 LLDB_RECORD_METHOD(lldb::SBError, SBProcess, UnloadImage, (uint32_t), in UnloadImage()
1121 platform_sp->UnloadImage(process_sp.get(), image_token)); in UnloadImage()
1449 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, UnloadImage, (uint32_t)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i371 UnloadImage (uint32_t image_token);
/freebsd-13.1/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1915 EFI_IMAGE_UNLOAD UnloadImage; member
/freebsd-13.1/stand/efi/include/
H A Defiapi.h783 EFI_IMAGE_UNLOAD UnloadImage; member
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h827 virtual Status UnloadImage(lldb_private::Process *process,
/freebsd-13.1/stand/efi/loader/
H A Dmain.c1662 status = BS->UnloadImage(loaded_image); in command_chain()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp993 Status error(process->GetTarget().GetPlatform()->UnloadImage( in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1788 Status Platform::UnloadImage(lldb_private::Process *process, in UnloadImage() function in Platform
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp40661 result = (arg1)->UnloadImage(arg2); in _wrap_SBProcess_UnloadImage()