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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h75 lldb_private::Status UnloadImage(lldb_private::Process *process,
H A DPlatformPOSIX.cpp1018 Status PlatformPOSIX::UnloadImage(lldb_private::Process *process, function in class:PlatformPOSIX
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h321 /// later passed to UnloadImage. A value of
329 lldb::SBError UnloadImage(uint32_t image_token);
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i358 can be passed to UnloadImage and fill loaded_path with the path that was
368 UnloadImage (uint32_t image_token);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1104 lldb::SBError SBProcess::UnloadImage(uint32_t image_token) { function in class:SBProcess
1105 LLDB_RECORD_METHOD(lldb::SBError, SBProcess, UnloadImage, (uint32_t),
1117 platform_sp->UnloadImage(process_sp.get(), image_token));
1403 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, UnloadImage, (uint32_t));
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h791 /// passed to UnloadImage. A value of
806 virtual Status UnloadImage(lldb_private::Process *process,
/freebsd-12-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1884 EFI_IMAGE_UNLOAD UnloadImage; member in struct:__anon10665
/freebsd-12-stable/stand/efi/loader/
H A Dmain.c1564 status = BS->UnloadImage(loaded_image);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp992 Status error(process->GetTarget().GetPlatform()->UnloadImage(
/freebsd-12-stable/stand/efi/include/
H A Defiapi.h783 EFI_IMAGE_UNLOAD UnloadImage; member in struct:__anon8954
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1760 Status Platform::UnloadImage(lldb_private::Process *process,
1762 return Status("UnloadImage is not supported on the current platform");
/freebsd-12-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 488 milliseconds