Home | History | Annotate | Download | only in GenFds

Lines Matching refs:DEFINES

521         # [Defines]

535 if Item == 'DEFINES':
889 # Defines macro
1418 if not S.startswith("[DEFINES") and not S.startswith("[FD.") and not S.startswith("[FV.") and not S.startswith("[CAPSULE.") \
1420 raise Warning("Unknown section or section appear sequence error (The correct sequence should be [DEFINES], [FD.], [FV.], [Capsule.], [VTF.], [Rule.], [OptionRom.], [FMPPAYLOAD.])", self.FileName, self.CurrentLineNumber)
1424 # Get Defines section contents and store its data into AllMacrosList
1427 # @retval True Successfully find a Defines
1428 # @retval False Not able to find a Defines
1436 if S.startswith("[") and not S.startswith("[DEFINES"):
1442 if not self.__IsToken("[DEFINES", True):
1446 raise Warning("expected [DEFINES", self.FileName, self.CurrentLineNumber)