Searched refs:SectionMacros (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
D | InfGuidPpiProtocolSectionParser.py | 42 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)
|
D | InfParserMisc.py | 75 def InfExpandMacro(Content, LineInfo, GlobalMacros=None, SectionMacros=None, Flag=False): argument 78 if SectionMacros == None: 79 SectionMacros = {} 95 SectionMacros,
|
D | InfPackageSectionParser.py | 39 SectionMacros = {} 103 SectionMacros[Name] = Value 115 self.FileLocalMacros, SectionMacros, True)
|
D | InfSourceSectionParser.py | 36 SectionMacros = {} 101 SectionMacros[Name] = Value 112 SectionMacros)
|
D | InfPcdSectionParser.py | 69 SectionMacros = {} 99 SectionMacros[Name] = Value 117 self.FileLocalMacros, SectionMacros, True)
|
D | InfLibrarySectionParser.py | 46 SectionMacros = {} 111 SectionMacros[Name] = Value 123 self.FileLocalMacros, SectionMacros, True)
|
D | InfBinarySectionParser.py | 40 SectionMacros = {} 127 SectionMacros[MacroDef[0]] = MacroDef[1] 138 SectionMacros, True)
|