Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-readobj][ELF]Add demangling support | James Henderson | 2019-01-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | This change adds demangling support to the ELF side of llvm-readobj, under the switch --demangle/-C. The following places are demangled: symbol table dumps (static and dynamic), relocation dumps (static and dynamic), addrsig dumps, call graph profile dumps, and group section signature symbols. Although GNU readelf doesn't support demangling, it is still a useful feature to have, and brings it on a par with llvm-objdump's capabilities. This fixes https://bugs.llvm.org/show_bug.cgi?id=40054. Reviewed by: grimar, rupprecht Differential Revision: https://reviews.llvm.org/D56791 llvm-svn: 351450 | ||||
* | [llvm-readobj] Add -elf-section-groups option | Hemant Kulkarni | 2016-01-26 | 1 | -0/+4 |
| | | | | | | | | | Adds a way to inspect SHT_GROUP sections in ELF objects. Displays signature, member sections of these sections. Differential revision: http://reviews.llvm.org/D16555 llvm-svn: 258845 | ||||
* | Teach llvm-readobj to print ELF program headers | Nico Rieck | 2013-04-12 | 1 | -0/+4 |
| | | | | llvm-svn: 179363 | ||||
* | Add -expand-relocs to llvm-readobj | Nico Rieck | 2013-04-12 | 1 | -0/+5 |
| | | | | | | | | | | | | | | This option expands shown relocations from single line to a dictionary format: Relocation { Offset: 0x4 Type: R_386_32 (1) Symbol: sym Info: 0x0 } llvm-svn: 179359 | ||||
* | Add man page for llvm-readobj | Nico Rieck | 2013-04-11 | 1 | -0/+77 |
llvm-svn: 179244 |