/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/ |
D | GenMetaFileMisc.py | 32 … for ArchList, EntryPoint, UnloadImage, Constructor, Destructor, FFE, HelpStringList in ExternList: 44 if UnloadImage: 45 … Statement = (u'%s ' % DT.TAB_INF_DEFINES_UNLOAD_IMAGE).ljust(LeftOffset) + u'= %s' % UnloadImage
|
D | GenInfFile.py | 360 UnloadImage = Extern.GetUnloadImage() 365 …ExternList.append([ArchList, EntryPoint, UnloadImage, Constructor, Destructor, FFE, HelpStringList…
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ebc/ |
D | Ebc.h | 173 EFI_EBC_UNLOAD_IMAGE UnloadImage; member
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/ |
D | ModuleObject.py | 386 self.UnloadImage = '' 398 def SetUnloadImage(self, UnloadImage): argument 399 self.UnloadImage = UnloadImage 402 return self.UnloadImage
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/ |
D | PeCoffLoader.h | 233 PE_COFF_LOADER_UNLOAD_IMAGE UnloadImage; member
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/DxeHobPeCoffLib/ |
D | DxeHobPeCoff.c | 247 return gPeCoffLoader->UnloadImage (ImageContext); in PeCoffLoaderUnloadImage()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/PeiPeCoffLoader/ |
D | PeiPeCoffLoader.h | 114 EFI_PEI_PE_COFF_LOADER_UNLOAD_IMAGE UnloadImage; member
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/ |
D | DxeCis.h | 126 EFI_IMAGE_UNLOAD UnloadImage; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Ebc.h | 304 EFI_EBC_UNLOAD_IMAGE UnloadImage; member
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
D | Unload.c | 126 Status = gBS->UnloadImage(TheHandle); in ShellCommandRunUnload()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/ |
D | ModuleClass.py | 346 self.UnloadImage = ''
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/ |
D | ModuleSurfaceAreaXml.py | 248 self.UnloadImage = '' 258 self.UnloadImage = XmlElement(Item, '%s/UnloadImage' % Key) 264 Extern.SetUnloadImage(self.UnloadImage) 292 … % (self.EntryPoint, self.UnloadImage, self.Constructor, self.Destructor, self.CommonDefines)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/ |
D | BootServicesTable.c | 283 (CONST VOID *)gBS->UnloadImage, in BootServicesTablePage()
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
D | ShellProtocol.c | 1483 gBS->UnloadImage(NewHandle); in InternalShellExecuteDevicePath() 1508 goto UnloadImage; in InternalShellExecuteDevicePath() 1552 goto UnloadImage; in InternalShellExecuteDevicePath() 1590 UnloadImage: in InternalShellExecuteDevicePath() 1592 gBS->UnloadImage (NewHandle); in InternalShellExecuteDevicePath()
|
D | ShellManParser.c | 992 Status = gBS->UnloadImage (CmdFileImgHandle); in ProcessManFile()
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/ |
D | QemuKernel.c | 1093 gBS->UnloadImage (KernelImageHandle); in TryRunningQemuKernel()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/ |
D | InfPomAlignment.py | 361 for UnloadImage in UnloadImageList: 366 Image.SetUnloadImage(UnloadImage.GetCName())
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
D | EfiApi.h | 1017 EFI_IMAGE_UNLOAD UnloadImage; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/ |
D | UefiSpec.h | 1884 EFI_IMAGE_UNLOAD UnloadImage; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/ |
D | EbcInt.c | 392 EbcProtocol->UnloadImage = EbcUnloadImage; in InitializeEbcDriver()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/ |
D | Image.c | 869 Image->Ebc->UnloadImage (Image->Ebc, Image->Handle); in CoreUnloadAndCloseImage()
|