Home
last modified time | relevance | path

Searched refs:EfiFileSection (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py14 class EfiFileSection(object): class
41 if type == EfiFileSection.EFI_SECTION_TE:
43 elif type == EfiFileSection.EFI_SECTION_PE32:
70 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
108 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
225 return EfiFileSection(self.ec, section_base)
285 … if (type == EfiFileSection.EFI_SECTION_TE) or (type == EfiFileSection.EFI_SECTION_PE32):
296 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
298 elif debug_info[2] == EfiFileSection.EFI_SECTION_PE32:
316 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py14 class EfiFileSection(object): class
41 if type == EfiFileSection.EFI_SECTION_TE:
43 elif type == EfiFileSection.EFI_SECTION_PE32:
70 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
108 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
225 return EfiFileSection(self.ec, section_base)
285 … if (type == EfiFileSection.EFI_SECTION_TE) or (type == EfiFileSection.EFI_SECTION_PE32):
296 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
298 elif debug_info[2] == EfiFileSection.EFI_SECTION_PE32:
316 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py14 class EfiFileSection(object): class
41 if type == EfiFileSection.EFI_SECTION_TE:
43 elif type == EfiFileSection.EFI_SECTION_PE32:
70 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
108 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
225 return EfiFileSection(self.ec, section_base)
285 … if (type == EfiFileSection.EFI_SECTION_TE) or (type == EfiFileSection.EFI_SECTION_PE32):
296 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
298 elif debug_info[2] == EfiFileSection.EFI_SECTION_PE32:
316 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py14 class EfiFileSection(object): class
41 if type == EfiFileSection.EFI_SECTION_TE:
43 elif type == EfiFileSection.EFI_SECTION_PE32:
70 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
108 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
225 return EfiFileSection(self.ec, section_base)
285 … if (type == EfiFileSection.EFI_SECTION_TE) or (type == EfiFileSection.EFI_SECTION_PE32):
296 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
298 elif debug_info[2] == EfiFileSection.EFI_SECTION_PE32:
316 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py14 class EfiFileSection(object): class
41 if type == EfiFileSection.EFI_SECTION_TE:
43 elif type == EfiFileSection.EFI_SECTION_PE32:
70 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
108 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
225 return EfiFileSection(self.ec, section_base)
285 … if (type == EfiFileSection.EFI_SECTION_TE) or (type == EfiFileSection.EFI_SECTION_PE32):
296 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
298 elif debug_info[2] == EfiFileSection.EFI_SECTION_PE32:
316 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py14 class EfiFileSection(object): class
41 if type == EfiFileSection.EFI_SECTION_TE:
43 elif type == EfiFileSection.EFI_SECTION_PE32:
70 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
108 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
225 return EfiFileSection(self.ec, section_base)
285 … if (type == EfiFileSection.EFI_SECTION_TE) or (type == EfiFileSection.EFI_SECTION_PE32):
296 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
298 elif debug_info[2] == EfiFileSection.EFI_SECTION_PE32:
316 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py14 class EfiFileSection(object): class
41 if type == EfiFileSection.EFI_SECTION_TE:
43 elif type == EfiFileSection.EFI_SECTION_PE32:
70 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
108 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
225 return EfiFileSection(self.ec, section_base)
285 … if (type == EfiFileSection.EFI_SECTION_TE) or (type == EfiFileSection.EFI_SECTION_PE32):
296 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
298 elif debug_info[2] == EfiFileSection.EFI_SECTION_PE32:
316 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py14 class EfiFileSection(object): class
41 if type == EfiFileSection.EFI_SECTION_TE:
43 elif type == EfiFileSection.EFI_SECTION_PE32:
70 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
108 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
225 return EfiFileSection(self.ec, section_base)
285 … if (type == EfiFileSection.EFI_SECTION_TE) or (type == EfiFileSection.EFI_SECTION_PE32):
296 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
298 elif debug_info[2] == EfiFileSection.EFI_SECTION_PE32:
316 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py14 class EfiFileSection(object): class
41 if type == EfiFileSection.EFI_SECTION_TE:
43 elif type == EfiFileSection.EFI_SECTION_PE32:
70 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
108 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
225 return EfiFileSection(self.ec, section_base)
285 … if (type == EfiFileSection.EFI_SECTION_TE) or (type == EfiFileSection.EFI_SECTION_PE32):
296 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
298 elif debug_info[2] == EfiFileSection.EFI_SECTION_PE32:
316 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py20 class EfiFileSection(object): class
47 if type == EfiFileSection.EFI_SECTION_TE:
49 elif type == EfiFileSection.EFI_SECTION_PE32:
76 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
116 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
252 return EfiFileSection(self.ec, section_base)
312 … if (type == EfiFileSection.EFI_SECTION_TE) or (type == EfiFileSection.EFI_SECTION_PE32):
323 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
325 elif debug_info[2] == EfiFileSection.EFI_SECTION_PE32:
343 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
[all …]