Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |