This is similar to readelf -g elf.obj option. It shows all group sections (SHT_GROUP) with their signatures and corresponding member sections.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D16555
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
Event TimelineThis revision is now accepted and ready to land.Jan 25 2016, 7:03 PM Closed by commit rL258845: [llvm-readobj] Add -elf-section-groups option (authored by khemant). · Explain WhyJan 26 2016, 11:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 46022 llvm/trunk/docs/CommandGuide/llvm-readobj.rst
llvm/trunk/test/tools/llvm-readobj/elf-groups.test
llvm/trunk/tools/llvm-readobj/ELFDumper.cpp
llvm/trunk/tools/llvm-readobj/ObjDumper.h
llvm/trunk/tools/llvm-readobj/llvm-readobj.cpp
|