Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
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):
114 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
150 if (debug_type != 0xdf) and (debug_type != EfiFileSection.EFI_IMAGE_DEBUG_TYPE_CODEVIEW):
232 return EfiFileSection(self.ec, section_base)
292 … if (type == EfiFileSection.EFI_SECTION_TE) or (type == EfiFileSection.EFI_SECTION_PE32):
303 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
305 elif debug_info[2] == EfiFileSection.EFI_SECTION_PE32:
[all …]