Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DVerSection.py56 self.Alignment = FfsInf.__ExtendMacro__(self.Alignment)
57 self.BuildNum = FfsInf.__ExtendMacro__(self.BuildNum)
58 self.StringData = FfsInf.__ExtendMacro__(self.StringData)
59 self.FileName = FfsInf.__ExtendMacro__(self.FileName)
DUiSection.py56 self.Alignment = FfsInf.__ExtendMacro__(self.Alignment)
57 self.StringData = FfsInf.__ExtendMacro__(self.StringData)
58 self.FileName = FfsInf.__ExtendMacro__(self.FileName)
DCompressSection.py59 self.CompType = FfsInf.__ExtendMacro__(self.CompType)
60 self.Alignment = FfsInf.__ExtendMacro__(self.Alignment)
DOptRomInfStatement.py125 GenSecInputFile = self.__ExtendMacro__(Rule.FileName)
147 GenSecInputFile = self.__ExtendMacro__(Sect.FileName)
DEfiSection.py63 SectionType = FfsInf.__ExtendMacro__(self.SectionType)
64 Filename = FfsInf.__ExtendMacro__(self.FileName)
65 BuildNum = FfsInf.__ExtendMacro__(self.BuildNum)
66 StringData = FfsInf.__ExtendMacro__(self.StringData)
DGuidSection.py63 self.Alignment = FfsInf.__ExtendMacro__(self.Alignment)
64 self.NameGuid = FfsInf.__ExtendMacro__(self.NameGuid)
65 self.SectionType = FfsInf.__ExtendMacro__(self.SectionType)
DFfsInfStatement.py483 def __ExtendMacro__ (self, String): member in FfsInfStatement
689 GenSecInputFile = self.__ExtendMacro__(Rule.FileName)
724 GenSecOutputFile= self.__ExtendMacro__(Rule.NameGuid) + \
764 GenSecOutputFile= self.__ExtendMacro__(Rule.NameGuid) + \
817 self.__ExtendMacro__(Rule.NameGuid) + \
820 GenFdsGlobalVariable.VerboseLogger(self.__ExtendMacro__(Rule.NameGuid))