Re: [edk2] [PATCH] BaseTools MemoryProfileSymbolGen.py: Handle 64bits rva from "nm -l xxx.dll"

2016-07-04 Thread Yao, Jiewen
Reviewed by: jiewen@intel.com > -Original Message- > From: Zeng, Star > Sent: Monday, July 4, 2016 6:42 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Yao, Jiewen ; > Gao, Liming ; Zhu, Yonghong > > Subject: [PATCH] BaseTools MemoryProfileSymbolGen.py: Handle 64bits rva > from "n

[edk2] [PATCH] BaseTools MemoryProfileSymbolGen.py: Handle 64bits rva from "nm -l xxx.dll"

2016-07-04 Thread Star Zeng
Current MemoryProfileSymbolGen.py assumes the rva is 32bits, the patch is to remove the restriction to match any lengths of rva. Cc: Jiewen Yao Cc: Liming Gao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng --- BaseTools/Scripts/MemoryProfileS