Home | History | Annotate | Download | only in Common

Lines Matching refs:DEFINES

1203     #   Get Defines section contents and store its data into AllMacrosList

1206 # @retval True Successfully find a Defines
1207 # @retval False Not able to find a Defines
1215 if S.startswith("[") and not S.startswith("[DEFINES"):
1218 raise Warning("Unknown section or section appear sequence error (The correct sequence should be [DEFINES], [FD.], [FV.], [Capsule.], [VTF.], [Rule.], [OptionRom.])", self.FileName, self.CurrentLineNumber)
1223 if not self.__IsToken("[DEFINES", True):
1227 raise Warning("expected [DEFINES", self.FileName, self.CurrentLineNumber)