Searched refs:SectionModel (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | Parsing.py | 795 def ParseDefine(LineValue, StartLine, Table, FileID, Filename, SectionName, SectionModel, Arch): argument 798 …Table.Insert(MODEL_META_DATA_DEFINE, Define[0], Define[1], '', '', '', Arch, SectionModel, FileID,…
|
D | DscClassObject.py | 927 SectionModel = Section[SectionName.upper()] 929 …Table.Insert(Model, IncludeFile, '', '', Arch, SectionModel, FileID, StartLine, -1, StartLine, -1,… 941 SectionModel = Section[SectionName.upper()] 943 …Table.Insert(Model, Define[0], Define[1], '', Arch, SectionModel, FileID, StartLine, -1, StartLine…
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | Parsing.py | 720 SectionModel, Arch): argument 730 '', '', Arch, SectionModel, FileID, StartLine, -1, \
|