Searched refs:UnloadImage (Results 1 – 10 of 10) sorted by relevance
350 lldb::SBError UnloadImage(uint32_t image_token);
168 lldb_private::Status UnloadImage(lldb_private::Process *process,
1311 Status PlatformPOSIX::UnloadImage(lldb_private::Process *process, in UnloadImage() function in PlatformPOSIX
779 EFI_IMAGE_UNLOAD UnloadImage; member
1884 EFI_IMAGE_UNLOAD UnloadImage; member
1238 lldb::SBError SBProcess::UnloadImage(uint32_t image_token) { in UnloadImage() function in SBProcess1248 platform_sp->UnloadImage(process_sp.get(), image_token)); in UnloadImage()
875 virtual Status UnloadImage(lldb_private::Process *process,
1393 status = BS->UnloadImage(loaded_image); in command_chain()
1088 Status error(process->GetTarget().GetPlatform()->UnloadImage( in DoExecute()
1812 Status Platform::UnloadImage(lldb_private::Process *process, in UnloadImage() function in Platform