The patch print histogram data of hash buckets in ELF file. It works on SHT_HASH or SHT_GNU_HASH type sections.
The output shows how many buckets are for each chain length and how many symbols they cover cumulatively.
Paths
| Differential D18907
Print ELF hash histogram ClosedPublic Authored by khemant on Apr 8 2016, 1:08 PM.
Details Summary The patch print histogram data of hash buckets in ELF file. It works on SHT_HASH or SHT_GNU_HASH type sections. The output shows how many buckets are for each chain length and how many symbols they cover cumulatively.
Diff Detail
Event Timelinekhemant updated this object. echristo edited edge metadata. Comment ActionsIn general looks ok. Reminding khemant to go ahead and do post-commit review of his readobj changes :) -eric This revision is now accepted and ready to land.Apr 8 2016, 1:17 PM Closed by commit rL265967: [llvm-readobj] Add ELF hash histogram printing (authored by khemant). · Explain WhyApr 11 2016, 10:21 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 53272 llvm/trunk/test/tools/llvm-readobj/elf-hash-histogram.test
llvm/trunk/tools/llvm-readobj/ELFDumper.cpp
llvm/trunk/tools/llvm-readobj/ObjDumper.h
llvm/trunk/tools/llvm-readobj/llvm-readobj.cpp
|