From: Yann Rouillard Date: Fri, 10 May 2013 12:43:03 +0000 (+0200) Subject: elfdump: handles the extern symbol case in the syminfo table X-Git-Tag: v0.22~60 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8444cda5e53b8cc1111563e957215a79f509fdae;p=pyelftools.git elfdump: handles the extern symbol case in the syminfo table --- diff --git a/scripts/elfdump.py b/scripts/elfdump.py index b96f17c..eb149dd 100755 --- a/scripts/elfdump.py +++ b/scripts/elfdump.py @@ -99,6 +99,8 @@ class Elfdump(object): boundto = '' elif syminfo['si_boundto'] == 0xfffe: boundto = '' + elif syminfo['si_boundto'] == 0xfffc: + boundto = '' elif syminfo['si_boundto'] == 0xfffd: boundto = '' else: