DescriptionBinary size tool, handle symbols with no path better.
If symbols with the same name appeared in the same "file" (as in
'unknown file') then they collided and only the last such symbol was
remembered. This happened for me with string symbols where all
.L.str21 were in the ?? file.
Store a list of symbol sizes per symbol and file. If there are more
than one symbol size per symbol and file, compare them differently to
see what might have happened.
A bit hard to read code. I hope it won't have to be changed.
BUG=412335
R=andrewhayden@chromium.org
Committed: https://crrev.com/352f1537f3774bb29bb084ad95e30bf52930917a
Cr-Commit-Position: refs/heads/master@{#295033}
Patch Set 1 #
Messages
Total messages: 8 (1 generated)
|