| commit | e17c3f3ee73287aedb98a6f0ca8fd4a9ddc2b9bd | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Wed Feb 17 16:48:00 2016 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Wed Feb 17 16:48:00 2016 +0000 |
| tree | 05114c274a9bb5404dca3d1a3ad9096f7c3e99a4 | |
| parent | a58d0651cb490cbecf0f57cd7ca72d729a1e6eda [diff] |
Represent the dynamic table itself with a DynRegionInfo. The dynamic table is also an array of a fixed structure, so it can be represented with a DynReginoInfo. No major functionality change. The extra error checking is covered by existing tests with a broken dynamic program header. Idea extracted from r260488. I did the extra cleanups. llvm-svn: 261107