Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
DGenMetaFileMisc.py56 … Statement = (u'%s ' % DT.TAB_INF_DEFINES_CONSTRUCTOR).ljust(LeftOffset) + u'= %s' % Constructor
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DDataType.py346 TAB_INF_DEFINES_CONSTRUCTOR = 'CONSTRUCTOR' variable
DInfClassObject.py592 elif D[0] == TAB_INF_DEFINES_CONSTRUCTOR:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DDataType.py719 TAB_INF_DEFINES_CONSTRUCTOR = 'CONSTRUCTOR' variable
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfDefineObject.py880 DT.TAB_INF_DEFINES_CONSTRUCTOR : InfDefSection.SetConstructor,