Home
last modified time | relevance | path

Searched refs:EFI_FV_TOTAL_SIZE_STRING (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.h81 #define EFI_FV_TOTAL_SIZE_STRING "EFI_FV_TOTAL_SIZE" macro
DGenFv.c692 …DebugMsg (NULL, 0, 9, "The Total Fv Size", "%s = 0x%x", EFI_FV_TOTAL_SIZE_STRING, (unsigned) mFvTo… in main()
DGenFvInternalLib.c2755 fprintf (FvMapFile, EFI_FV_TOTAL_SIZE_STRING); in GenerateFvImage()
2770 fprintf (FvReportFile, "%s = 0x%x\n", EFI_FV_TOTAL_SIZE_STRING, (unsigned) mFvTotalSize); in GenerateFvImage()