more preparations for full DIE parsing:
authoreliben <devnull@localhost>
Thu, 22 Sep 2011 08:46:26 +0000 (11:46 +0300)
committereliben <devnull@localhost>
Thu, 22 Sep 2011 08:46:26 +0000 (11:46 +0300)
commit3b9ad8276fc99eadd1b2495a078d35a388bbd1d8
treebdea8a18f0abafac095ea7ba0074da30d39c2e0c
parent7c1ffa6c34ac3553ec3db4d29fff8a8399a4c1d3
more preparations for full DIE parsing:
- DWARFStructs got a new target_addr field that reflects the size of address fields in a CU
- DWARFInfo now gives access to the symbol table
- fixed stream parsing bugs that happened because the stream was not being preserved during parsing while issuing calls to other APIs that also move the stream
elftools/common/utils.py
elftools/dwarf/die.py
elftools/dwarf/dwarfinfo.py
elftools/dwarf/structs.py
z.py