Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DEfiSection.py24 from CommonDataClass.FdfClass import EfiSectionClassObject
34 class EfiSection (EfiSectionClassObject):
41 EfiSectionClassObject.__init__(self)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DFdfClass.py205 class EfiSectionClassObject (SectionClassObject): class