HomeSort by relevance Sort by last modified time
    Searched refs:loaded_image_protocol (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
system_table.py 52 loaded_image_protocol = self.ec.getMemoryService().readMemory64(debug_info + 0x8)
54 image_base = self.ec.getMemoryService().readMemory64(loaded_image_protocol + 0x40)
55 image_size = self.ec.getMemoryService().readMemory32(loaded_image_protocol + 0x48)
58 loaded_image_protocol = self.ec.getMemoryService().readMemory32(debug_info + 0x4)
60 image_base = self.ec.getMemoryService().readMemory32(loaded_image_protocol + 0x20)
61 image_size = self.ec.getMemoryService().readMemory32(loaded_image_protocol + 0x28)
  /external/avb/examples/uefi/
uefi_avb_ops.c 615 EFI_GUID loaded_image_protocol = LOADED_IMAGE_PROTOCOL; local
624 &loaded_image_protocol,
627 avb_error("HandleProtocol, LOADED_IMAGE_PROTOCOL.\n");

Completed in 629 milliseconds