Home
last modified time | relevance | path

Searched refs:efifilepath (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenPatchPcdTable/
DGenPatchPcdTable.py42 def parsePcdInfoFromMapFile(mapfilepath, efifilepath): argument
60 return _parseForGCC(lines, efifilepath)
61 return _parseGeneral(lines, efifilepath)
63 def _parseForGCC(lines, efifilepath): argument
97 efisecs = PeImageClass(efifilepath).SectionHeaderList
114 def _parseGeneral(lines, efifilepath): argument
158 efisecs = PeImageClass(efifilepath).SectionHeaderList
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py49 def GetVariableOffset(mapfilepath, efifilepath, varnames): argument
69 return _parseForGCC(lines, efifilepath, varnames)
70 return _parseGeneral(lines, efifilepath, varnames)
72 def _parseForGCC(lines, efifilepath, varnames): argument
106 efisecs = PeImageClass(efifilepath).SectionHeaderList
123 def _parseGeneral(lines, efifilepath, varnames): argument
164 efisecs = PeImageClass(efifilepath).SectionHeaderList