HomeSort by relevance Sort by last modified time
    Searched refs:SecNum (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
CompressSection.py 50 # @param SecNum Index of section
56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}):
66 SecIndex = '%s.%d' %(SecNum, Index)
77 SecNum + \
UiSection.py 45 # @param SecNum Index of section
51 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}):
60 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get('UI'))
FvImageSection.py 47 # @param SecNum Index of section
53 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}):
61 Num = SecNum
92 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get("FV_IMAGE"))
EfiSection.py 50 # @param SecNum Index of section
56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}) :
119 Num = SecNum
129 Num = '%s.%d' %(SecNum , Index)
157 Num = SecNum
175 Num = SecNum
184 Num = '%s.%d' %(SecNum , Index)
204 Num = SecNum
225 Num = '%s.%d' %(SecNum , Index)
VerSection.py 45 # @param SecNum Index of section
51 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}):
62 ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get('VERSION'))
DepexSection.py 73 # @param SecNum Index of section
79 def GenSection(self, OutputPath, ModuleName, SecNum, keyStringList, FfsFile = None, Dict = {}):
114 InputFile = os.path.join (OutputPath, ModuleName + 'SEC' + SecNum + '.depex')
119 OutputFile = os.path.join (OutputPath, ModuleName + 'SEC' + SecNum + '.dpx')
DataSection.py 45 # @param SecNum Index of section
51 def GenSection(self, OutputPath, ModuleName, SecNum, keyStringList, FfsFile = None, Dict = {}):
112 OutputFile = os.path.join (OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get(self.SecType))
GuidSection.py 50 # @param SecNum Index of section
56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}):
87 SecIndex = '%s.%d' % (SecNum, Index)
124 SecNum + \
159 SecNum + \
Section.py 94 # @param SecNum Index of section
99 def GenSection(self, OutputPath, GuidName, SecNum, keyStringList, FfsInf = None, Dict = {}):
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]

Completed in 366 milliseconds