Searched refs:MapFileName (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/BPDG/ |
D | BPDG.py | 133 def StartBpdg(InputFileName, MapFileName, VpdFileName, Force): argument 140 GenVPD = GenVpd.GenVPD (InputFileName, MapFileName, VpdFileName) 143 EdkLogger.info('%-24s = %s' % ("VPD output map file: ", MapFileName)) 149 GenVPD.GenerateVpdFile(MapFileName, VpdFileName)
|
D | GenVpd.py | 313 def __init__(self, InputFileName, MapFileName, VpdFileName): argument 315 self.MapFileName = MapFileName 617 def GenerateVpdFile (self, MapFileName, BinFileName): argument 627 fMapFile = open(MapFileName, "w", 0) 630 …error("BPDG", BuildToolError.FILE_OPEN_FAILURE, "File open failed for %s" % self.MapFileName, None) 639 …lease check whether the file been locked or using by other applications." % self.MapFileName, None) 646 …lease check whether the file been locked or using by other applications." % self.MapFileName, None)
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/ |
D | GenFv.c | 190 CHAR8 *MapFileName; in main() local 205 MapFileName = NULL; in main() 511 MapFileName = argv[1]; in main() 512 if (MapFileName == NULL) { in main() 653 MapFileName in main()
|
D | GenFvInternalLib.h | 392 IN CHAR8 *MapFileName
|
D | GenFvInternalLib.c | 2197 IN CHAR8 *MapFileName in GenerateFvImage() argument 2374 if (MapFileName != NULL) { in GenerateFvImage() 2375 strcpy (FvMapName, MapFileName); in GenerateFvImage()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | FfsInfStatement.py | 1034 MapFileName = os.path.join(self.EfiOutputPath, self.BaseName + ".map") 1036 return GetVariableOffset(MapFileName, EfiFileName, VfrUniBaseName.values())
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
D | AutoGen.py | 3136 MapFileName = os.path.join(self.OutputDir, self.Name + ".map") 3138 VfrUniOffsetList = GetVariableOffset(MapFileName, EfiFileName, VfrUniBaseName.values())
|