Home
last modified time | relevance | path

Searched defs:GenSection (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFvImageSection.py53 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}): member in FvImageSection
DDataSection.py51 def GenSection(self, OutputPath, ModuleName, SecNum, keyStringList, FfsFile = None, Dict = {}): member in DataSection
DUiSection.py51 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}): member in UiSection
DGuidSection.py57 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}): member in GuidSection
DEfiSection.py56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}) : member in EfiSection
DCompressSection.py56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}): member in CompressSection
DVerSection.py51 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}): member in VerSection
DDepexSection.py79 def GenSection(self, OutputPath, ModuleName, SecNum, keyStringList, FfsFile = None, Dict = {}): member in DepexSection
DSection.py99 def GenSection(self, OutputPath, GuidName, SecNum, keyStringList, FfsInf = None, Dict = {}): member in Section
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DParsing.py964 def GenSection(SectionName, SectionDict, SplitArch=True, NeedBlankLine=False): function