]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools MemoryProfileSymbolGen.py: Handle 64bits rva from "nm -l xxx.dll"
authorStar Zeng <star.zeng@intel.com>
Mon, 4 Jul 2016 10:39:34 +0000 (18:39 +0800)
committerStar Zeng <star.zeng@intel.com>
Tue, 5 Jul 2016 09:25:38 +0000 (17:25 +0800)
commitd84577e573234cbd1f3de2b7bd6d6f00512e764f
tree418b421636236cb63a99980f365c41f71f731567
parent3d33cb1e5c2fcceffa56fc33a0010750ec56423a
BaseTools MemoryProfileSymbolGen.py: Handle 64bits rva from "nm -l xxx.dll"

Current MemoryProfileSymbolGen.py assumes the rva is 32bits,
the patch is to remove the restriction to match any lengths
of rva.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
BaseTools/Scripts/MemoryProfileSymbolGen.py