Searched refs:UnloadImage (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.h | 71 lldb_private::Status UnloadImage(lldb_private::Process *process,
|
| H A D | PlatformPOSIX.cpp | 972 Status PlatformPOSIX::UnloadImage(lldb_private::Process *process, in UnloadImage() function in PlatformPOSIX
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 306 lldb::SBError UnloadImage(uint32_t image_token);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 1108 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 D | SBProcess.i | 371 UnloadImage (uint32_t image_token);
|
| /freebsd-13.1/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 1915 EFI_IMAGE_UNLOAD UnloadImage; member
|
| /freebsd-13.1/stand/efi/include/ |
| H A D | efiapi.h | 783 EFI_IMAGE_UNLOAD UnloadImage; member
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Platform.h | 827 virtual Status UnloadImage(lldb_private::Process *process,
|
| /freebsd-13.1/stand/efi/loader/ |
| H A D | main.c | 1662 status = BS->UnloadImage(loaded_image); in command_chain()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 993 Status error(process->GetTarget().GetPlatform()->UnloadImage( in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 1788 Status Platform::UnloadImage(lldb_private::Process *process, in UnloadImage() function in Platform
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 40661 result = (arg1)->UnloadImage(arg2); in _wrap_SBProcess_UnloadImage()
|