Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DCompressSection.py23 from CommonDataClass.FdfClass import CompressSectionClassObject
28 class CompressSection (CompressSectionClassObject) :
41 CompressSectionClassObject.__init__(self)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DFdfClass.py177 class CompressSectionClassObject (SectionClassObject) : class
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DFdfParserLite.py2508 CompressSectionObj = CommonDataClass.FdfClass.CompressSectionClassObject()