projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
121174b
)
fix comment mistake
author
Yann Rouillard
<yann@pleiades.fr.eu.org>
Sun, 19 May 2013 16:44:00 +0000
(18:44 +0200)
committer
Yann Rouillard
<yann@pleiades.fr.eu.org>
Sun, 19 May 2013 16:44:00 +0000
(18:44 +0200)
scripts/elfdump.py
patch
|
blob
|
history
diff --git
a/scripts/elfdump.py
b/scripts/elfdump.py
index 8cf66f1d42392cc0962a7519b271e5a41a38fc5c..400a29eaf06c8b2f974d40493d35729d9adbd88b 100755
(executable)
--- a/
scripts/elfdump.py
+++ b/
scripts/elfdump.py
@@
-105,7
+105,7
@@
class Elfdump(object):
boundto = bytes2str(dyn_tag.needed)
index = '[%d]' % syminfo['si_boundto']
- # syminfo names are truncated to 2
5 chars, similarly to readelf
+ # syminfo names are truncated to 2
4 chars, similarly to elfdump
self._emitline('%10s %-5s %10s %-24s %s' % (
'[%d]' % (int(nsym)),
describe_syminfo_flags(syminfo['si_flags']),