Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DFdfClass.py153 class SectionClassObject: class
164 class DepexSectionClassObject (SectionClassObject):
177 class CompressSectionClassObject (SectionClassObject) :
183 SectionClassObject.__init__(self)
190 class DataSectionClassObject (SectionClassObject):
196 SectionClassObject.__init__(self)
205 class EfiSectionClassObject (SectionClassObject):
211 SectionClassObject.__init__(self)
224 class FvImageSectionClassObject (SectionClassObject):
230 SectionClassObject.__init__(self)
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DSection.py18 from CommonDataClass.FdfClass import SectionClassObject
27 class Section (SectionClassObject):
85 SectionClassObject.__init__(self)