This is an archive of the discontinued LLVM Phabricator instance.

llvm-readobj: Display section group information in ELF files
ClosedPublic

Authored by khemant on Jan 25 2016, 1:16 PM.

Details

Summary

This is similar to readelf -g elf.obj option. It shows all group sections (SHT_GROUP) with their signatures and corresponding member sections.

Diff Detail

Repository
rL LLVM

Event Timeline

khemant updated this revision to Diff 45905.Jan 25 2016, 1:16 PM
khemant retitled this revision from to llvm-readobj: Display section group information in ELF files.
khemant updated this object.
khemant added a reviewer: echristo.
khemant set the repository for this revision to rL LLVM.
khemant added subscribers: echristo, llvm-commits.
echristo accepted this revision.Jan 25 2016, 7:03 PM
echristo edited edge metadata.

OK.

This revision is now accepted and ready to land.Jan 25 2016, 7:03 PM
This revision was automatically updated to reflect the committed changes.