Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfGuidPpiProtocolSectionParser.py42 SectionMacros = {}
81 SectionMacros[Name] = Value
93 self.FileLocalMacros, SectionMacros, True)
129 SectionMacros = {}
168 SectionMacros[Name] = Value
179 …List = [InfExpandMacro(Value, (FileName, LineContent, LineNo), self.FileLocalMacros, SectionMacros)
298 SectionMacros = {}
337 SectionMacros[Name] = Value
348 …List = [InfExpandMacro(Value, (FileName, LineContent, LineNo), self.FileLocalMacros, SectionMacros)
DInfParserMisc.py75 def InfExpandMacro(Content, LineInfo, GlobalMacros=None, SectionMacros=None, Flag=False): argument
78 if SectionMacros == None:
79 SectionMacros = {}
95 SectionMacros,
DInfPackageSectionParser.py39 SectionMacros = {}
103 SectionMacros[Name] = Value
115 self.FileLocalMacros, SectionMacros, True)
DInfSourceSectionParser.py36 SectionMacros = {}
101 SectionMacros[Name] = Value
112 SectionMacros)
DInfPcdSectionParser.py69 SectionMacros = {}
99 SectionMacros[Name] = Value
117 self.FileLocalMacros, SectionMacros, True)
DInfLibrarySectionParser.py46 SectionMacros = {}
111 SectionMacros[Name] = Value
123 self.FileLocalMacros, SectionMacros, True)
DInfBinarySectionParser.py40 SectionMacros = {}
127 SectionMacros[MacroDef[0]] = MacroDef[1]
138 SectionMacros, True)