$ python /mnt/src/git/extract-symvers/extract-symvers.py -e le -B 0x40000000 zImage
Traceback (most recent call last):
File "/mnt/src/git/extract-symvers/extract-symvers.py", line 139, in <module>
main()
File "/mnt/src/git/extract-symvers/extract-symvers.py", line 135, in main
for s, crc, t in kernel.symbols():
File "/mnt/src/git/extract-symvers/extract-symvers.py", line 102, in symbols
for t, s in symsearch.items():
AttributeError: 'NoneType' object has no attribute 'items'