mirror_edk2/BaseTools/Source/C/Common
Liming Gao beacbc7492 BaseTools CommonLib: Fix printf %llx issue on UINT64
UINT64 is defined as the different type for the different ARCHs. To
let it work for all archs and compilers, add (unsigned long long) for
the input value together with %llx.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
2018-01-03 14:19:45 +08:00
..
BasePeCoff.c BaseTools/C/Common: Remove redundant type cast 2017-12-25 09:53:50 +08:00
BinderFuncs.c License header updated to match correct format. 2014-08-28 13:53:34 +00:00
BinderFuncs.h License header updated to match correct format. 2014-08-28 13:53:34 +00:00
CommonLib.c BaseTools: Add DevicePath support for PCD values 2017-12-31 13:10:49 +08:00
CommonLib.h BaseTools: Add DevicePath support for PCD values 2017-12-31 13:10:49 +08:00
Compress.h License header updated to match correct format. 2014-08-28 13:53:34 +00:00
Crc32.c License header updated to match correct format. 2014-08-28 13:53:34 +00:00
Crc32.h License header updated to match correct format. 2014-08-28 13:53:34 +00:00
Decompress.c BaseTools/C/Common: Add checks for array access 2017-12-25 09:53:29 +08:00
Decompress.h BaseTools: Fix typos in comments and variables 2016-10-20 11:18:27 +08:00
EfiCompress.c BaseTools: Checked return value of malloc for EfiCompress. 2015-07-01 05:16:46 +00:00
EfiUtilityMsgs.c BaseTools/C/Common: Refine using sprintf() with '%s' in format string 2017-12-25 09:54:18 +08:00
EfiUtilityMsgs.h License header updated to match correct format. 2014-08-28 13:53:34 +00:00
FirmwareVolumeBuffer.c BaseTools/C/Common: Fix potential memory leak 2016-11-08 16:37:28 +08:00
FirmwareVolumeBufferLib.h License header updated to match correct format. 2014-08-28 13:53:34 +00:00
FvLib.c BaseTools: Eliminate two shift-negative-value in FvLib.c 2016-05-18 09:50:44 +08:00
FvLib.h License header updated to match correct format. 2014-08-28 13:53:34 +00:00
GNUmakefile BaseTools: Add PcdValueCommon logic into C source CommonLib 2017-12-25 11:05:45 +08:00
Makefile BaseTools: Add PcdValueCommon logic into C source CommonLib 2017-12-25 11:05:45 +08:00
MemoryFile.c BaseTools CommonLib: Update ReadMemoryFileLine() to read line in file scope 2016-11-30 08:40:11 +08:00
MemoryFile.h License header updated to match correct format. 2014-08-28 13:53:34 +00:00
MyAlloc.c BaseTools/C/Common: Avoid possible NULL pointer dereference 2016-11-08 16:36:09 +08:00
MyAlloc.h License header updated to match correct format. 2014-08-28 13:53:34 +00:00
OsPath.c License header updated to match correct format. 2014-08-28 13:53:34 +00:00
OsPath.h License header updated to match correct format. 2014-08-28 13:53:34 +00:00
ParseGuidedSectionTools.c BaseTools/C/Common: Fix potential memory leak 2016-11-08 16:37:28 +08:00
ParseGuidedSectionTools.h License header updated to match correct format. 2014-08-28 13:53:34 +00:00
ParseInf.c BaseTools/C/Common: Fix parameter format mismatch in scanf functions 2016-11-08 16:36:51 +08:00
ParseInf.h License header updated to match correct format. 2014-08-28 13:53:34 +00:00
PcdValueCommon.c BaseTools CommonLib: Fix printf %llx issue on UINT64 2018-01-03 14:19:45 +08:00
PcdValueCommon.h BaseTools: Add PcdValueCommon logic into C source CommonLib 2017-12-25 11:05:45 +08:00
PeCoffLib.h License header updated to match correct format. 2014-08-28 13:53:34 +00:00
PeCoffLoaderEx.c BaseTools/PeCoffLoader: fix handling of ARM MOVW/MOVT instruction relocs 2015-10-09 18:55:28 +00:00
SimpleFileParsing.c BaseTools/C/Common: Add checks for array access 2017-12-25 09:53:29 +08:00
SimpleFileParsing.h License header updated to match correct format. 2014-08-28 13:53:34 +00:00
StringFuncs.c License header updated to match correct format. 2014-08-28 13:53:34 +00:00
StringFuncs.h License header updated to match correct format. 2014-08-28 13:53:34 +00:00
TianoCompress.c BaseTools/C/Common: Avoid possible NULL pointer dereference 2016-11-08 16:36:09 +08:00
WinNtInclude.h License header updated to match correct format. 2014-08-28 13:53:34 +00:00