This is an archive of the discontinued LLVM Phabricator instance.

Support dynamic relocation printing in GNU style
Needs ReviewPublic

Authored by khemant on Mar 28 2016, 5:30 PM.

Details

Summary

Implement
readelf -Dr

Diff Detail

Repository
rL LLVM

Event Timeline

khemant updated this revision to Diff 51862.Mar 28 2016, 5:30 PM
khemant retitled this revision from to Support dynamic relocation printing in GNU style.
khemant updated this object.
khemant added reviewers: echristo, rafael.
khemant set the repository for this revision to rL LLVM.
khemant added subscribers: llvm-commits, echristo, rafael.

I am pushing this in as there is not a major design here. Just adding something that fell through the cracks when implementing other relocation printing method.

espindola edited reviewers, added: espindola; removed: rafael.Mar 15 2018, 10:52 AM