Home
last modified time | relevance | path

Searched defs:UnloadImage (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp949 Status PlatformPOSIX::UnloadImage(lldb_private::Process *process, in UnloadImage() function in PlatformPOSIX
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1915 EFI_IMAGE_UNLOAD UnloadImage; member
/freebsd/stand/efi/include/
H A Defiapi.h782 EFI_IMAGE_UNLOAD UnloadImage; member
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1121 lldb::SBError SBProcess::UnloadImage(uint32_t image_token) { in UnloadImage() function in SBProcess
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1858 Status Platform::UnloadImage(lldb_private::Process *process, in UnloadImage() function in Platform